]> git.sesse.net Git - vlc/commitdiff
* Fixed a few string errors
authorClément Stenac <zorglub@videolan.org>
Wed, 1 Sep 2004 11:02:15 +0000 (11:02 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 1 Sep 2004 11:02:15 +0000 (11:02 +0000)
* Update PO files

* First round of updates for the french l10n

20 files changed:
doc/fortunes.txt
modules/access/pvr/pvr.c
modules/access/screen/screen.c
modules/audio_filter/normvol.c
po/POTFILES.in
po/de.po
po/en_GB.po
po/es.po
po/fr.po
po/hu.po
po/it.po
po/ja.po
po/nl.po
po/no.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sv.po
po/vlc.pot
src/libvlc.h

index b796bd0061409b94e5523283d8b3dc91a1ca3bb8..614f6ee83f03b8d78a472510e0608c650fd7d16a 100644 (file)
@@ -528,3 +528,11 @@ the Boston strangler is to the woman home alone.
 
   -- #videolan
 %
+
+< zorglub> vlc file1.mpg :start-time=300 :stop-time=420 --sout 
+                    file/ps:file2.mpg
+< boggle> sgagers: use zorglubs command, it will copy the needed 
+                   timeslice to file2.mpeg
+< sgagers> boggle: zorglubs is an utility of ffmpeg?
+
+%
index 2134f7bda10b5ead0238fd0ccb7e038391f1fbe8..459634ec3501256272e1a12ffbb292841b177061 100644 (file)
@@ -63,13 +63,13 @@ static char *psz_norm_list_text[] = { N_("Automatic"), N_("SECAM"),
 #define FREQUENCY_LONGTEXT N_( "Frequency to capture (in kHz), if applicable" )
 #define FRAMERATE_TEXT N_( "Framerate" )
 #define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable (-1 for " \
-                               "auto" )
+                               "auto)" )
 #define KEYINT_TEXT N_( "Key interval" )
-#define KEYINT_LONGTEXT N_( "Interval between keyframes, in FIXME (-1 for " \
-                                " auto" )
+#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for " \
+                                " auto)" )
 #define BFRAMES_TEXT N_( "B Frames" )
 #define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used." \
-                            "Use this option to set the number of B-Frames")
+                            "Use this option to set the number of B-Frames.")
 #define BITRATE_TEXT N_( "Bitrate" )
 #define BITRATE_LONGTEXT N_( "Bitrate to use (-1 for default)" )
 #define BITRATE_PEAK_TEXT N_( "Bitrate peak" )
@@ -77,7 +77,7 @@ static char *psz_norm_list_text[] = { N_("Automatic"), N_("SECAM"),
 #define BITRATE_MODE_TEXT N_( "Bitrate mode (vbr or cbr)" )
 #define BITRATE_MODE_LONGTEXT N_( "Bitrate mode to use" )
 #define BITMASK_TEXT N_( "Audio bitmask" )
-#define BITMASK_LONGTEXT N_("FIXME FIXME FIXME FIXME" )
+#define BITMASK_LONGTEXT N_("This option allows setting of bitmask that will get used by the audio part of the card." )
 #define CHAN_TEXT N_( "Channel" )
 #define CHAN_LONGTEXT N_( "Channel of the card to use (Usually, 0 = tuner, " \
                           "1 = composite, 2 = svideo )" )
index 30c5a05e1a6c7daa1e181baf57c4bff20b79a20c..f2e36ac56c7226f5c9219c51dd82ed9dda400d87 100644 (file)
@@ -43,7 +43,7 @@
     "Allows you to set the desired frame rate for the capture." )
 
 #ifdef WIN32
-#define FRAGS_TEXT N_("Capture fragement size")
+#define FRAGS_TEXT N_("Capture fragment size")
 #define FRAGS_LONGTEXT N_( \
     "Allows you optimize the capture by fragmenting the screen in chunks " \
     "of predefined height (16 might be a good value, and 0 means disabled)." )
index 52d7e0e59f5eb29dd022225f257edc02b3ae9ef5..803df3c71f6cd5f84f356d6dbeda47682a73361a 100644 (file)
@@ -73,7 +73,7 @@ struct aout_filter_sys_t {
 
 #define LEVEL_TEXT N_("Max level" )
 #define LEVEL_LONGTEXT N_("If the average power over the last N buffers " \
-               "is higher than this value, the volume will be normalized." \
+               "is higher than this value, the volume will be normalized. " \
                "This value is a positive floating point number. A value " \
                "between 0.5 and 10 seems sensible." )
 
index 3904369dd0a148d3db6696ef7622516c6b88b904..48b7df718dfc4106a38704ef00356fe5c7cf3c77 100644 (file)
@@ -208,6 +208,7 @@ modules/audio_filter/converter/u8tofixed32.c
 modules/audio_filter/converter/u8tofloat32.c
 modules/audio_filter/equalizer.c
 modules/audio_filter/equalizer_presets.h
+modules/audio_filter/format.c
 modules/audio_filter/normvol.c
 modules/audio_filter/resampler/bandlimited.c
 modules/audio_filter/resampler/bandlimited.h
@@ -268,6 +269,7 @@ modules/codec/ffmpeg/postprocessing/postprocessing_common.h
 modules/codec/ffmpeg/postprocessing/postprocessing_mmx.c
 modules/codec/ffmpeg/postprocessing/postprocessing_mmxext.c
 modules/codec/ffmpeg/video.c
+modules/codec/ffmpeg/video_filter.c
 modules/codec/flac.c
 modules/codec/libmpeg2.c
 modules/codec/lpcm.c
@@ -597,6 +599,8 @@ modules/gui/skins2/src/theme.cpp
 modules/gui/skins2/src/theme.hpp
 modules/gui/skins2/src/theme_loader.cpp
 modules/gui/skins2/src/theme_loader.hpp
+modules/gui/skins2/src/theme_repository.cpp
+modules/gui/skins2/src/theme_repository.hpp
 modules/gui/skins2/src/tooltip.cpp
 modules/gui/skins2/src/tooltip.hpp
 modules/gui/skins2/src/top_window.cpp
index d1fbdb68b0669578a8202d8b80c6e9c01d4d577b..4ac863f94b3dbdeca8e949fdbdb000d073b99907 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2004-08-06 21:09+0100\n"
 "Last-Translator: Felix Kühne <fkuehne@users.sf.net>\n"
 "Language-Team: \n"
@@ -23,10 +24,12 @@ msgstr "VLC Einstellungen"
 
 #: include/vlc_help.h:34
 msgid ""
-"Configure the global options in General Settings and configure each VLC module in the Modules section.\n"
+"Configure the global options in General Settings and configure each VLC "
+"module in the Modules section.\n"
 "Click on \"Advanced Options\" to see all options."
 msgstr ""
-"Konfigurieren Sie die globalen Einstellungen in den allgemeinen Einstellungen und stellen Sie jedes VLC-Modul in der Module-Sektion ein.\n"
+"Konfigurieren Sie die globalen Einstellungen in den allgemeinen "
+"Einstellungen und stellen Sie jedes VLC-Modul in der Module-Sektion ein.\n"
 "Klicken Sie auf \"Erweiterte Optionen\", um alle Optionen zu sehen."
 
 #: include/vlc_help.h:38
@@ -38,7 +41,8 @@ msgid ""
 "In this tree, you can set options for every module used by VLC.\n"
 "Modules are sorted by type."
 msgstr ""
-"In diesem Baum können Sie Optionen für jedes von VLC benutzte Modul festlegen.\n"
+"In diesem Baum können Sie Optionen für jedes von VLC benutzte Modul "
+"festlegen.\n"
 "Die Module sind nach Typ sortiert."
 
 #: include/vlc_help.h:47
@@ -51,7 +55,8 @@ msgid ""
 "Common settings you may want to alter are HTTP proxy or caching settings."
 msgstr ""
 "Einstellungen bezüglich der diversen von VLC benutzten Zugriffsmethoden.\n"
-"Einstellungen, die Sie vielleicht ändern möchten, sind HTTP-Proxy und Cache-Einstellungen."
+"Einstellungen, die Sie vielleicht ändern möchten, sind HTTP-Proxy und Cache-"
+"Einstellungen."
 
 #: include/vlc_help.h:53
 msgid "Audio filters settings"
@@ -59,7 +64,9 @@ msgstr "Audiofilter-Einstellungen"
 
 #: include/vlc_help.h:55
 msgid "Audio filters can be set in the Audio section, and configured here."
-msgstr "Audiofilter können in der Audiosektion ausgewählt und hier eingestellt werden."
+msgstr ""
+"Audiofilter können in der Audiosektion ausgewählt und hier eingestellt "
+"werden."
 
 #: include/vlc_help.h:58
 msgid "Audio output modules settings"
@@ -90,8 +97,12 @@ msgid "Decoder modules settings"
 msgstr "Einstellungen der Dekodermodule"
 
 #: include/vlc_help.h:70
-msgid "In the Subsdec section you may want to set the text encoding of your preferred subtitles."
-msgstr "In der Subsdec-Sektion möchten Sie vielleicht die Textcodierung Ihrer bevorzugten Untertitel festlegen."
+msgid ""
+"In the Subsdec section you may want to set the text encoding of your "
+"preferred subtitles."
+msgstr ""
+"In der Subsdec-Sektion möchten Sie vielleicht die Textcodierung Ihrer "
+"bevorzugten Untertitel festlegen."
 
 #: include/vlc_help.h:73
 msgid "Demuxers settings"
@@ -114,40 +125,60 @@ msgid "Interface plugins settings"
 msgstr "Einstellungen der Interface-Plugins"
 
 #: include/vlc_help.h:81
-msgid "Interface plugins can be enabled in the Interface section and configured here."
-msgstr "Interface-Plugins können in der Interface-Sektion aktiviert und hier eingestellt werden."
+msgid ""
+"Interface plugins can be enabled in the Interface section and configured "
+"here."
+msgstr ""
+"Interface-Plugins können in der Interface-Sektion aktiviert und hier "
+"eingestellt werden."
 
 #: include/vlc_help.h:84
 msgid "Stream output access modules settings"
 msgstr "Streamausgabe-Zugriffsmodul-Einstellungen"
 
 #: include/vlc_help.h:86
-msgid "In this section you can set the caching value for the UDP stream output access module."
-msgstr "In dieser Sektion können Sie den Cache-Wert für das UDP-Streamausgabe-Zugriffsmodul festlegen."
+msgid ""
+"In this section you can set the caching value for the UDP stream output "
+"access module."
+msgstr ""
+"In dieser Sektion können Sie den Cache-Wert für das UDP-Streamausgabe-"
+"Zugriffsmodul festlegen."
 
 #: include/vlc_help.h:89
 msgid "Subtitle demuxer settings"
 msgstr "Untertitel-Demuxer-Einstellungen"
 
 #: include/vlc_help.h:91
-msgid "In this section you can force the behavior of the subtitle demuxer, for example by setting the subtitles type or file name."
-msgstr "In dieser Sektion können Sie das Verhalten der Untertitel-Demxer festlegen, z.B. durch Einstellen des Untertiteltyps oder Dateinamen."
+msgid ""
+"In this section you can force the behavior of the subtitle demuxer, for "
+"example by setting the subtitles type or file name."
+msgstr ""
+"In dieser Sektion können Sie das Verhalten der Untertitel-Demxer festlegen, "
+"z.B. durch Einstellen des Untertiteltyps oder Dateinamen."
 
 #: include/vlc_help.h:94
 msgid "Text renderer settings"
 msgstr "Text-Renderer-Einstellungen"
 
 #: include/vlc_help.h:96
-msgid "Use these settings to choose the font you want VLC to use for text rendering (to display subtitles for example)."
-msgstr "Nutzen Sie diese Einstellungen um die Schrift zu wählen, die VLC für Textrenderings benutzen soll (z.B. um Untertitel anzuzeigen)."
+msgid ""
+"Use these settings to choose the font you want VLC to use for text rendering "
+"(to display subtitles for example)."
+msgstr ""
+"Nutzen Sie diese Einstellungen um die Schrift zu wählen, die VLC für "
+"Textrenderings benutzen soll (z.B. um Untertitel anzuzeigen)."
 
 #: include/vlc_help.h:99
 msgid "Video output modules settings"
 msgstr "Einstellungen der Videoausgabemodule"
 
 #: include/vlc_help.h:101
-msgid "Choose your preferred video output in the Video section, and configure it here."
-msgstr "Wählen Sie Ihre bevorzugte Videoausgabe in der Videosektion und konfigurieren Sie sie hier."
+msgid ""
+"Choose your preferred video output in the Video section, and configure it "
+"here."
+msgstr ""
+"Wählen Sie Ihre bevorzugte Videoausgabe in der Videosektion und "
+"konfigurieren Sie sie hier."
 
 #: include/vlc_help.h:104
 msgid "Video filters settings"
@@ -159,7 +190,8 @@ msgid ""
 "Configure the \"adjust\" filter to modify contrast/hue/saturation settings."
 msgstr ""
 "Videofilter können der Videosektion aktiviert und hier eingestellt werden.\n"
-"Konfigurieren Sie die \"adjust\"-Filter um Kontrast/Farbton/Sättiungsänderungen zu machen."
+"Konfigurieren Sie die \"adjust\"-Filter um Kontrast/Farbton/"
+"Sättiungsänderungen zu machen."
 
 #: include/vlc_help.h:115
 msgid "No help available"
@@ -169,100 +201,83 @@ msgstr "Keine Hilfe verf
 msgid "No help is available for these modules"
 msgstr "Für diese Module ist keine Hilfe verfügbar"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
-"Warning: if you can't access the GUI anymore, open a dos command box, go to the directory where you installed VLC and run \"vlc -I wxwin\"\n"
+"Warning: if you can't access the GUI anymore, open a dos command box, go to "
+"the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 "\n"
-"Warnung: Falls Sie das graphische Interface nicht mehr benutzen können, öffnen Sie die DOS-Eingabe, gehen in den Ordner von VLC und führen Sie \"vlc -I wxwin\" aus.\n"
+"Warnung: Falls Sie das graphische Interface nicht mehr benutzen können, "
+"öffnen Sie die DOS-Eingabe, gehen in den Ordner von VLC und führen Sie \"vlc "
+"-I wxwin\" aus.\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
-"VLC is an open-source and cross-platform multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as DVDs, VCDs, CD audio, and various streaming protocols.\n"
+"VLC is an open-source and cross-platform multimedia player for various audio "
+"and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
+"DVDs, VCDs, CD audio, and various streaming protocols.\n"
 "\n"
-"VLC is also a streaming server with transcoding capabilities (UDP unicast and multicast, HTTP, ...) mainly designed for high-bandwidth networks.\n"
+"VLC is also a streaming server with transcoding capabilities (UDP unicast "
+"and multicast, HTTP, ...) mainly designed for high-bandwidth networks.\n"
 "\n"
 "For more information, have a look at the web site."
 msgstr ""
-"VLC ist ein quelloffener und plattformübergreifender Multimediaplayer für diverse Audio- und Videoformate (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg...) als auch DVDs, VCDs, Audio-CDs und diverse Streaming-Protokolle.\n"
+"VLC ist ein quelloffener und plattformübergreifender Multimediaplayer für "
+"diverse Audio- und Videoformate (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg...) "
+"als auch DVDs, VCDs, Audio-CDs und diverse Streaming-Protokolle.\n"
 "\n"
-"VLC ist auch ein Streamingserver mit Umcodierungsfähigkeiten (UDP Unicast und Multicast, HTTP...), der hauptsächlich auf Hochgeschwindigkeitsnetzwerke ausgelegt ist.\n"
+"VLC ist auch ein Streamingserver mit Umcodierungsfähigkeiten (UDP Unicast "
+"und Multicast, HTTP...), der hauptsächlich auf Hochgeschwindigkeitsnetzwerke "
+"ausgelegt ist.\n"
 "\n"
 "Schauen Sie für weitere Informationen auf die Website."
 
-#: include/vlc_meta.h:28
-#: src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364
-#: modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207
-#: modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
-#: modules/gui/gtk/gnome_interface.c:1659
-#: modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403
-#: modules/gui/gtk/menu.c:1424
-#: modules/gui/gtk/open.c:236
-#: modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565
-#: modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149
-#: modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633
-#: modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
+#: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
+#: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:29
-#: src/input/input.c:985
-#: src/playlist/sort.c:108
-#: src/playlist/sort.c:110
-#: modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181
-#: modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883
-#: modules/gui/macosx/playlistinfo.m:63
-#: modules/gui/macosx/playlistinfo.m:140
-#: modules/gui/macosx/playlistinfo.m:179
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
+#: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436
-#: modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Autor"
 
-#: include/vlc_meta.h:30
-#: modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: include/vlc_meta.h:30 modules/access/cdda/access.c:369
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Künstler"
 
-#: include/vlc_meta.h:31
-#: modules/access/cdda/access.c:374
+#: include/vlc_meta.h:31 modules/access/cdda/access.c:374
 #: modules/access/cdda/access.c:771
 msgid "Genre"
 msgstr "Genre"
 
-#: include/vlc_meta.h:32
-#: modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Copyright"
 
-#: include/vlc_meta.h:33
-#: src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327
-#: modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Beschreibung"
 
-#: include/vlc_meta.h:34
-#: modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Bewertung"
 
@@ -274,21 +289,16 @@ msgstr "Datum"
 msgid "Setting"
 msgstr "Einstellung"
 
-#: include/vlc_meta.h:37
-#: modules/gui/gtk/gnome_interface.c:1768
+#: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
-#: modules/gui/gtk/gnome_interface.c:2441
-#: modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759
-#: modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38
-#: src/input/es_out.c:354
-#: src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Sprache"
 
@@ -300,77 +310,70 @@ msgstr "Codec-Name"
 msgid "Codec Description"
 msgstr "Codec-Beschreibung"
 
-#: src/audio_output/input.c:104
-#: modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581
-#: modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visualisierungen"
 
-#: src/audio_output/input.c:106
-#: src/input/input_programs.c:691
-#: src/video_output/video_output.c:427
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
 #: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Deaktivieren"
 
-#: src/audio_output/input.c:108
-#: modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557
-#: modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Zufällig"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Bandbreite"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Spektrum"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr "Goom"
 
-#: src/audio_output/input.c:135
-#: src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Audiofilter"
 
-#: src/audio_output/output.c:102
-#: src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078
-#: modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: src/audio_output/output.c:102 src/audio_output/output.c:129
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Audiokanäle"
 
-#: src/audio_output/output.c:105
-#: src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178
-#: modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202
-#: modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198
-#: modules/audio_output/waveout.c:386
+#: src/audio_output/output.c:105 src/audio_output/output.c:140
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Stereo"
 
-#: src/audio_output/output.c:107
-#: src/audio_output/output.c:143
-#: src/libvlc.h:219
-#: modules/codec/subsdec.c:93
-#: modules/control/gestures.c:87
+#: src/audio_output/output.c:107 src/audio_output/output.c:143
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Links"
 
-#: src/audio_output/output.c:109
-#: src/audio_output/output.c:145
-#: src/libvlc.h:219
-#: modules/codec/subsdec.c:93
-#: modules/control/gestures.c:87
+#: src/audio_output/output.c:109 src/audio_output/output.c:145
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Rechts"
 
@@ -397,8 +400,7 @@ msgstr "%s: Option `--%s' erlaubt kein Argument\n"
 msgid "%s: option `%c%s' doesn't allow an argument\n"
 msgstr "%s: Option `%c%s' erlaubt kein Argument\n"
 
-#: src/extras/getopt.c:686
-#: src/extras/getopt.c:859
+#: src/extras/getopt.c:686 src/extras/getopt.c:859
 #, c-format
 msgid "%s: option `%s' requires an argument\n"
 msgstr "%s: Option `%s' benötigt ein Argument\n"
@@ -423,8 +425,7 @@ msgstr "%s: unerlaubte Option -- %c\n"
 msgid "%s: invalid option -- %c\n"
 msgstr "%s: ungültige Option -- %c\n"
 
-#: src/extras/getopt.c:778
-#: src/extras/getopt.c:908
+#: src/extras/getopt.c:778 src/extras/getopt.c:908
 #, c-format
 msgid "%s: option requires an argument -- %c\n"
 msgstr "%s: Option benötigt ein Argument -- %c\n"
@@ -439,316 +440,228 @@ msgstr "%s: Option `-W %s' ist doppeldeutig\n"
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: Option `-W %s' erlaubt kein Argument\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr "Lesezeichen %i"
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Stream "
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr "Spur %i"
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Stream %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codec"
 
-#: src/input/es_out.c:366
-#: src/input/es_out.c:388
-#: src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Typ"
 
-#: src/input/es_out.c:366
-#: src/libvlc.h:771
-#: modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429
-#: modules/gui/beos/InterfaceWindow.cpp:258
-#: modules/gui/gtk/gnome_interface.c:1092
-#: modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570
-#: modules/gui/macosx/output.m:156
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369
-#: modules/gui/gtk/gnome_interface.c:148
-#: modules/gui/gtk/gnome_interface.c:931
-#: modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282
-#: modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
+#: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Kanäle"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Abtastrate"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bits pro Sample"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: src/input/es_out.c:383
-#, c-format
-msgid "%d bps"
+#: src/input/es_out.c:1113
+#, fuzzy, c-format
+msgid "%d kb/s"
 msgstr "%d bps"
 
-#: src/input/es_out.c:388
-#: src/libvlc.h:795
-#: modules/gui/gtk/gnome_interface.c:1099
-#: modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583
-#: modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: src/input/es_out.c:1118 src/libvlc.h:811
+#: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Video"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Auflösung"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Bildschirmauflösung"
 
-#: src/input/es_out.c:405
-#: modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427
-#: modules/gui/gtk/gnome_interface.c:1972
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
 #: modules/gui/gtk/gtk_interface.c:2287
-#: modules/gui/wxwindows/open.cpp:1197
 msgid "Subtitle"
 msgstr "Untertitel"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr "Lesezeichen"
-
-#: src/input/input.c:984
-#: src/input/input.c:1034
-#: src/playlist/item-ext.c:301
-#: src/playlist/item.c:66
-#: src/playlist/sort.c:108
-#: src/playlist/sort.c:110
-#: modules/access/cdda/access.c:364
-#: modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:374
-#: modules/access/cdda/access.c:379
-#: modules/access/cdda/access.c:383
-#: modules/access/cdda/access.c:386
-#: modules/access/cdda/access.c:390
-#: modules/access/cdda/access.c:406
-#: modules/access/cdda/access.c:758
-#: modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049
-#: modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883
-#: modules/gui/macosx/playlistinfo.m:140
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
+#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
+#: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
+#: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
+#: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
+#: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436
-#: modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr "Allgemein"
 
-#: src/input/input.c:987
-#: modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859
-#: modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885
-#: modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862
-#: modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141
-#: modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132
-#: modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334
-#: modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444
-#: modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Datei"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Ziel"
 
-#: src/input/input.c:999
-#: src/input/input.c:1000
-#: modules/gui/macosx/output.m:133
-#: modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351
-#: modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "Stream"
 
-#: src/input/input.c:1034
-#: src/playlist/item-ext.c:301
-#: modules/access/cdda/access.c:406
-#: modules/access/cdda/access.c:415
-#: modules/gui/gtk/gnome_interface.c:2448
-#: modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182
-#: modules/gui/wxwindows/playlist.cpp:294
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
+#: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
+#: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Laufzeit"
 
-#: src/input/input_programs.c:99
-#: modules/gui/gtk/gnome_interface.c:1078
-#: modules/gui/gtk/gtk_interface.c:1199
-#: modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563
-#: modules/gui/macosx/intf.m:564
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr "Lesezeichen"
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
+#: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programm"
 
-#: src/input/input_programs.c:107
-#: modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425
-#: modules/gui/beos/MediaControlView.cpp:1275
-#: modules/gui/gtk/gnome_interface.c:1649
-#: modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020
-#: modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146
-#: modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568
-#: modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639
-#: modules/gui/wxwindows/open.cpp:1164
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
+#: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Kapitel"
 
-#: src/input/input_programs.c:111
-#: modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207
-#: modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr "Navigation"
 
-#: src/input/input_programs.c:115
-#: modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr "Videospur"
 
-#: src/input/input_programs.c:118
-#: modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr "Audiospur"
 
-#: src/input/input_programs.c:121
-#: modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Untertitelspur"
 
-#: src/input/input_programs.c:364
-#: src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Nächster Titel"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Vorheriger Titel"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Titel %i"
 
-#: src/input/input_programs.c:372
-#: src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Kapitel %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Nächster Titel"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Vorheriger Titel"
-
-#: src/input/input_programs.c:404
-#: modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr "Nächstes Kapitel"
 
-#: src/input/input_programs.c:407
-#: modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr "Vorheriges Kapitel"
 
-#: src/input/input_programs.c:703
-#: src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr "Spur %i"
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Interface wechseln"
 
-#: src/interface/interface.c:288
-#: modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr "Interface hinzufügen"
 
-#: src/libvlc.c:282
-#: src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "C"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Hilfeoptionen"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Benutzung: %s [Optionen] [Objekte]...\n"
 
-#: src/libvlc.c:1384
-#: src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "Text"
 
-#: src/libvlc.c:1402
-#: src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "Ganzzahl"
 
-#: src/libvlc.c:1405
-#: src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "Fließkommazahl"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (standardmäßig an)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (standardmäßig aus)"
 
-#: src/libvlc.c:1528
-#: src/libvlc.c:1583
-#: src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -757,7 +670,7 @@ msgstr ""
 "\n"
 "Drücken Sie die Eingabetaste um fortzufahren...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -766,12 +679,12 @@ msgstr ""
 "Benutzung: %s [Optionen] [Objekte]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[Modul]               [Beschreibung]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -780,12 +693,12 @@ msgid ""
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 msgstr ""
 "Dieses Programm kommt OHNE GEWÄHRLEISTUNG.\n"
-"Sie dürfen das Programm unter den Bedingungen der GNU General Public License weitergegeben;\n"
+"Sie dürfen das Programm unter den Bedingungen der GNU General Public License "
+"weitergegeben;\n"
 "Schauen Sie für Details in die Datei COPYING.\n"
 "Geschrieben vom VideoLAN Team; Schauen Sie in die Datei AUTHORS.\n"
 
 #: src/libvlc.h:34
-#: modules/gui/macosx/macosx.m:82
 msgid "Auto"
 msgstr "Automatisch"
 
@@ -797,48 +710,39 @@ msgstr "Amerikanisch"
 msgid "British"
 msgstr "Britisch"
 
-#: src/libvlc.h:34
-#: src/misc/iso-639_def.h:168
+#: src/libvlc.h:34 src/misc/iso-639_def.h:168
 msgid "Spanish"
 msgstr "Spanisch"
 
-#: src/libvlc.h:34
-#: src/misc/iso-639_def.h:80
+#: src/libvlc.h:34 src/misc/iso-639_def.h:80
 msgid "German"
 msgstr "Deutsch"
 
-#: src/libvlc.h:35
-#: src/misc/iso-639_def.h:77
+#: src/libvlc.h:35 src/misc/iso-639_def.h:77
 msgid "French"
 msgstr "Französisch"
 
-#: src/libvlc.h:35
-#: src/misc/iso-639_def.h:92
+#: src/libvlc.h:35 src/misc/iso-639_def.h:92
 msgid "Hungarian"
 msgstr "Ungarisch"
 
-#: src/libvlc.h:35
-#: src/misc/iso-639_def.h:99
+#: src/libvlc.h:35 src/misc/iso-639_def.h:99
 msgid "Italian"
 msgstr "Italienisch"
 
-#: src/libvlc.h:35
-#: src/misc/iso-639_def.h:101
+#: src/libvlc.h:35 src/misc/iso-639_def.h:101
 msgid "Japanese"
 msgstr "Japanisch"
 
-#: src/libvlc.h:35
-#: src/misc/iso-639_def.h:69
+#: src/libvlc.h:35 src/misc/iso-639_def.h:69
 msgid "Dutch"
 msgstr "Niederländisch"
 
-#: src/libvlc.h:36
-#: src/misc/iso-639_def.h:136
+#: src/libvlc.h:36 src/misc/iso-639_def.h:136
 msgid "Norwegian"
 msgstr "Norwegisch"
 
-#: src/libvlc.h:36
-#: src/misc/iso-639_def.h:147
+#: src/libvlc.h:36 src/misc/iso-639_def.h:147
 msgid "Polish"
 msgstr "Polnisch"
 
@@ -846,23 +750,24 @@ msgstr "Polnisch"
 msgid "Brazilian"
 msgstr "Brasilianisch"
 
-#: src/libvlc.h:36
-#: src/misc/iso-639_def.h:154
+#: src/libvlc.h:36 src/misc/iso-639_def.h:154
 msgid "Russian"
 msgstr "Russisch"
 
-#: src/libvlc.h:37
-#: src/misc/iso-639_def.h:173
+#: src/libvlc.h:37 src/misc/iso-639_def.h:173
 msgid "Swedish"
 msgstr "Schwedisch"
 
 #: src/libvlc.h:47
 msgid ""
 "These options allow you to configure the interfaces used by VLC.\n"
-"You can select the main interface, additional interface modules, and define various related options."
+"You can select the main interface, additional interface modules, and define "
+"various related options."
 msgstr ""
-"Diese Optionen erlauben Ihnen die von VLC benutzten Interfaces zu konfigurieren.\n"
-"Sie können das Hauptinterface und zusätzliche Interfacemodule auswählen, sowie diverse darauf bezogene Einstellungen festlegen."
+"Diese Optionen erlauben Ihnen die von VLC benutzten Interfaces zu "
+"konfigurieren.\n"
+"Sie können das Hauptinterface und zusätzliche Interfacemodule auswählen, "
+"sowie diverse darauf bezogene Einstellungen festlegen."
 
 #: src/libvlc.h:51
 msgid "Interface module"
@@ -876,22 +781,34 @@ msgstr ""
 "Diese Option erlaubt Ihnen das von VLC benutzte Interface auszuwählen.\n"
 "Das Standardverhalten ist automatisch das beste verfügbare Modul zu wählen."
 
-#: src/libvlc.h:57
-#: modules/control/ntservice.c:48
+#: src/libvlc.h:57 modules/control/ntservice.c:48
 msgid "Extra interface modules"
 msgstr "Extra Interface-Module"
 
 #: src/libvlc.h:59
-msgid "This option allows you to select additional interfaces used by VLC. They will be launched in the background in addition to the default interface. Use a comma separated list of interface modules. (common values are logger, gestures, sap, rc, http or screensaver)"
-msgstr "Diese Option erlaubt Ihnen zusätzliche Interfaces auszuwählen, die von VLC benutzt werden. Sie werden im Hintergrund zusätzlich zum Standardinterface gestartet. Benutzen Sie eine durch Kommata getrennte Liste von Interface-Modulen. (übliche Werte sind: logger, gestures, sap, rc, http oder screensaver)"
+msgid ""
+"This option allows you to select additional interfaces used by VLC. They "
+"will be launched in the background in addition to the default interface. Use "
+"a comma separated list of interface modules. (common values are logger, "
+"gestures, sap, rc, http or screensaver)"
+msgstr ""
+"Diese Option erlaubt Ihnen zusätzliche Interfaces auszuwählen, die von VLC "
+"benutzt werden. Sie werden im Hintergrund zusätzlich zum Standardinterface "
+"gestartet. Benutzen Sie eine durch Kommata getrennte Liste von Interface-"
+"Modulen. (übliche Werte sind: logger, gestures, sap, rc, http oder "
+"screensaver)"
 
 #: src/libvlc.h:64
 msgid "Verbosity (0,1,2)"
 msgstr "Verbose-Level (0,1,2)"
 
 #: src/libvlc.h:66
-msgid "This options sets the verbosity level (0=only errors and standard messages, 1=warnings, 2=debug)."
-msgstr "Mit dieser Option können Sie die Anzahl der Meldungen festlegen (0=nur Fehler- und Standardmeldungen, 1=Warnungen, 2=Entwickler)."
+msgid ""
+"This options sets the verbosity level (0=only errors and standard messages, "
+"1=warnings, 2=debug)."
+msgstr ""
+"Mit dieser Option können Sie die Anzahl der Meldungen festlegen (0=nur "
+"Fehler- und Standardmeldungen, 1=Warnungen, 2=Entwickler)."
 
 #: src/libvlc.h:69
 msgid "Be quiet"
@@ -902,1255 +819,1642 @@ msgid "This options turns off all warning and information messages."
 msgstr "Diese Option schaltet alle Warnungen und Informationen aus."
 
 #: src/libvlc.h:74
-msgid "This option allows you to set the language of the interface. The system language is auto-detected if \"auto\" is specified here."
-msgstr "Diese Option erlaubt Ihnen die Sprache des Interfaces festzulegen. Die System-Sprache wird automatisch erkannt, wenn \"auto\" hier angegeben ist."
+msgid ""
+"This option allows you to set the language of the interface. The system "
+"language is auto-detected if \"auto\" is specified here."
+msgstr ""
+"Diese Option erlaubt Ihnen die Sprache des Interfaces festzulegen. Die "
+"System-Sprache wird automatisch erkannt, wenn \"auto\" hier angegeben ist."
 
 #: src/libvlc.h:78
 msgid "Color messages"
 msgstr "Farbige Meldungen"
 
 #: src/libvlc.h:80
-msgid "When this option is turned on, the messages sent to the console will be colorized. Your terminal needs Linux color support for this to work."
-msgstr "Wenn die Option aktiv ist, werden farbige Meldungen an die Konsole ausgegeben. Ihr Terminal benötigt dafür Linux Farbunterstützung."
+msgid ""
+"When this option is turned on, the messages sent to the console will be "
+"colorized. Your terminal needs Linux color support for this to work."
+msgstr ""
+"Wenn die Option aktiv ist, werden farbige Meldungen an die Konsole "
+"ausgegeben. Ihr Terminal benötigt dafür Linux Farbunterstützung."
 
 #: src/libvlc.h:83
 msgid "Show advanced options"
 msgstr "Erweiterte Optionen anzeigen"
 
 #: src/libvlc.h:85
-msgid "When this option is turned on, the preferences and/or interfaces  will show all the available options, including those that most users should never touch."
-msgstr "Wenn diese Option aktiviert ist, werden die Interfaces und/oder Einstellungen alle verfügbaren Optionen anzeigen, auch jene, die die meisten Benutzer nie berühren sollten."
-
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr "Standard-Interface-Suchpfad"
-
-#: src/libvlc.h:91
-msgid "This option allows you to set the default path that the interface will open when looking for a file."
-msgstr "Diese Option erlaubt Ihnen den standardmäßigen Pfad festzulegen, den das Interface aufruft, wenn nach einer Datei gesucht wird."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr "Modulsuchpfad"
-
-#: src/libvlc.h:96
-msgid "This option allows you to specify an additional path for VLC to look for its modules."
-msgstr "Diese Option erlaubt Ihnen einen zusätzlichen Pfad festzulegen, in dem VLC nach Modulen suchen wird."
+msgid ""
+"When this option is turned on, the preferences and/or interfaces  will show "
+"all the available options, including those that most users should never "
+"touch."
+msgstr ""
+"Wenn diese Option aktiviert ist, werden die Interfaces und/oder "
+"Einstellungen alle verfügbaren Optionen anzeigen, auch jene, die die meisten "
+"Benutzer nie berühren sollten."
 
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
-"These options allow you to modify the behavior of the audio subsystem, and to add audio filters which can be used for post processing or visual effects (spectrum analyzer, ...).\n"
-"Enable these filters here, and configure them in the \"audio filters\" modules section."
+"These options allow you to modify the behavior of the audio subsystem, and "
+"to add audio filters which can be used for post processing or visual effects "
+"(spectrum analyzer, ...).\n"
+"Enable these filters here, and configure them in the \"audio filters\" "
+"modules section."
 msgstr ""
-"Diese Optionen erlauben Ihnen, das Verhalten des Audiountersystems von VLC zu verändern und Audiofilter hinzuzufügen, die für Nachbearbeitungen oder visuelle Effekte (Spektrumanalysierer, ...) benutzt werden können.\n"
-"Aktivieren Sie diese Filter hier und stellen Sie sie in der \"audio filter\"-Modulsektion ein."
+"Diese Optionen erlauben Ihnen, das Verhalten des Audiountersystems von VLC "
+"zu verändern und Audiofilter hinzuzufügen, die für Nachbearbeitungen oder "
+"visuelle Effekte (Spektrumanalysierer, ...) benutzt werden können.\n"
+"Aktivieren Sie diese Filter hier und stellen Sie sie in der \"audio filter\"-"
+"Modulsektion ein."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Audioausgabe-Modul"
 
-#: src/libvlc.h:108
-msgid "This option allows you to select the audio output method used by VLC. The default behavior is to automatically select the best method available."
-msgstr "Diese Option erlaubt Ihnen die von VLC benutzte Audioausgabemethode festzulegen. Das standardmäßige Verhalten ist, die beste verfügbare Methode zu wählen."
+#: src/libvlc.h:98
+msgid ""
+"This option allows you to select the audio output method used by VLC. The "
+"default behavior is to automatically select the best method available."
+msgstr ""
+"Diese Option erlaubt Ihnen die von VLC benutzte Audioausgabemethode "
+"festzulegen. Das standardmäßige Verhalten ist, die beste verfügbare Methode "
+"zu wählen."
 
-#: src/libvlc.h:112
-#: modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr "Audio aktivieren"
 
-#: src/libvlc.h:114
-msgid "You can completely disable the audio output. In this case, the audio decoding stage will not take place, thus saving some processing power."
-msgstr "Sie können die Audioausgabe komplett deaktivieren. In diesem Fall wird die  Audio-Dekodierung nicht stattfinden, wodurch Prozessorzeit gespart wird."
+#: src/libvlc.h:104
+msgid ""
+"You can completely disable the audio output. In this case, the audio "
+"decoding stage will not take place, thus saving some processing power."
+msgstr ""
+"Sie können die Audioausgabe komplett deaktivieren. In diesem Fall wird die  "
+"Audio-Dekodierung nicht stattfinden, wodurch Prozessorzeit gespart wird."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr "Mono-Audio erzwingen"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr "Dies wird die Mono-Audioausgabe erzwingen."
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Audio-Ausgabelautstärke"
 
-#: src/libvlc.h:122
-msgid "You can set the default audio output volume here, in a range from 0 to 1024."
-msgstr "Sie können hier die Standard-Audio-Lautstärke im Bereich von 0 bis 1024 festlegen."
+#: src/libvlc.h:112
+msgid ""
+"You can set the default audio output volume here, in a range from 0 to 1024."
+msgstr ""
+"Sie können hier die Standard-Audio-Lautstärke im Bereich von 0 bis 1024 "
+"festlegen."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr "Gespeicherte Ausgabelautstärke"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
-msgstr "Dies speichert die Audio-Ausgabelautstärke, wenn Sie 'Ton aus' auswählen."
+msgstr ""
+"Dies speichert die Audio-Ausgabelautstärke, wenn Sie 'Ton aus' auswählen."
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr "Audio-Ausgabefrequenz (Hz)"
 
-#: src/libvlc.h:131
-msgid "You can force the audio output frequency here. Common values are -1 (default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
-msgstr "Hiermit können Sie die Standard-Audioausgabefrequenz festlegen. Normale Werte sind -1 (standard), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
+#: src/libvlc.h:121
+msgid ""
+"You can force the audio output frequency here. Common values are -1 "
+"(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
+msgstr ""
+"Hiermit können Sie die Standard-Audioausgabefrequenz festlegen. Normale "
+"Werte sind -1 (standard), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr "Hoch-qualitatives Audio-Resampling"
 
-#: src/libvlc.h:137
-msgid "This uses a high quality audio resampling algorithm. High quality audio resampling can be processor intensive so you can disable it and a cheaper resampling algorithm will be used instead."
-msgstr "Dies benutzt einen hochqualitativen Audioresamplingalgorithmus. Hochqualitatives Tonresampling kann sehr prozessorintensiv sein, sodass Sie es deaktivieren können, wodurch dann ein einfacherer Algorithmus benutzt wird."
+#: src/libvlc.h:127
+msgid ""
+"This uses a high quality audio resampling algorithm. High quality audio "
+"resampling can be processor intensive so you can disable it and a cheaper "
+"resampling algorithm will be used instead."
+msgstr ""
+"Dies benutzt einen hochqualitativen Audioresamplingalgorithmus. "
+"Hochqualitatives Tonresampling kann sehr prozessorintensiv sein, sodass Sie "
+"es deaktivieren können, wodurch dann ein einfacherer Algorithmus benutzt "
+"wird."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Audiodesynchronisationsausgleich"
 
-#: src/libvlc.h:144
-msgid "This option allows you to delay the audio output. You must give a number of milliseconds. This can be handy if you notice a lag between the video and the audio."
-msgstr "Diese Option erlaubt Ihnen die Audioausgabe zu verzögern. Sie müssen eine Anzahl von Millisekunden angeben. Dies kann hilfreich sein wenn Sie eine Verzögerung zwischen Video und Audio feststellen."
+#: src/libvlc.h:134
+msgid ""
+"This option allows you to delay the audio output. You must give a number of "
+"milliseconds. This can be handy if you notice a lag between the video and "
+"the audio."
+msgstr ""
+"Diese Option erlaubt Ihnen die Audioausgabe zu verzögern. Sie müssen eine "
+"Anzahl von Millisekunden angeben. Dies kann hilfreich sein wenn Sie eine "
+"Verzögerung zwischen Video und Audio feststellen."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr "Bevorzugter Audioausgabekanal-Modus"
 
-#: src/libvlc.h:150
-msgid "This option allows you to set the audio output channels mode that will be used by default when possible (ie. if your hardware supports it as well as the audio stream being played)."
-msgstr "Diese Option erlaubt Ihnen, den Audioausgabekanalmodus einzustellen, der, wenn möglich, standardmäßig benutzt wird (d.h. wenn sowohl Ihre Hardware als auch der abgespielte Audiostream ihn unterstützt)."
+#: src/libvlc.h:140
+msgid ""
+"This option allows you to set the audio output channels mode that will be "
+"used by default when possible (ie. if your hardware supports it as well as "
+"the audio stream being played)."
+msgstr ""
+"Diese Option erlaubt Ihnen, den Audioausgabekanalmodus einzustellen, der, "
+"wenn möglich, standardmäßig benutzt wird (d.h. wenn sowohl Ihre Hardware als "
+"auch der abgespielte Audiostream ihn unterstützt)."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "S/PDIF-Audioausgabe verwenden, falls verfügbar"
 
-#: src/libvlc.h:156
-msgid "This option allows you to use the S/PDIF audio output by default when your hardware supports it as well as the audio stream being played."
-msgstr "Diese Option erlaubt Ihnen, standardmäßig die S/PDIF-Audioausgabe zu benutzen, wenn sowohl Ihre Hardware als auch der wiedergegebene Audiostream dies unterstützen."
+#: src/libvlc.h:146
+msgid ""
+"This option allows you to use the S/PDIF audio output by default when your "
+"hardware supports it as well as the audio stream being played."
+msgstr ""
+"Diese Option erlaubt Ihnen, standardmäßig die S/PDIF-Audioausgabe zu "
+"benutzen, wenn sowohl Ihre Hardware als auch der wiedergegebene Audiostream "
+"dies unterstützen."
 
-#: src/libvlc.h:161
-msgid "This allows you to add audio post processing filters, to modify the sound, or audio visualization modules (spectrum analyzer, ...)."
-msgstr "Dies erlaubt Ihnen Audionachbearbeitungsfilter hinzuzufügen, um den Klang zuverändern oder Audiovisualisierungsmodule (Spektrumanalysierer...) zu aktivieren."
+#: src/libvlc.h:151
+msgid ""
+"This allows you to add audio post processing filters, to modify the sound, "
+"or audio visualization modules (spectrum analyzer, ...)."
+msgstr ""
+"Dies erlaubt Ihnen Audionachbearbeitungsfilter hinzuzufügen, um den Klang "
+"zuverändern oder Audiovisualisierungsmodule (Spektrumanalysierer...) zu "
+"aktivieren."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr "Kanal-Mixer"
 
-#: src/libvlc.h:166
-msgid "This allows you to choose a specific audio channel mixer. For instance, you can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
-msgstr "Dies erlaubt Ihnen ein speziellen Audiokanalmixer zu wählen. Beispielsweise können Sie den \"headphone\"-Mixer benutzen, der Ihnen ein 5.1-Feeling mit einem Kopfhörer gibt."
+#: src/libvlc.h:156
+msgid ""
+"This allows you to choose a specific audio channel mixer. For instance, you "
+"can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
+msgstr ""
+"Dies erlaubt Ihnen ein speziellen Audiokanalmixer zu wählen. Beispielsweise "
+"können Sie den \"headphone\"-Mixer benutzen, der Ihnen ein 5.1-Feeling mit "
+"einem Kopfhörer gibt."
 
-#: src/libvlc.h:171
-msgid "These options allow you to modify the behavior of the video output subsystem. You can for example enable video filters (deinterlacing, image adjusting, ...). Enable these filters here and configure them in the \"video filters\" modules section. You can also set many miscellaneous video options."
-msgstr "Diese Optionen erlauben Ihnen das Verhalten des Videoausgabeuntersystems zu verändern. Sie können beispielsweise Videofilter (Deinterlacing, Bildausrichtung...) aktivieren. Aktivieren Sie diese Filter hier und konfigurieren Sie sie in der \"Videofilter\"-Sektion. Sie können auch diverse Videooptionen einstellen."
+#: src/libvlc.h:161
+msgid ""
+"These options allow you to modify the behavior of the video output "
+"subsystem. You can for example enable video filters (deinterlacing, image "
+"adjusting, ...). Enable these filters here and configure them in the \"video "
+"filters\" modules section. You can also set many miscellaneous video options."
+msgstr ""
+"Diese Optionen erlauben Ihnen das Verhalten des Videoausgabeuntersystems zu "
+"verändern. Sie können beispielsweise Videofilter (Deinterlacing, "
+"Bildausrichtung...) aktivieren. Aktivieren Sie diese Filter hier und "
+"konfigurieren Sie sie in der \"Videofilter\"-Sektion. Sie können auch "
+"diverse Videooptionen einstellen."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Videoausgabe-Modul"
 
-#: src/libvlc.h:179
-msgid "This option allows you to select the video output method used by VLC. The default behavior is to automatically select the best method available."
-msgstr "Diese Option erlaubt Ihnen die von VLC benutzte Videoausgabemethode festzulegen. Das standardmäßige Verhalten ist, die beste verfügbare Methode zu wählen."
+#: src/libvlc.h:169
+msgid ""
+"This option allows you to select the video output method used by VLC. The "
+"default behavior is to automatically select the best method available."
+msgstr ""
+"Diese Option erlaubt Ihnen die von VLC benutzte Videoausgabemethode "
+"festzulegen. Das standardmäßige Verhalten ist, die beste verfügbare Methode "
+"zu wählen."
 
-#: src/libvlc.h:183
-#: modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr "Video aktivieren"
 
-#: src/libvlc.h:185
-msgid "You can completely disable the video output. In this case, the video decoding stage will not take place, thus saving some processing power."
-msgstr "Sie können die Videoausgabe komplett abschalten. In diesem Fall wird die Videodekodierung nicht stattfinden und sich die Prozessorbelastung verringern."
+#: src/libvlc.h:175
+msgid ""
+"You can completely disable the video output. In this case, the video "
+"decoding stage will not take place, thus saving some processing power."
+msgstr ""
+"Sie können die Videoausgabe komplett abschalten. In diesem Fall wird die "
+"Videodekodierung nicht stattfinden und sich die Prozessorbelastung "
+"verringern."
 
-#: src/libvlc.h:188
-#: modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Videobreite"
 
-#: src/libvlc.h:190
-msgid "You can enforce the video width here. By default (-1) VLC will adapt to the video characteristics."
-msgstr "Sie können hier die Videobreite festlegen. Standardmäßig (-1) wird VLC die Eigenschaften des Films übernehmen."
+#: src/libvlc.h:180
+msgid ""
+"You can enforce the video width here. By default (-1) VLC will adapt to the "
+"video characteristics."
+msgstr ""
+"Sie können hier die Videobreite festlegen. Standardmäßig (-1) wird VLC die "
+"Eigenschaften des Films übernehmen."
 
-#: src/libvlc.h:193
-#: modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Videohöhe"
 
-#: src/libvlc.h:195
-msgid "You can enforce the video height here. By default (-1) VLC will adapt to the video characteristics."
-msgstr "Sie können hier die Videohöhe festlegen. Standardmäßig (-1) wird VLC die Filmeigenschaften übernehmen."
+#: src/libvlc.h:185
+msgid ""
+"You can enforce the video height here. By default (-1) VLC will adapt to the "
+"video characteristics."
+msgstr ""
+"Sie können hier die Videohöhe festlegen. Standardmäßig (-1) wird VLC die "
+"Filmeigenschaften übernehmen."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr "Video-X-Koordinate"
 
-#: src/libvlc.h:200
-msgid "You can enforce the position of the top left corner of the video window here (x coordinate)."
-msgstr "Sie können die Position der oberen linken Ecke des Videofensters hier festlegen (X-Koordinate)."
+#: src/libvlc.h:190
+msgid ""
+"You can enforce the position of the top left corner of the video window here "
+"(x coordinate)."
+msgstr ""
+"Sie können die Position der oberen linken Ecke des Videofensters hier "
+"festlegen (X-Koordinate)."
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr "Video-Y-Koordinate"
 
-#: src/libvlc.h:205
-msgid "You can enforce the position of the top left corner of the video window here (y coordinate)."
-msgstr "Sie können die Position der oberen linken Ecke des Videofensters hier festlegen (Y-Koordinate)."
+#: src/libvlc.h:195
+msgid ""
+"You can enforce the position of the top left corner of the video window here "
+"(y coordinate)."
+msgstr ""
+"Sie können die Position der oberen linken Ecke des Videofensters hier "
+"festlegen (Y-Koordinate)."
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr "Video-Titel"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr "Sie können einen eigenen Titel des Videofensters hier festlegen."
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr "Videoausrichtung"
 
-#: src/libvlc.h:214
-msgid "You can enforce the video alignment in its window. By default (0) it will be centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use combinations of these values)."
-msgstr "Sie können die Ausrichtung des Videos in dessen Fenster erzwingen. Standardmäßig (0) wird es zentriert. (0=zentriert, 1=links, 2=rechts, 4=oben, 8=unten; Sie können auch Kombinationen dieser Werte benutzen.)"
+#: src/libvlc.h:204
+msgid ""
+"You can enforce the video alignment in its window. By default (0) it will be "
+"centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
+"combinations of these values)."
+msgstr ""
+"Sie können die Ausrichtung des Videos in dessen Fenster erzwingen. "
+"Standardmäßig (0) wird es zentriert. (0=zentriert, 1=links, 2=rechts, "
+"4=oben, 8=unten; Sie können auch Kombinationen dieser Werte benutzen.)"
 
-#: src/libvlc.h:219
-#: modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Zentriert"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr "Oben"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr "Unten"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr "Obenlinks"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr "Obenrechts"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr "Untenlinks"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr "Untenrechts"
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr "Video vergrößern"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Sie können das Video mit dem eingegebenen Faktor vergrößern."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Graustufen-Videoausgabe"
 
-#: src/libvlc.h:228
-msgid "When enabled, the color information from the video won't be decoded (this can also allow you to save some processing power)."
-msgstr "Wenn aktiviert, wird die Farbinformation des Videos nicht dekodiert (dies erlaubt Ihnen, etwas Prozessorzeit zu sparen)."
+#: src/libvlc.h:218
+msgid ""
+"When enabled, the color information from the video won't be decoded (this "
+"can also allow you to save some processing power)."
+msgstr ""
+"Wenn aktiviert, wird die Farbinformation des Videos nicht dekodiert (dies "
+"erlaubt Ihnen, etwas Prozessorzeit zu sparen)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Vollbildausgabe"
 
-#: src/libvlc.h:233
-msgid "If this option is enabled, VLC will always start a video in fullscreen mode."
-msgstr "Wenn diese Option aktiviert ist, wird VLC ein Video immer im Vollbildmodus starten."
+#: src/libvlc.h:223
+msgid ""
+"If this option is enabled, VLC will always start a video in fullscreen mode."
+msgstr ""
+"Wenn diese Option aktiviert ist, wird VLC ein Video immer im Vollbildmodus "
+"starten."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr "Videoausgabe überlagern"
 
-#: src/libvlc.h:238
-msgid "If enabled, VLC will try to take advantage of the overlay capabilities of your graphics card (hardware acceleration)."
-msgstr "Wenn aktiviert, wird VLC versuchen die Überlagerungsmöglichkeiten Ihrer Grafikkarte zu nutzen (Hardwarebeschleunigung)."
+#: src/libvlc.h:228
+msgid ""
+"If enabled, VLC will try to take advantage of the overlay capabilities of "
+"your graphics card (hardware acceleration)."
+msgstr ""
+"Wenn aktiviert, wird VLC versuchen die Überlagerungsmöglichkeiten Ihrer "
+"Grafikkarte zu nutzen (Hardwarebeschleunigung)."
 
-#: src/libvlc.h:241
-#: src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Immer im Vordergrund"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr "Plaziert das Videofenster immer über allen anderen Fenstern."
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr "SPU-Position erzwingen"
 
-#: src/libvlc.h:247
-msgid "You can use this option to place the subtitles under the movie, instead of over the movie. Try several positions."
-msgstr "Sie können diese Option benutzen, um die Untertitel unter dem Film statt im Film darzustellen. Probieren Sie mehrere Positionen."
+#: src/libvlc.h:237
+msgid ""
+"You can use this option to place the subtitles under the movie, instead of "
+"over the movie. Try several positions."
+msgstr ""
+"Sie können diese Option benutzen, um die Untertitel unter dem Film statt im "
+"Film darzustellen. Probieren Sie mehrere Positionen."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr "On Screen Display"
 
-#: src/libvlc.h:252
-msgid "VLC can display messages on the video. This is called OSD (On Screen Display). You can disable this feature here."
-msgstr "VLC kann Meldungen im Bild anzeigen. Dies wird On Screen Display (OSD) genannt. Sie dieses Feature hier deaktivieren."
+#: src/libvlc.h:242
+msgid ""
+"VLC can display messages on the video. This is called OSD (On Screen "
+"Display). You can disable this feature here."
+msgstr ""
+"VLC kann Meldungen im Bild anzeigen. Dies wird On Screen Display (OSD) "
+"genannt. Sie dieses Feature hier deaktivieren."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr "Videofilter-Modul"
 
-#: src/libvlc.h:257
-msgid "This will allow you to add a post-processing filter to enhance the picture quality, for instance deinterlacing, or to clone or distort the video window."
-msgstr "Dies erlaubt Ihnen einen Nachbearbeitungsfilter hinzuzufügen, um die Bildqualität zu erhöhen, z.B. \"Deinterlacing\", oder um das Ausgabefenster zu klonen oder zu verzerren."
+#: src/libvlc.h:247
+msgid ""
+"This will allow you to add a post-processing filter to enhance the picture "
+"quality, for instance deinterlacing, or to clone or distort the video window."
+msgstr ""
+"Dies erlaubt Ihnen einen Nachbearbeitungsfilter hinzuzufügen, um die "
+"Bildqualität zu erhöhen, z.B. \"Deinterlacing\", oder um das Ausgabefenster "
+"zu klonen oder zu verzerren."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr "Bildseitenverhältnis"
 
-#: src/libvlc.h:263
-msgid "This will force the source aspect ratio. For instance, some DVDs claim to be 16:9 while they are actually 4:3. This can also be used as a hint for VLC when a movie does not have aspect ratio information. Accepted formats are x:y (4:3, 16:9, etc.) expressing the global image aspect, or a float value (1.25, 1.3333, etc.) expressing pixel squareness."
-msgstr "Dies erzwingt das Bild-Seitenverhältnis. Manche DVDs brauchen z.B. ein Format von 16:9 während sie gerade mit 4:3 gezeigt werden. Dies kann auch als Hinweis für VLC benutzt werden, wenn ein Film keine Bild-Seitenverhältnis-Information enthält. Erlaubte Formate sind x:y (z.B. 4:3,16:9) um das globale Seitenverhältnis oder Fließkommazahlen (z.B. 1.25, 1.3333) um die Pixelbreite auszudrücken."
+#: src/libvlc.h:253
+msgid ""
+"This will force the source aspect ratio. For instance, some DVDs claim to be "
+"16:9 while they are actually 4:3. This can also be used as a hint for VLC "
+"when a movie does not have aspect ratio information. Accepted formats are x:"
+"y (4:3, 16:9, etc.) expressing the global image aspect, or a float value "
+"(1.25, 1.3333, etc.) expressing pixel squareness."
+msgstr ""
+"Dies erzwingt das Bild-Seitenverhältnis. Manche DVDs brauchen z.B. ein "
+"Format von 16:9 während sie gerade mit 4:3 gezeigt werden. Dies kann auch "
+"als Hinweis für VLC benutzt werden, wenn ein Film keine Bild-"
+"Seitenverhältnis-Information enthält. Erlaubte Formate sind x:y (z.B. "
+"4:3,16:9) um das globale Seitenverhältnis oder Fließkommazahlen (z.B. 1.25, "
+"1.3333) um die Pixelbreite auszudrücken."
 
-#: src/libvlc.h:271
-msgid "These options allow you to modify the behavior of the input subsystem, such as the DVD or VCD device, the network interface settings or the subtitle channel."
-msgstr "Diese Optionen erlauben Ihnen das Verhalten des Input-Untersystems verändern, wie das DVD- oder VCD-Device, die Netzwerkinterface-Einstellungen oder den Untertitelkanal."
+#: src/libvlc.h:261
+msgid ""
+"These options allow you to modify the behavior of the input subsystem, such "
+"as the DVD or VCD device, the network interface settings or the subtitle "
+"channel."
+msgstr ""
+"Diese Optionen erlauben Ihnen das Verhalten des Input-Untersystems "
+"verändern, wie das DVD- oder VCD-Device, die Netzwerkinterface-Einstellungen "
+"oder den Untertitelkanal."
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr "Durchschnittlicher Zähler der Uhrreferenz"
 
-#: src/libvlc.h:277
-msgid "When using the PVR input (or a very irregular source), you should set this to 10000."
-msgstr "Wenn der PVR-Input (oder eine sehr ungeregelmäßige Quelle) benutzt wird, sollten Sie dies auf 10000 einstellen."
+#: src/libvlc.h:267
+msgid ""
+"When using the PVR input (or a very irregular source), you should set this "
+"to 10000."
+msgstr ""
+"Wenn der PVR-Input (oder eine sehr ungeregelmäßige Quelle) benutzt wird, "
+"sollten Sie dies auf 10000 einstellen."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Server-Port"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
-msgstr "Dies ist der Port, der für UDP Streams benutzt wird. Standardmäßig wählen wir 1234."
+msgstr ""
+"Dies ist der Port, der für UDP Streams benutzt wird. Standardmäßig wählen "
+"wir 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "MTU des Netzwerk-Interfaces"
 
-#: src/libvlc.h:286
-msgid "This is the typical size of UDP packets that we expect. On Ethernet it is usually 1500."
-msgstr "Dies ist die typische Größe von UDP Paketen, die wir erwarten. Im Ethernet ist es normalerweise 1500."
+#: src/libvlc.h:276
+msgid ""
+"This is the typical size of UDP packets that we expect. On Ethernet it is "
+"usually 1500."
+msgstr ""
+"Dies ist die typische Größe von UDP Paketen, die wir erwarten. Im Ethernet "
+"ist es normalerweise 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Netzwerk-Interface-Adresse"
 
-#: src/libvlc.h:291
-msgid "If you have several interfaces on your machine and use the multicast solution, you will probably have to indicate the IP address of your multicasting interface here."
-msgstr "Wenn sie mehrere Interfaces auf Ihrem Rechner haben und Multicast benutzen, müssen Sie wahrscheinlich die IP-Adresse Ihres Multicasting-Interfaces hier angeben."
+#: src/libvlc.h:281
+msgid ""
+"If you have several interfaces on your machine and use the multicast "
+"solution, you will probably have to indicate the IP address of your "
+"multicasting interface here."
+msgstr ""
+"Wenn sie mehrere Interfaces auf Ihrem Rechner haben und Multicast benutzen, "
+"müssen Sie wahrscheinlich die IP-Adresse Ihres Multicasting-Interfaces hier "
+"angeben."
 
-#: src/libvlc.h:295
-#: modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr "Time To Live"
 
-#: src/libvlc.h:297
-msgid "Indicate here the Time To Live of the multicast packets sent by the stream output."
-msgstr "Geben Sie hier die \"Time To Live\" der Multicast-Pakete ein, die von der Streamausgabe gesendet werden."
+#: src/libvlc.h:287
+msgid ""
+"Indicate here the Time To Live of the multicast packets sent by the stream "
+"output."
+msgstr ""
+"Geben Sie hier die \"Time To Live\" der Multicast-Pakete ein, die von der "
+"Streamausgabe gesendet werden."
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Programm wählen (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Wählen Sie das Programm, indem Sie dessen Service ID angeben."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Audio wählen"
 
-#: src/libvlc.h:306
-msgid "Give the default type of audio you want to use in a DVD. (Developers only)"
-msgstr "Geben Sie den Standard-Audiotyp ein, den Sie bei DVDs benutzen wollen. (nur für Entwickler)"
+#: src/libvlc.h:296
+msgid ""
+"Give the default type of audio you want to use in a DVD. (Developers only)"
+msgstr ""
+"Geben Sie den Standard-Audiotyp ein, den Sie bei DVDs benutzen wollen. (nur "
+"für Entwickler)"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr "Audiokanal wählen"
 
-#: src/libvlc.h:311
-msgid "Give the stream number of the audio channel you want to use in a DVD (from 1 to n)."
-msgstr "Geben Sie die Stream-Nummer des Audiokanals ein, den Sie in einer DVD benutzen möchten (von 1 bis n)."
+#: src/libvlc.h:301
+msgid ""
+"Give the stream number of the audio channel you want to use in a DVD (from 1 "
+"to n)."
+msgstr ""
+"Geben Sie die Stream-Nummer des Audiokanals ein, den Sie in einer DVD "
+"benutzen möchten (von 1 bis n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Untertitelspur wählen"
 
-#: src/libvlc.h:316
-msgid "Give the stream number of the subtitle channel you want to use (from 1 to n)."
-msgstr "Geben Sie die Stream-Nummer des Untertitelkanals ein, den Sie benutzen möchten (von 1 bis n)."
+#: src/libvlc.h:306
+msgid ""
+"Give the stream number of the subtitle channel you want to use (from 1 to n)."
+msgstr ""
+"Geben Sie die Stream-Nummer des Untertitelkanals ein, den Sie benutzen "
+"möchten (von 1 bis n)."
 
-#: src/libvlc.h:319
-#: src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr "Anzahl, wie oft der gleiche Input wiederholt werden soll"
 
-#: src/libvlc.h:322
-#: src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr "Input-Startzeit (Sekunden)"
 
-#: src/libvlc.h:325
-#: src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr "Input-Stoppzeit (Sekunden)"
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr "Lesezeichenliste für einen Stream"
 
-#: src/libvlc.h:329
-msgid "You can specify a list of bookmarks for a stream in the form \"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},{etc...}\""
-msgstr "Sie können eine Liste von Lesezeichen für einen Stream in der Form \"{name=Lesezeichenname,time=optionaler-Zeitversatz,bytes=optionaler-Byteversatz},{etc...}\" festlegen."
+#: src/libvlc.h:322
+msgid ""
+"You can specify a list of bookmarks for a stream in the form "
+"\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
+"{etc...}\""
+msgstr ""
+"Sie können eine Liste von Lesezeichen für einen Stream in der Form "
+"\"{name=Lesezeichenname,time=optionaler-Zeitversatz,bytes=optionaler-"
+"Byteversatz},{etc...}\" festlegen."
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr "Untertiteldateien automatisch erkennen"
 
-#: src/libvlc.h:335
-msgid "Automatically detect a subtitle file, if no subtitle filename is specified."
-msgstr "Automatisch eine Untertiteldatei aufspüren, wenn kein Untertiteldateiname angegeben ist."
+#: src/libvlc.h:328
+msgid ""
+"Automatically detect a subtitle file, if no subtitle filename is specified."
+msgstr ""
+"Automatisch eine Untertiteldatei aufspüren, wenn kein Untertiteldateiname "
+"angegeben ist."
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr "Toleranz der automatischen Untertitelsuche"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
-"This determines how fuzzy subtitle and movie filename matching will be. Options are:\n"
+"This determines how fuzzy subtitle and movie filename matching will be. "
+"Options are:\n"
 "0 = no subtitles autodetected\n"
 "1 = any subtitle file\n"
 "2 = any subtitle file containing the movie name\n"
 "3 = subtitle file matching the movie name with additional chars\n"
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
-"Dies legt fest, wie der ungenaue Untertitel- und Filmdateinamensabgleich sein wird. Optionen sind:\n"
+"Dies legt fest, wie der ungenaue Untertitel- und Filmdateinamensabgleich "
+"sein wird. Optionen sind:\n"
 "0 = keine Untertitel werden automatisch aufgespürt\n"
 "1 = jede Untertiteldatei\n"
 "2 = jede Untertiteldatei, die den Namen des Films enthält\n"
-"3 = Untertiteldateien, die mit dem Filmnamen mit zusätzlichen Zeichen übereinstimmen\n"
+"3 = Untertiteldateien, die mit dem Filmnamen mit zusätzlichen Zeichen "
+"übereinstimmen\n"
 "4 = Untertiteldateien, die mit Filmnamen exakt übereinstimmen"
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr "Pfade der automatischen Untertitelfeststellung"
 
-#: src/libvlc.h:350
-msgid "Look for a subtitle file in those paths too, if your subtitle file was not found in the current directory."
-msgstr "Auch in diesen Pfaden nach einer Untertiteldatei suchen, wenn Ihr Untertitel im derzeitigen Verzeichnis gefunden wurde."
+#: src/libvlc.h:343
+msgid ""
+"Look for a subtitle file in those paths too, if your subtitle file was not "
+"found in the current directory."
+msgstr ""
+"Auch in diesen Pfaden nach einer Untertiteldatei suchen, wenn Ihr Untertitel "
+"im derzeitigen Verzeichnis gefunden wurde."
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr "Untertiteldatei benutzen"
 
-#: src/libvlc.h:355
-msgid "Load this subtitle file. To be used when autodetect cannot detect your subtitle file."
-msgstr "Diese Untertiteldatei laden. Zur Benutzung, falls Ihre Untertiteldatei nicht automatisch aufgespürt werden kann."
+#: src/libvlc.h:348
+msgid ""
+"Load this subtitle file. To be used when autodetect cannot detect your "
+"subtitle file."
+msgstr ""
+"Diese Untertiteldatei laden. Zur Benutzung, falls Ihre Untertiteldatei nicht "
+"automatisch aufgespürt werden kann."
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "DVD-Device"
 
-#: src/libvlc.h:361
-msgid "This is the default DVD drive (or file) to use. Don't forget the colon after the drive letter (eg. D:)"
-msgstr "Dies ist das standardmäßige benutzte DVD-Laufwerk (oder Datei). Vergessen Sie nicht den Doppelpunkt nach dem Laufwerksbuchstaben (z.B. D:)."
+#: src/libvlc.h:354
+msgid ""
+"This is the default DVD drive (or file) to use. Don't forget the colon after "
+"the drive letter (eg. D:)"
+msgstr ""
+"Dies ist das standardmäßige benutzte DVD-Laufwerk (oder Datei). Vergessen "
+"Sie nicht den Doppelpunkt nach dem Laufwerksbuchstaben (z.B. D:)."
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Dies ist das standardmäßig benutzte DVD-Device."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "VCD-Device"
 
-#: src/libvlc.h:371
-msgid "This is the default VCD device to use. If you don't specify anything, we'll scan for a suitable CD-ROM device."
-msgstr "Diese ist das standardmäßig benutzte VCD-Device. Wenn Sie nichts angeben, werden wir nach einem passenden CD-ROM-Device suchen."
+#: src/libvlc.h:364
+msgid ""
+"This is the default VCD device to use. If you don't specify anything, we'll "
+"scan for a suitable CD-ROM device."
+msgstr ""
+"Diese ist das standardmäßig benutzte VCD-Device. Wenn Sie nichts angeben, "
+"werden wir nach einem passenden CD-ROM-Device suchen."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Dies ist das standardmäßig benutzte VCD-Device."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Audio-CD - Device"
 
-#: src/libvlc.h:381
-msgid "This is the default Audio CD device to use. If you don't specify anything, we'll scan for a suitable CD-ROM device."
-msgstr "Dies ist das standardmäßig benutzte Audio-CD - Device. Wenn Sie nichts angeben, werden wir nach einem passenden suchen."
+#: src/libvlc.h:374
+msgid ""
+"This is the default Audio CD device to use. If you don't specify anything, "
+"we'll scan for a suitable CD-ROM device."
+msgstr ""
+"Dies ist das standardmäßig benutzte Audio-CD - Device. Wenn Sie nichts "
+"angeben, werden wir nach einem passenden suchen."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr "Dies ist das standardmäßig benutzte Audio-CD - Device."
 
-#: src/libvlc.h:388
-#: modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "IPv6 erzwingen"
 
-#: src/libvlc.h:390
-msgid "If you check this box, IPv6 will be used by default for all UDP and HTTP connections."
-msgstr "Wenn Sie dies aktivieren, wird IPv6 standardmäßig für alle UDP- und HTTP-Verbindungen benutzt."
+#: src/libvlc.h:383
+msgid ""
+"If you check this box, IPv6 will be used by default for all UDP and HTTP "
+"connections."
+msgstr ""
+"Wenn Sie dies aktivieren, wird IPv6 standardmäßig für alle UDP- und HTTP-"
+"Verbindungen benutzt."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "IPv4 erzwingen"
 
-#: src/libvlc.h:395
-msgid "If you check this box, IPv4 will be used by default for all UDP and HTTP connections."
-msgstr "Wenn Sie dies aktivieren, wird IPv4 standardmäßig für alle UDP- und HTTP-Verbindungen benutzt."
+#: src/libvlc.h:388
+msgid ""
+"If you check this box, IPv4 will be used by default for all UDP and HTTP "
+"connections."
+msgstr ""
+"Wenn Sie dies aktivieren, wird IPv4 standardmäßig für alle UDP- und HTTP-"
+"Verbindungen benutzt."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr "Titel-Metadaten"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Erlaubt Ihnen \"title\"(Titel-) Metadaten für einen Input festzulegen."
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr "Autor-Metadaten"
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
-msgstr "Erlaubt Ihnen \"author\"(Autoren-) Metadaten für einen Input festzulegen."
+msgstr ""
+"Erlaubt Ihnen \"author\"(Autoren-) Metadaten für einen Input festzulegen."
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr "Künstler-Metadaten"
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
-msgstr "Erlaubt Ihnen \"artist\" (Künstler) - Metadaten für einen Input anzugeben."
+msgstr ""
+"Erlaubt Ihnen \"artist\" (Künstler) - Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr "Genre-Metadaten"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Erlaubt Ihnen \"Genre\"-Metadaten für einen Input festzulegen."
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr "Copyright-Metadaten"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Erlaubt Ihnen \"copyright\"-Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr "Beschreibungs-Metadaten"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
-msgstr "Erlaubt Ihnen \"description\"(Beschreibungs-) Metadaten für einen Input anzugeben."
+msgstr ""
+"Erlaubt Ihnen \"description\"(Beschreibungs-) Metadaten für einen Input "
+"anzugeben."
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr "Datums-Metadaten"
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Erlaubt Ihnen \"date\"(Datums-) Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr "URL-Metadaten"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Erlaubt Ihnen \"url\"-Metadaten für einen Input anzugeben."
 
-#: src/libvlc.h:431
-msgid "This option can be used to alter the way VLC selects its codecs (decompression methods). Only advanced users should alter this option as it can break playback of all your streams."
-msgstr "Diese Option kann zur Veränderung der Art und Wiese benutzt werden, wie VLC seine Codecs (Dekomprimierungsmethoden) wählt. Nur fortgeschrittene Benutzer  sollten diese Option verändern, da sie die Wiedergabe aller Ihrer Streams zerstören kann."
+#: src/libvlc.h:424
+msgid ""
+"This option can be used to alter the way VLC selects its codecs "
+"(decompression methods). Only advanced users should alter this option as it "
+"can break playback of all your streams."
+msgstr ""
+"Diese Option kann zur Veränderung der Art und Wiese benutzt werden, wie VLC "
+"seine Codecs (Dekomprimierungsmethoden) wählt. Nur fortgeschrittene "
+"Benutzer  sollten diese Option verändern, da sie die Wiedergabe aller Ihrer "
+"Streams zerstören kann."
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Liste der bevorzugten Codecs"
 
-#: src/libvlc.h:437
-msgid "This allows you to select a list of codecs that VLC will use in priority. For instance, 'dummy,a52' will try the dummy and a52 codecs before trying the other ones."
-msgstr "Dies erlaubt Ihnen eine Liste von Codecs zu wählen, die VLC mit Priorität benutzen wird. Zum Beispiel wird 'dummy,a52' zunächst die Dummy- und a52-Codecs vor den anderen probieren."
+#: src/libvlc.h:430
+msgid ""
+"This allows you to select a list of codecs that VLC will use in priority. "
+"For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
+"the other ones."
+msgstr ""
+"Dies erlaubt Ihnen eine Liste von Codecs zu wählen, die VLC mit Priorität "
+"benutzen wird. Zum Beispiel wird 'dummy,a52' zunächst die Dummy- und a52-"
+"Codecs vor den anderen probieren."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Liste der bevorzugten Encoder"
 
-#: src/libvlc.h:443
-msgid "This allows you to select a list of encoders that VLC will use in priority"
-msgstr "Diese Option erlaubt Ihnen eine Liste von Encodern auswählen, die VLC mit Priorität benutzen wird."
+#: src/libvlc.h:436
+msgid ""
+"This allows you to select a list of encoders that VLC will use in priority"
+msgstr ""
+"Diese Option erlaubt Ihnen eine Liste von Encodern auswählen, die VLC mit "
+"Priorität benutzen wird."
 
-#: src/libvlc.h:447
-msgid "These options allow you to set default global options for the stream output subsystem."
-msgstr "Diese Optionen erlauben Ihnen globale Einstellungen für das Streamausgabe-Untersystem festzulegen."
+#: src/libvlc.h:440
+msgid ""
+"These options allow you to set default global options for the stream output "
+"subsystem."
+msgstr ""
+"Diese Optionen erlauben Ihnen globale Einstellungen für das Streamausgabe-"
+"Untersystem festzulegen."
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr "Wählen Sie eine Streamausgabe"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Leer, falls kein Streamausgabeort verfügbar."
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr "Streaming von allen ES aktivieren"
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr "Dies erlaubt Ihnen alle ES (Video, Audio und Untertitel) zu streamen."
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr "Während des Streamens anzeigen"
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr "Dies erlaubt Ihnen, den Stream während des Streamens wiederzugeben."
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr "Videostreamausgabe aktivieren"
 
-#: src/libvlc.h:464
-#: src/libvlc.h:469
-msgid "This allows you to choose if the video stream should be redirected to the stream output facility when this last one is enabled."
-msgstr "Hiermit können Sie auswählen ob der Videostream zum Video-Stream-Ausgabedienst umgeleitet werden soll, falls dieser vorhanden ist."
+#: src/libvlc.h:457 src/libvlc.h:462
+msgid ""
+"This allows you to choose if the video stream should be redirected to the "
+"stream output facility when this last one is enabled."
+msgstr ""
+"Hiermit können Sie auswählen ob der Videostream zum Video-Stream-"
+"Ausgabedienst umgeleitet werden soll, falls dieser vorhanden ist."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr "Audiostreamausgabe aktivieren"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 msgid "Keep stream output open"
 msgstr "Streamausgabe offen lassen"
 
-#: src/libvlc.h:474
-msgid "This allows you to keep an unique stream output instance across multiple playlist item (automatically insert the gather stream output if not specified)"
-msgstr "Dies erlaubt Ihnen eine einzige Streamausgabeinstanz über mehrere Wiedergabelistenobjekte hinweg beizubehalten (automatisch wird die'gather'-Streamausgabe benutzt, wenn nichts angeben wird)."
+#: src/libvlc.h:467
+msgid ""
+"This allows you to keep an unique stream output instance across multiple "
+"playlist item (automatically insert the gather stream output if not "
+"specified)"
+msgstr ""
+"Dies erlaubt Ihnen eine einzige Streamausgabeinstanz über mehrere "
+"Wiedergabelistenobjekte hinweg beizubehalten (automatisch wird die'gather'-"
+"Streamausgabe benutzt, wenn nichts angeben wird)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Liste der bevorzugten Packetizer"
 
-#: src/libvlc.h:480
-msgid "This allows you to select the order in which VLC will choose its packetizers."
-msgstr "Diese Option erlaubt Ihnen die Reihefolge festzulegen nach der VLC seine Paketizer wählt."
+#: src/libvlc.h:473
+msgid ""
+"This allows you to select the order in which VLC will choose its packetizers."
+msgstr ""
+"Diese Option erlaubt Ihnen die Reihefolge festzulegen nach der VLC seine "
+"Paketizer wählt."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr "Mux-Modul"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
-msgstr "Dies ist ein Altlast-Eintrag mit dem Sie die mux-Module konfigurieren können."
+msgstr ""
+"Dies ist ein Altlast-Eintrag mit dem Sie die mux-Module konfigurieren können."
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr "Zugriffsausgabemodul"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
-msgstr "Dies ist ein Altlast-Eintrag, mit dem Sie die Zugriffsausgabemodule konfigurieren können."
+msgstr ""
+"Dies ist ein Altlast-Eintrag, mit dem Sie die Zugriffsausgabemodule "
+"konfigurieren können."
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr "SAP-Durchlauf kontrollieren"
 
-#: src/libvlc.h:492
-msgid "If this option is enabled, the flow on the SAP multicast address will be controlled. This is needed if you want to make announcements on the MBone"
-msgstr "Wenn diese Option aktiviert ist, wird der Durchlauf auf der SAP-Multicast-Adresse kontrolliert. Dies wird benötigt, wenn Sie Ankündigungen auf dem MBone machen."
+#: src/libvlc.h:485
+msgid ""
+"If this option is enabled, the flow on the SAP multicast address will be "
+"controlled. This is needed if you want to make announcements on the MBone"
+msgstr ""
+"Wenn diese Option aktiviert ist, wird der Durchlauf auf der SAP-Multicast-"
+"Adresse kontrolliert. Dies wird benötigt, wenn Sie Ankündigungen auf dem "
+"MBone machen."
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr "SAP-Ankündigungsintervall"
 
-#: src/libvlc.h:497
-msgid "When the SAP flow control is disabled, this lets you set the fixed interval between SAP announcements"
-msgstr "Wenn die SAP-Durchlauf-Kontrolle deaktiviert ist, können Sie die fixierten Intervalle zwischen SAP-Ankündigungen einstellen."
+#: src/libvlc.h:490
+msgid ""
+"When the SAP flow control is disabled, this lets you set the fixed interval "
+"between SAP announcements"
+msgstr ""
+"Wenn die SAP-Durchlauf-Kontrolle deaktiviert ist, können Sie die fixierten "
+"Intervalle zwischen SAP-Ankündigungen einstellen."
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
-"Diese Optionen erlauben Ihnen, besondere Prozessoroptimierungen zu aktivieren.\n"
+"Diese Optionen erlauben Ihnen, besondere Prozessoroptimierungen zu "
+"aktivieren.\n"
 "Sie sollten immer alle aktiviert lassen."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "Prozessor-MMX Unterstützung aktivieren"
 
-#: src/libvlc.h:506
-msgid "If your processor supports the MMX instructions set, VLC can take advantage of them."
+#: src/libvlc.h:499
+msgid ""
+"If your processor supports the MMX instructions set, VLC can take advantage "
+"of them."
 msgstr "Falls Ihr Prozessor MMX Befehle unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "Prozessor-'3D Now!' Unterstützung aktivieren"
 
-#: src/libvlc.h:511
-msgid "If your processor supports the 3D Now! instructions set, VLC can take advantage of them."
-msgstr "Falls Ihr Prozessor 3D Now! Befehle unterstützt, kann VLC diese benutzen."
+#: src/libvlc.h:504
+msgid ""
+"If your processor supports the 3D Now! instructions set, VLC can take "
+"advantage of them."
+msgstr ""
+"Falls Ihr Prozessor 3D Now! Befehle unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "MMX EXT Unterstützung aktivieren."
 
-#: src/libvlc.h:516
-msgid "If your processor supports the MMX EXT instructions set, VLC can take advantage of them."
-msgstr "Falls Ihr Prozessor MMX EXT Befehle unterstützt, kann VLC diese benutzen."
+#: src/libvlc.h:509
+msgid ""
+"If your processor supports the MMX EXT instructions set, VLC can take "
+"advantage of them."
+msgstr ""
+"Falls Ihr Prozessor MMX EXT Befehle unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "SSE Unterstützung aktivieren"
 
-#: src/libvlc.h:521
-msgid "If your processor supports the SSE instructions set, VLC can take advantage of them."
+#: src/libvlc.h:514
+msgid ""
+"If your processor supports the SSE instructions set, VLC can take advantage "
+"of them."
 msgstr "Falls Ihr Prozessor SSE Befehle unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr "CPU SSE2 Unterstützung aktivieren"
 
-#: src/libvlc.h:526
-msgid "If your processor supports the SSE2 instructions set, VLC can take advantage of them."
-msgstr "Falls Ihr Prozessor SSE2-Anweisungen unterstützt, kann VLC diese benutzen."
+#: src/libvlc.h:519
+msgid ""
+"If your processor supports the SSE2 instructions set, VLC can take advantage "
+"of them."
+msgstr ""
+"Falls Ihr Prozessor SSE2-Anweisungen unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "AltiVec Unterstützung aktivieren"
 
-#: src/libvlc.h:531
-msgid "If your processor supports the AltiVec instructions set, VLC can take advantage of them."
-msgstr "Falls Ihr Prozessor AltiVec Befehle unterstützt, kann VLC diese benutzen."
+#: src/libvlc.h:524
+msgid ""
+"If your processor supports the AltiVec instructions set, VLC can take "
+"advantage of them."
+msgstr ""
+"Falls Ihr Prozessor AltiVec Befehle unterstützt, kann VLC diese benutzen."
 
-#: src/libvlc.h:535
-msgid "These options define the behavior of the playlist. Some of them can be overridden in the playlist dialog box."
-msgstr "Diese Optionen legen das Verhalten der Wiedergabeliste fest. Einige von ihnen können im Wiedergabelistendialog überschrieben werden."
+#: src/libvlc.h:528
+msgid ""
+"These options define the behavior of the playlist. Some of them can be "
+"overridden in the playlist dialog box."
+msgstr ""
+"Diese Optionen legen das Verhalten der Wiedergabeliste fest. Einige von "
+"ihnen können im Wiedergabelistendialog überschrieben werden."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Dateien immer in zufälliger Reihenfolge abspielen"
 
-#: src/libvlc.h:540
-msgid "When selected, VLC will randomly play files in the playlist until interrupted."
-msgstr "Wenn dies ausgewählt ist, spielt VLC die Dateien der Wiedergabeliste in zufälliger Reihenfolge ab, bis es unterbrochen wird."
+#: src/libvlc.h:533
+msgid ""
+"When selected, VLC will randomly play files in the playlist until "
+"interrupted."
+msgstr ""
+"Wenn dies ausgewählt ist, spielt VLC die Dateien der Wiedergabeliste in "
+"zufälliger Reihenfolge ab, bis es unterbrochen wird."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Wiedergabeliste am Ende wiederholen"
 
-#: src/libvlc.h:545
-msgid "If you want VLC to keep playing the playlist indefinitely then enable this option."
-msgstr "Wenn VLC die Wiedergabeliste unendlich lange abspielen soll, aktivieren Sie dies."
+#: src/libvlc.h:538
+msgid ""
+"If you want VLC to keep playing the playlist indefinitely then enable this "
+"option."
+msgstr ""
+"Wenn VLC die Wiedergabeliste unendlich lange abspielen soll, aktivieren Sie "
+"dies."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr "Aktuelles Objekt wiederholen"
 
-#: src/libvlc.h:550
-msgid "When this is active, VLC will keep playing the current playlist item over and over again."
-msgstr "Wenn dies aktiv ist, wird VLC das derzeitige Wiedergabelistenobjekt immer wieder wiederholen."
+#: src/libvlc.h:543
+msgid ""
+"When this is active, VLC will keep playing the current playlist item over "
+"and over again."
+msgstr ""
+"Wenn dies aktiv ist, wird VLC das derzeitige Wiedergabelistenobjekt immer "
+"wieder wiederholen."
 
-#: src/libvlc.h:554
-msgid "These options allow you to select default modules. Leave these alone unless you really know what you are doing."
-msgstr "Diese erlauben Ihnen, Standard-Module festzulegen. Lassen Sie diese in Ruhe, außer wenn Sie wirklich wissen, was Sie tun."
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Immer im Vordergrund"
 
-#: src/libvlc.h:557
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
+msgid ""
+"These options allow you to select default modules. Leave these alone unless "
+"you really know what you are doing."
+msgstr ""
+"Diese erlauben Ihnen, Standard-Module festzulegen. Lassen Sie diese in Ruhe, "
+"außer wenn Sie wirklich wissen, was Sie tun."
+
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Speicher-Kopiermodul"
 
-#: src/libvlc.h:559
-msgid "You can select which memory copy module you want to use. By default VLC will select the fastest one supported by your hardware."
-msgstr "Sie können auswählen, welches Speicher-Kopiermodul VLC benutzen soll. Standardmäßig ist das schnellste, von Ihrer Hardware unterstützte, aktiviert."
+#: src/libvlc.h:557
+msgid ""
+"You can select which memory copy module you want to use. By default VLC will "
+"select the fastest one supported by your hardware."
+msgstr ""
+"Sie können auswählen, welches Speicher-Kopiermodul VLC benutzen soll. "
+"Standardmäßig ist das schnellste, von Ihrer Hardware unterstützte, aktiviert."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Zugriffsmodul"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
-msgstr "Dies ist ein Altlasteintrag, mit dem Sie Zugriffsmodule konfigurieren können."
+msgstr ""
+"Dies ist ein Altlasteintrag, mit dem Sie Zugriffsmodule konfigurieren können."
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Demux-Modul"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
-msgstr "Dies ist ein Altlasteintrag, mit Sie die Demux-Module konfigurieren können."
+msgstr ""
+"Dies ist ein Altlasteintrag, mit Sie die Demux-Module konfigurieren können."
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr "Echtzeitpriorität erlauben"
 
-#: src/libvlc.h:572
-msgid "Running VLC in real-time priority will allow for much more precise scheduling and yield better, especially when streaming content. It can however lock up your whole machine, or make it very very slow. You should only activate this if you know what you're doing."
-msgstr "VLC mit Echtzeitpriorität laufen zu lassen, wird präziseres Scheduling und bessere Leistung ermöglichen, insbesondere wenn Inhalte gestreamt werden. Es kann aber auch den Zugriff auf Ihren Computer unmöglich oder ihn sehr langsam machen. Sie sollten dies nur aktivieren, wenn Sie wissen, was Sie tun."
+#: src/libvlc.h:570
+msgid ""
+"Running VLC in real-time priority will allow for much more precise "
+"scheduling and yield better, especially when streaming content. It can "
+"however lock up your whole machine, or make it very very slow. You should "
+"only activate this if you know what you're doing."
+msgstr ""
+"VLC mit Echtzeitpriorität laufen zu lassen, wird präziseres Scheduling und "
+"bessere Leistung ermöglichen, insbesondere wenn Inhalte gestreamt werden. Es "
+"kann aber auch den Zugriff auf Ihren Computer unmöglich oder ihn sehr "
+"langsam machen. Sie sollten dies nur aktivieren, wenn Sie wissen, was Sie "
+"tun."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr "Priorität von VLC anpassen"
 
-#: src/libvlc.h:580
-msgid "This option adds an offset (positive or negative) to VLC default priorities. You can use it to tune VLC priority against other programs, or against other VLC instances."
-msgstr "Diese Option fügt den Standardprioritäten von VLC einen Wert hinzu (positiv oder negativ). Sie können diesen zur Einstellung der Priorität von VLC gegenüber anderen Programmen oder anderen VLC-Instanzen benutzen."
+#: src/libvlc.h:578
+msgid ""
+"This option adds an offset (positive or negative) to VLC default priorities. "
+"You can use it to tune VLC priority against other programs, or against other "
+"VLC instances."
+msgstr ""
+"Diese Option fügt den Standardprioritäten von VLC einen Wert hinzu (positiv "
+"oder negativ). Sie können diesen zur Einstellung der Priorität von VLC "
+"gegenüber anderen Programmen oder anderen VLC-Instanzen benutzen."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Anzahl von Threads minimieren"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
-msgstr "Diese Option minimiert die Anzahl von Threads, die zur Benutzung von VLC benötigt werden."
+msgstr ""
+"Diese Option minimiert die Anzahl von Threads, die zur Benutzung von VLC "
+"benötigt werden."
+
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr "Modulsuchpfad"
 
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Diese Option erlaubt Ihnen einen zusätzlichen Pfad festzulegen, in dem VLC "
+"nach Modulen suchen wird."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr "Nur eine laufende Instanz erlauben"
 
-#: src/libvlc.h:590
-msgid "Allowing only one running instance of VLC can sometimes be useful, for instance if you associated VLC with some media types and you don't want a new instance of VLC to be opened each time you double-click on a file in the explorer. This option will allow you to play the file with the already running instance or enqueue it."
-msgstr "Nur eine laufende Instanz von VLC zu erlauben, kann manchmal nützlich sein, z.B. wenn Sie einige Medientypen mit VLC verknüpft haben und nicht jedes Mal eine neue  Instanz von VLC möchten, wenn Sie auf eine Datei im Explorer einen  Doppelklick gemachen. Diese Option wird Ihnen erlauben, die Datei mit der bereits laufenden Instanz abzuspielen oder sie der Reihe anzuhängen."
+#: src/libvlc.h:602
+msgid ""
+"Allowing only one running instance of VLC can sometimes be useful, for "
+"instance if you associated VLC with some media types and you don't want a "
+"new instance of VLC to be opened each time you double-click on a file in the "
+"explorer. This option will allow you to play the file with the already "
+"running instance or enqueue it."
+msgstr ""
+"Nur eine laufende Instanz von VLC zu erlauben, kann manchmal nützlich sein, "
+"z.B. wenn Sie einige Medientypen mit VLC verknüpft haben und nicht jedes Mal "
+"eine neue  Instanz von VLC möchten, wenn Sie auf eine Datei im Explorer "
+"einen  Doppelklick gemachen. Diese Option wird Ihnen erlauben, die Datei mit "
+"der bereits laufenden Instanz abzuspielen oder sie der Reihe anzuhängen."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "Die Priorität des Prozesses erhöhen"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
-"Increasing the priority of the process will very likely improve your playing experience as it allows VLC not to be disturbed by other applications that could otherwise take too much processor time.\n"
-"However be advised that in certain circumstances (bugs) VLC could take all the processor time and render the whole system unresponsive which might require a reboot of your machine."
+"Increasing the priority of the process will very likely improve your playing "
+"experience as it allows VLC not to be disturbed by other applications that "
+"could otherwise take too much processor time.\n"
+"However be advised that in certain circumstances (bugs) VLC could take all "
+"the processor time and render the whole system unresponsive which might "
+"require a reboot of your machine."
 msgstr ""
-"Die Erhöhung der Priorität des Prozesses wird Ihr Wiedergabeerlebnis verbessern, da es VLC erlaubt, nicht von anderen Programmen gestört zu werden, die zuviel Prozessorleistung benötigen.\n"
-"Wie auch immer, unter Umständen (bei Fehlern) könnte VLC die gesamte Prozessorzeit in Anspruch nehmen, wodurch das System auf keine Eingaben mehr reagieren würde, was eventuell einen Neustart Ihres Rechners erfordern wird."
-
-#: src/libvlc.h:605
+"Die Erhöhung der Priorität des Prozesses wird Ihr Wiedergabeerlebnis "
+"verbessern, da es VLC erlaubt, nicht von anderen Programmen gestört zu "
+"werden, die zuviel Prozessorleistung benötigen.\n"
+"Wie auch immer, unter Umständen (bei Fehlern) könnte VLC die gesamte "
+"Prozessorzeit in Anspruch nehmen, wodurch das System auf keine Eingaben mehr "
+"reagieren würde, was eventuell einen Neustart Ihres Rechners erfordern wird."
+
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Schnelles Mutex auf NT/2K/XP (nur für Entwickler)"
 
-#: src/libvlc.h:607
-msgid "On Windows NT/2K/XP we use a slow mutex implementation but which allows us to correctly implement condition variables. You can also use the faster Win9x implementation but you might experience problems with it."
-msgstr "Unter Windows NT/2K/XP benutzen wir eine langsame mutex Implementation, welche uns aber die Umgebungsvariablen korrekt integrieren lässt. Sie können auch die schnellere Win9x-Implementation benutzen, aber Sie werden vielleicht Probleme damit haben."
+#: src/libvlc.h:619
+msgid ""
+"On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
+"to correctly implement condition variables. You can also use the faster "
+"Win9x implementation but you might experience problems with it."
+msgstr ""
+"Unter Windows NT/2K/XP benutzen wir eine langsame mutex Implementation, "
+"welche uns aber die Umgebungsvariablen korrekt integrieren lässt. Sie können "
+"auch die schnellere Win9x-Implementation benutzen, aber Sie werden "
+"vielleicht Probleme damit haben."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Umgebungsvariablen-Implementation für Win9x (nur für Entwickler)"
 
-#: src/libvlc.h:615
-msgid "On Windows 9x/Me you can use a fast but incorrect condition variables implementation (more precisely there is a possibility for a race condition to happen). However it is possible to use slower alternatives which are more robust. Currently you can choose between implementation 0 (which is the fastest but slightly incorrect), 1 (default) and 2."
-msgstr "Unter Windows 9x/Me können Sie eine schnelle, aber inkorrekte Condition-Variablen-Implementation (präziser: es gibt eine Möglichkeit, dass eine Race-Condition geschieht). Wieauchimmer, es ist möglich, langsamere Alternativen zu benutzen, die robuster sind. Derzeit können Sie zwischen Implementation 0 (welches die schnellste, aber leicht inkorrekte ist), 1 (standard) und 2."
+#: src/libvlc.h:627
+msgid ""
+"On Windows 9x/Me you can use a fast but incorrect condition variables "
+"implementation (more precisely there is a possibility for a race condition "
+"to happen). However it is possible to use slower alternatives which are more "
+"robust. Currently you can choose between implementation 0 (which is the "
+"fastest but slightly incorrect), 1 (default) and 2."
+msgstr ""
+"Unter Windows 9x/Me können Sie eine schnelle, aber inkorrekte Condition-"
+"Variablen-Implementation (präziser: es gibt eine Möglichkeit, dass eine Race-"
+"Condition geschieht). Wieauchimmer, es ist möglich, langsamere Alternativen "
+"zu benutzen, die robuster sind. Derzeit können Sie zwischen Implementation 0 "
+"(welches die schnellste, aber leicht inkorrekte ist), 1 (standard) und 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
-msgstr "Diese Einstellungen sind die globalen Tastenkürzel von VLC, bekannt als \"Hotkeys\"."
-
-#: src/libvlc.h:626
-#: src/video_output/vout_intf.c:213
-#: modules/gui/beos/VideoOutput.cpp:1202
-#: modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696
-#: modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+msgstr ""
+"Diese Einstellungen sind die globalen Tastenkürzel von VLC, bekannt als "
+"\"Hotkeys\"."
+
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
+#: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Vollbild"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Wählen Sie den Hotkey zum Umschalten des Vollbildstatuses."
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr "Abspielen/Pause"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Wählen Sie den Hotkey zum Umschalten des Pause-Statuses."
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr "Nur Pause"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr "Wählen Sie den Hotkey zum Pausieren."
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr "Nur Abspielen"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr "Wählen Sie den Hotkey zum Abspielen."
 
-#: src/libvlc.h:634
-#: modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617
-#: modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "Schneller"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Wählen Sie den Hotkey zum Vorspulen."
 
-#: src/libvlc.h:636
-#: modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618
-#: modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Langsamer"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Wählen Sie den Hotkey zur Verlangsamung der Wiedergabe."
 
-#: src/libvlc.h:638
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
 #: modules/gui/gtk/gnome_interface.c:667
-#: modules/gui/gtk/gnome_interface.c:1056
-#: modules/gui/gtk/gtk_interface.c:769
-#: modules/gui/gtk/gtk_interface.c:852
-#: modules/gui/gtk/gtk_interface.c:896
-#: modules/gui/gtk/gtk_interface.c:1166
-#: modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163
-#: modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639
-#: modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556
-#: modules/gui/macosx/intf.m:619
+#: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
+#: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
+#: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Nächstes"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
-msgstr "Wählen Sie Hotkey zum Springen zum nächsten Objekt der Wiedergabeliste."
+msgstr ""
+"Wählen Sie Hotkey zum Springen zum nächsten Objekt der Wiedergabeliste."
 
-#: src/libvlc.h:640
-#: modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638
-#: modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555
-#: modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Vorheriges"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
-msgstr "Wählen Sie den Hotkey zum Springen zum vorherigen Objekt der Wiedergabeliste."
-
-#: src/libvlc.h:642
-#: modules/gui/gtk/gnome_interface.c:566
-#: modules/gui/gtk/gnome_interface.c:1027
-#: modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127
-#: modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631
-#: modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552
-#: modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274
-#: modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440
-#: modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+msgstr ""
+"Wählen Sie den Hotkey zum Springen zum vorherigen Objekt der Wiedergabeliste."
+
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
+#: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Stopp"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr "Wählen Sie den Hotkey zum Anhalten der Wiedergabe."
 
-#: src/libvlc.h:644
-#: modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr "Position"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr "Wählen Sie den Hotkey zum Anzeigen der Position."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr "10 Sekunden zurückspringen"
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr "Wählen Sie den Hotkey zum Zurückspringen um 10 Sekunden."
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr "1 Minute zurückspringen"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr "Wählen Sie den Hotkey zum Zurückspringen um 1 Minute."
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr "5 Minuten zurückspringen"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr "Wählen Sie den Hotkey zum Zurückspringen um 5 Minuten."
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr "10 Sekunden vorwärtsspringen"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr "Wählen Sie den Hotkey zum Vorwärtsspringen um 10 Sekunden."
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr "1 Minute vorwärtsspringen"
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr "Wählen Sie den Hotkey zum Vorwärtsspringen um 1 Minute."
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr "5 Minuten vorwärtsspringen"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr "Wählen Sie den Hotkey zum Vorwärtsspringen um 5 Minuten."
 
-#: src/libvlc.h:663
-#: modules/control/hotkeys.c:234
-#: modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr "Beenden"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr "Wählen Sie den Hotkey zum Beenden des Programms."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr "Nach oben bewegen"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Wählen Sie den Hotkey zum Aufwärtsbewegen der Auswahl in DVD-Menüs."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr "Nach unten bewegen"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Wählen Sie den Hotkey zum Abwärtsbewegen der Auswahl in DVD-Menüs."
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr "Nach links bewegen"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Wählen Sie den Hotkey zum Linkswärtsbewegen der Auswahl in DVD-Menüs."
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr "Nach rechts bewegen"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
-msgstr "Wählen Sie den Hotkey um die Auswahl in DVD-Menüs nach rechts zuverschieben."
+msgstr ""
+"Wählen Sie den Hotkey um die Auswahl in DVD-Menüs nach rechts zuverschieben."
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr "Aktivieren"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
-msgstr "Wählen Sie den Hotkey zur Aktivierung des ausgewählten Objekts in DVD-Menüs."
+msgstr ""
+"Wählen Sie den Hotkey zur Aktivierung des ausgewählten Objekts in DVD-Menüs."
 
-#: src/libvlc.h:675
-#: modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr "Lauter"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr "Wählen Sie den Hotkey zum Erhöhen der Lautstärke."
 
-#: src/libvlc.h:677
-#: modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr "Leiser"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr "Wählen Sie den Hotkey zum Verringern der Lautstärke."
 
-#: src/libvlc.h:679
-#: modules/control/hotkeys.c:277
-#: modules/control/lirc.c:215
-#: modules/gui/gtk/gnome_interface.c:140
-#: modules/gui/gtk/gnome_interface.c:923
-#: modules/gui/gtk/gtk_interface.c:466
-#: modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692
-#: modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: src/libvlc.h:691 modules/control/lirc.c:217
+#: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
+#: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Ton aus"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr "Wählen Sie den Hotkey zum Deaktivieren des Tons."
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr "Untertitelverzögerung erhöhen"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
 msgstr "Wählen Sie den Hotkey zur Erhöhung der Untertitelverzögerung."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr "Untertitelverzögerung verringern"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Wählen Sie den Hotkey zur Verringerung der Untertitelverzögerung."
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr "Wiedergabelistenlesezeichen 1 abspielen"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr "Wiedergabelistenlesezeichen 2 abspielen"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr "Wiedergabelistenlesezeichen 3 abspielen"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr "Wiedergabelistenlesezeichen 4 abspielen"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr "Wiedergabelistenlesezeichen 5 abspielen"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr "Wiedergabelistenlesezeichen 6 abspielen"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr "Wiedergabelistenlesezeichen 7 abspielen"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr "Wiedergabelistenlesezeichen 8 abspielen"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr "Wiedergabelistenlesezeichen 9 abspielen"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr "Wiedergabelistenlesezeichen 10 abspielen"
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr "Wählen Sie den Hotkey zur Wiedergabe dieses Lesezeichens."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr "Wiedergabelistenlesezeichen 1 festlegen"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr "Wiedergabelistenlesezeichen 2 festlegen"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr "Wiedergabelistenlesezeichen 3 festlegen"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr "Wiedergabelistenlesezeichen 4 festlegen"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr "Wiedergabelistenlesezeichen 5 festlegen"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr "Wiedergabelistenlesezeichen 6 festlegen"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr "Wiedergabelistenlesezeichen 7 festlegen"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr "Wiedergabelistenlesezeichen 8 festlegen"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr "Wiedergabelistenlesezeichen 9 festlegen"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr "Wiedergabelistenlesezeichen 10 festlegen"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
-msgstr "Wählen Sie den Hotkey zum Festlegen dieses Wiedergabelistenlesezeichens."
+msgstr ""
+"Wählen Sie den Hotkey zum Festlegen dieses Wiedergabelistenlesezeichens."
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr "Im Durchsuchungsverlauf zurückgehen"
 
-#: src/libvlc.h:709
-msgid "Select the key to go back (to the previous media item) in the browsing history."
-msgstr "Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum vorherigen Medienobjekt) zurückzugehen."
+#: src/libvlc.h:721
+msgid ""
+"Select the key to go back (to the previous media item) in the browsing "
+"history."
+msgstr ""
+"Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum vorherigen "
+"Medienobjekt) zurückzugehen."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr "Im Durchsuchungsverlauf vorwärtsgehen"
 
-#: src/libvlc.h:711
-msgid "Select the key to go forward (to the next media item) in the browsing history."
-msgstr "Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum nächsten Medienobjekt) vorwärts zugehen."
+#: src/libvlc.h:723
+msgid ""
+"Select the key to go forward (to the next media item) in the browsing "
+"history."
+msgstr ""
+"Wählen Sie den Hotkey, um im Durchsuchungsverlauf (zum nächsten "
+"Medienobjekt) vorwärts zugehen."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Audiospur"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Untertitelspur wählen"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
+#, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2165,101 +2469,101 @@ msgstr ""
 "  [cdda://][device][@[T][track-number]]\n"
 "                                 Audio CD-Device\n"
 "  udpstream:[[<Quelladresse>]@[<bind-Adresse>][:<bind-Port>]]\n"
-"                                 UDP Stream gesendet von einem Streaming-Server\n"
-"  vlc:pause                      Ausführung von Wiedergabelistenobjekten anhalten\n"
+"                                 UDP Stream gesendet von einem Streaming-"
+"Server\n"
+"  vlc:pause                      Ausführung von Wiedergabelistenobjekten "
+"anhalten\n"
 "  vlc:quit                       VLC beenden\n"
 
-#: src/libvlc.h:748
-#: modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interface"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Input"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Dekoder"
 
-#: src/libvlc.h:903
-#: modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046
-#: modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "Streamausgabe"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr "Prozessor"
 
-#: src/libvlc.h:943
-#: modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
-#: modules/gui/gtk/gnome_interface.c:2421
-#: modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709
-#: modules/gui/macosx/intf.m:603
-#: modules/gui/macosx/playlist.m:170
-#: modules/gui/macosx/playlist.m:185
+#: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
+#: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Wiedergabeliste"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Verschiedenes"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr "Hotkeys"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "Hauptprogramm"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr "Hilfe ausgeben (kann mit --advanced kombiniert werden)"
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr "Detailierte Hilfe ausgeben (kann mit --advanced kombiniert werden)"
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "Liste aller verfügbaren Plugins ausgeben"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr "Hilfe beim Modul ausgeben (kann mit --advanced kombiniert werden)"
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr "Die derzeitigen Befehlszeilenoptionen in den Einstellungen speichern"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr "Die derzeitigen Einstellungen auf die Standardwerte zurücksetzen"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr "alternative Einstellungsdatei benutzen"
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Aktuelles Objekt wiederholen"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "Versionsinformationen ausgeben"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "boolesch"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr "Taste"
 
@@ -2879,94 +3183,90 @@ msgstr "Zulu"
 msgid "Unknown"
 msgstr "Unbekannt"
 
-#: src/playlist/playlist.c:106
-#: modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr "Normal"
 
-#: src/video_output/video_output.c:425
-#: modules/gui/gtk/gnome_interface.c:183
-#: modules/gui/gtk/gnome_interface.c:966
-#: modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349
-#: modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
+#: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Deinterlace"
 
-#: src/video_output/video_output.c:429
-#: modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Verwerfen"
 
-#: src/video_output/video_output.c:431
-#: modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Angleichen"
 
-#: src/video_output/video_output.c:433
-#: modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Mittelwert"
 
-#: src/video_output/video_output.c:435
-#: modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr "Bob"
 
-#: src/video_output/video_output.c:437
-#: modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Linear"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filter"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr "Zoomen"
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr "1:4 Viertel"
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr "1:2 Hälfte"
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr "1:1 Original"
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr "2:1 Doppelt"
 
-#: modules/access/cdda.c:42
-#: modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74
-#: modules/access/file.c:78
-#: modules/access/ftp.c:40
-#: modules/access/http.c:48
-#: modules/access/mms/mms.c:57
-#: modules/access/tcp.c:37
-#: modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
+#: modules/access/ftp.c:40 modules/access/http.c:48
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr "Cachewert in ms"
 
-#: modules/access/cdda.c:44
-msgid "Allows you to modify the default caching value for cdda streams. This value should be set in milliseconds units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für cdda-Streams zu ändern. Wert sollte in Millisekunden sein."
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
+msgid ""
+"Allows you to modify the default caching value for cdda streams. This value "
+"should be set in milliseconds units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für cdda-Streams zu ändern. Wert sollte "
+"in Millisekunden sein."
 
 #: modules/access/cdda.c:48
 msgid "Audio CD input"
 msgstr "Audio-CD Input"
 
-#: modules/access/cdda/access.c:106
-#: modules/access/vcdx/access.c:139
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "cddax://[Device-oder-Datei][@[T]Zahl]"
+
+#: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr "Die obige Meldung hat ein unbekanntes vcdimager-Protokollniveau"
 
@@ -2974,41 +3274,31 @@ msgstr "Die obige Meldung hat ein unbekanntes vcdimager-Protokollniveau"
 msgid "The above message had unknown cdio log level"
 msgstr "Die obere Meldung hat ein unbekanntes cdio-Protokollniveau"
 
-#: modules/access/cdda/access.c:276
-#: modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340
-#: modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190
-#: modules/access/vcdx/access.c:1191
-#: modules/gui/gtk/open.c:287
-#: modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191
-#: modules/gui/wxwindows/open.cpp:1211
+#: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
+#: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr "Titel"
 
-#: modules/access/cdda/access.c:379
-#: modules/access/cdda/access.c:433
+#: modules/access/cdda/access.c:379 modules/access/cdda/access.c:433
 msgid "Extended Data"
 msgstr "Erweiterte Daten"
 
-#: modules/access/cdda/access.c:384
-#: modules/access/cdda/access.c:779
+#: modules/access/cdda/access.c:384 modules/access/cdda/access.c:779
 msgid "Year"
 msgstr "Jahr"
 
-#: modules/access/cdda/access.c:387
-#: modules/access/cdda/access.c:774
+#: modules/access/cdda/access.c:387 modules/access/cdda/access.c:774
 msgid "CDDB Disc ID"
 msgstr "CDDB-Disk-ID"
 
-#: modules/access/cdda/access.c:391
-#: modules/access/cdda/access.c:769
+#: modules/access/cdda/access.c:391 modules/access/cdda/access.c:769
 msgid "CDDB Disc Category"
 msgstr "CDDB-Disk-Kategorie"
 
-#: modules/access/cdda/access.c:764
-#: modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr "Album"
 
@@ -3049,8 +3339,12 @@ msgstr ""
 "libcddb     (100) 256\n"
 
 #: modules/access/cdda/cdda.c:70
-msgid "Allows you to modify the default caching value for CDDA streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für cdda-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+msgid ""
+"Allows you to modify the default caching value for CDDA streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für cdda-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
 #: modules/access/cdda/cdda.c:74
 msgid ""
@@ -3072,7 +3366,8 @@ msgid ""
 "   %Y : The year 19xx or 20xx\n"
 "   %% : a % \n"
 msgstr ""
-"Format benutzt bei den Wiedergabelisten-Titeln. Vergleicherbar mit den Unix-Datums-Formaten\n"
+"Format benutzt bei den Wiedergabelisten-Titeln. Vergleicherbar mit den Unix-"
+"Datums-Formaten\n"
 "Format-Spezifikationssymbole beginnen mit einem Prozentzeichen. Dies sind: \n"
 "   %a : Der Künstler (für das Album)\n"
 "   %A : Die Album-Information\n"
@@ -3101,8 +3396,10 @@ msgid ""
 "   %s : Number of seconds in this track \n"
 "   %% : a % \n"
 msgstr ""
-"Format benutzt im GUI-Wiedergabelisten-Titel. Vergleichbar mit dem Unix-Datum\n"
-"Format-Spezifikationssymbole beginnen mit einem Prozentzeichen. Dies sind: n   %M : Die derzeitige MRL\n"
+"Format benutzt im GUI-Wiedergabelisten-Titel. Vergleichbar mit dem Unix-"
+"Datum\n"
+"Format-Spezifikationssymbole beginnen mit einem Prozentzeichen. Dies sind: "
+"n   %M : Die derzeitige MRL\n"
 "   %m : Die CD-DA - Medienkatalogszahl (MCN)\n"
 "   %n : Die Anzahl der Stücke auf der CD\n"
 "   %T : Die Stück-Nummer\n"
@@ -3117,8 +3414,7 @@ msgstr "cddax://[Device-oder-Datei][@[T]Zahl]"
 msgid "Compact Disc Digital Audio (CD-DA) input"
 msgstr "Compact Disc Digital Audio (CD-DA) - Input"
 
-#: modules/access/cdda/cdda.c:116
-#: modules/access/vcdx/vcd.c:100
+#: modules/access/cdda/cdda.c:116 modules/access/vcdx/vcd.c:100
 #: modules/codec/ogt/subtitle.h:39
 msgid "If nonzero, this gives additional debug information."
 msgstr "Wenn ungleich null, gibt dies zusätzliche Debug-Information,"
@@ -3133,7 +3429,8 @@ msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Autor\""
 
 #: modules/access/cdda/cdda.c:131
 msgid "Format to use in playlist \"title\" field when no CDDB"
-msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Titel\", falls ohne CDDB"
+msgstr ""
+"Format zur Benutzung im Wiedergabelistenfeld \"Titel\", falls ohne CDDB"
 
 #: modules/access/cdda/cdda.c:137
 msgid "Format to use in playlist \"title\" field when using CDDB"
@@ -3145,7 +3442,8 @@ msgstr "CDDB-Suchen machen?"
 
 #: modules/access/cdda/cdda.c:142
 msgid "If set, lookup CD-DA track information using the CDDB protocol"
-msgstr "Wenn aktiv, werden CD-DA-Titel-Informationen durch das CDDB-Protokoll gesucht"
+msgstr ""
+"Wenn aktiv, werden CD-DA-Titel-Informationen durch das CDDB-Protokoll gesucht"
 
 #: modules/access/cdda/cdda.c:147
 msgid "CDDB server"
@@ -3163,8 +3461,7 @@ msgstr "CDDB-Server-Port"
 msgid "CDDB server uses this port number to communicate on"
 msgstr "Der CDDB-Server benutzt diesen Port, um darauf zu kommunizieren"
 
-#: modules/access/cdda/cdda.c:157
-#: modules/access/cdda/cdda.c:158
+#: modules/access/cdda/cdda.c:157 modules/access/cdda/cdda.c:158
 msgid "email address reported to CDDB server"
 msgstr "Dem CDDB-Server mitgeteilte E-Mail-Adresse"
 
@@ -3182,7 +3479,8 @@ msgstr "CDDB 
 
 #: modules/access/cdda/cdda.c:168
 msgid "If set, the CDDB server gets information via the CDDB HTTP protocol"
-msgstr "Wenn aktiv, erhält der CDDB-Server Informationen über das CDDB-HTTP-Protokoll"
+msgstr ""
+"Wenn aktiv, erhält der CDDB-Server Informationen über das CDDB-HTTP-Protokoll"
 
 #: modules/access/cdda/cdda.c:173
 msgid "CDDB server timeout"
@@ -3192,16 +3490,15 @@ msgstr "CDDB-Server - Timeout"
 msgid "Time (in seconds) to wait for a response from the CDDB server"
 msgstr "Zeit (in Sekunden), die auf eine Antwort vom CDDB-Server gewartet wird"
 
-#: modules/access/cdda/cdda.c:179
-#: modules/access/cdda/cdda.c:180
+#: modules/access/cdda/cdda.c:179 modules/access/cdda/cdda.c:180
 msgid "Directory to cache CDDB requests"
 msgstr "Verzeichnis zum Archivieren von CDDB-Anfragen"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr "Unterverzeichnisverhalten"
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3210,387 +3507,449 @@ msgid ""
 msgstr ""
 "Wählen Sie aus, ob Unterverzeichnisse aufgefächert werden sollen.\n"
 "none: Unterverzeichnisse erscheinen nicht in der Wiedergabeliste.\n"
-"collapse: Unterverzeichnisse erscheinen, werden aber beim ersten Spielen aufgefächert.\n"
+"collapse: Unterverzeichnisse erscheinen, werden aber beim ersten Spielen "
+"aufgefächert.\n"
 "expand: Unterverzeichnisse werden aufgefächert.\n"
 
-#: modules/access/directory.c:85
-#: modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr "gar nicht"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr "verbergen"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr "auffächern"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr "Standard-Dateisystem für Ordner-Input"
 
-#: modules/access/dshow/dshow.cpp:104
-#: modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443
-#: modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "DirectShow"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr "Standard"
 
-#: modules/access/dshow/dshow.cpp:104
-#: modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173
-#: modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Kein"
 
-#: modules/access/dshow/dshow.cpp:110
-msgid "Allows you to modify the default caching value for DirectShow streams. This value should be set in milliseconds units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für DirectShow-Streams zu ändern. Dieser Wert sollte in Millisekunden angegeben werden."
+#: modules/access/dshow/dshow.cpp:97
+msgid ""
+"Allows you to modify the default caching value for DirectShow streams. This "
+"value should be set in milliseconds units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für DirectShow-Streams zu ändern. "
+"Dieser Wert sollte in Millisekunden angegeben werden."
 
-#: modules/access/dshow/dshow.cpp:112
-#: modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr "Video-Devicename"
 
-#: modules/access/dshow/dshow.cpp:114
-msgid "You can specify the name of the video device that will be used by the DirectShow plugin. If you don't specify anything, the default device will be used."
-msgstr "Sie können den Namen des Video-Devices angeben, das vom DirectShow-Plugin benutzt werden soll. Falls Sie nichts angeben, wird das Standard-Device benutzt."
+#: modules/access/dshow/dshow.cpp:101
+msgid ""
+"You can specify the name of the video device that will be used by the "
+"DirectShow plugin. If you don't specify anything, the default device will be "
+"used."
+msgstr ""
+"Sie können den Namen des Video-Devices angeben, das vom DirectShow-Plugin "
+"benutzt werden soll. Falls Sie nichts angeben, wird das Standard-Device "
+"benutzt."
 
-#: modules/access/dshow/dshow.cpp:117
-#: modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr "Audio-Devicename"
 
-#: modules/access/dshow/dshow.cpp:119
-msgid "You can specify the name of the audio device that will be used by the DirectShow plugin. If you don't specify anything, the default device will be used."
-msgstr "Sie können den Namen des Audio-Devices angeben, das vom DirectShow-Plugin benutzt werden soll. Falls Sie nichts angeben, wird das Standard-Device benutzt."
+#: modules/access/dshow/dshow.cpp:106
+msgid ""
+"You can specify the name of the audio device that will be used by the "
+"DirectShow plugin. If you don't specify anything, the default device will be "
+"used."
+msgstr ""
+"Sie können den Namen des Audio-Devices angeben, das vom DirectShow-Plugin "
+"benutzt werden soll. Falls Sie nichts angeben, wird das Standard-Device "
+"benutzt."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr "Bildgröße"
 
-#: modules/access/dshow/dshow.cpp:124
-msgid "You can specify the size of the video that will be displayed by the DirectShow plugin. If you don't specify anything the default size for your device will be used."
-msgstr "Sie können die Bildgröße festlegen, wie sie vom DirectShow-Plugin angezeigt werden soll. Falls Sie nichts angeben, wird die Standardgröße für Ihr Device benutzt."
+#: modules/access/dshow/dshow.cpp:111
+msgid ""
+"You can specify the size of the video that will be displayed by the "
+"DirectShow plugin. If you don't specify anything the default size for your "
+"device will be used."
+msgstr ""
+"Sie können die Bildgröße festlegen, wie sie vom DirectShow-Plugin angezeigt "
+"werden soll. Falls Sie nichts angeben, wird die Standardgröße für Ihr Device "
+"benutzt."
 
-#: modules/access/dshow/dshow.cpp:127
-#: modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr "Video-Input-Chroma-Format"
 
-#: modules/access/dshow/dshow.cpp:129
-msgid "Force the DirectShow video input to use a specific chroma format (eg. I420 (default), RV24, etc.)"
-msgstr "Zwingt den DirectShow-Bildinput zur Benutzung eines spezifischen Chromaformats (z.B. I420 (Standard), RV24, usw.)."
+#: modules/access/dshow/dshow.cpp:116
+msgid ""
+"Force the DirectShow video input to use a specific chroma format (eg. I420 "
+"(default), RV24, etc.)"
+msgstr ""
+"Zwingt den DirectShow-Bildinput zur Benutzung eines spezifischen "
+"Chromaformats (z.B. I420 (Standard), RV24, usw.)."
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Device-Eigenschaften"
 
-#: modules/access/dshow/dshow.cpp:133
-msgid "Show the properties dialog of the selected device before starting the stream."
-msgstr "Den Eigenschaftsdialog des ausgewählten Devices vor dem Starten des Streams zeigen."
+#: modules/access/dshow/dshow.cpp:120
+msgid ""
+"Show the properties dialog of the selected device before starting the stream."
+msgstr ""
+"Den Eigenschaftsdialog des ausgewählten Devices vor dem Starten des Streams "
+"zeigen."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr "DirectShow"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr "DirectShow-Input"
 
-#: modules/access/dshow/dshow.cpp:150
-#: modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr "Liste aktualisieren"
 
-#: modules/access/dshow/dshow.cpp:151
-#: modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Konfigurieren"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr "DirectShow-Demuxer"
 
-#: modules/access/dvb/access.c:76
-msgid "Allows you to modify the default caching value for dvb streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für DVB-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/access/dvb/access.c:52
+msgid ""
+"Allows you to modify the default caching value for dvb streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für DVB-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr "Zu dekodierendes Programm"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr "Dies ist ein Workaround für einen Fehler im Input"
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "Einzustellende Adapterkarte"
 
-#: modules/access/dvb/access.c:83
-msgid "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with n>=0."
-msgstr "Adapterkarten haben eine Device-Datei in einem Verzeichnis namens /dev/dvb/adapter[n], wobei n>=0 ist."
+#: modules/access/dvb/access.c:59
+msgid ""
+"Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
+"n>=0."
+msgstr ""
+"Adapterkarten haben eine Device-Datei in einem Verzeichnis namens /dev/dvb/"
+"adapter[n], wobei n>=0 ist."
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "Beim Adapter zu benutzende Device-Nummer"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr "Transponder/Multiplex - Frequenz"
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr "In kHz für DVB-S oder Hz für DVB-C/T"
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr "Inversionsmodus"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr "Inversionsmodus [0=aus, 1=an, 2=automatisch]"
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr "DVB-Karte auf Fähigkeiten prüfen"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
-msgstr "Einige DVB-Karten mögen es nicht, auf Ihre Fähigkeiten geprüft zu werden."
+msgstr ""
+"Einige DVB-Karten mögen es nicht, auf Ihre Fähigkeiten geprüft zu werden."
 
-#: modules/access/dvb/access.c:97
-#: modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "Antenne lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100
-#: modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "Antenne lnb_lof2 (kHz)"
 
-#: modules/access/dvb/access.c:103
-#: modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "Antenne lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr "Budget-Modus"
 
-#: modules/access/dvb/access.c:108
-msgid "This allows you to stream an entire transponder with a budget card. Budget mode is compatible with the ts2 demux."
-msgstr "Dies erlaubt Ihnen einen kompletten Transponder mit einer Budget-Karte zu streamen. Der Budget-Modus ist kompatibel mit dem ts2-Demux."
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
+msgstr ""
+"Dies erlaubt Ihnen einen kompletten Transponder mit einer Budget-Karte zu "
+"streamen. Der Budget-Modus ist kompatibel mit dem ts2-Demux."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr "Satellitennummer im Diseqc-System"
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+#, fuzzy
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr "[o=kein diseqc, 1-4=normales diseqc, -1=A, -2=B einfaches diseqc]"
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr "LNB-Spannung"
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr "In Volt [0, 13=vertikal, 18=horizontal]"
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr "22 kHz Ton"
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr "[0=aus, 1=an, -1=automatisch]"
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 msgid "Transponder FEC"
 msgstr "Transponder-FEC"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr "FEC=Forward Error Correction-Modus. [9=automatisch]"
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr "Transponder-Symbolrate in kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Modulationstyp"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr "Modulationstyp für das Frontend-Device "
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "Terrestrische Hochprioritätsstreamcoderate (FEC)"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "Terrestrische Niedrigprioritätsstreamcoderate (FEC)"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Terrestrische Bandbreite"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Terrestrische Bandbreite [0=automatisch,6,7,8 in MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Terrestrisches Guardintervall"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Terrestrischer Transmissionsmodus"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Terrestrischer Hierachie-Modus"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr "DVB"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "DVB-Input mit v4l2-Unterstützung"
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Dies erlaubt Ihnen das Video vor dem Encoding zu skalieren."
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für DVDnav-Streams zu ändern. Dieser "
+"Wert sollte in Millisekunden sein."
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr "DVDnav Input"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für DVDnav-Streams zu ändern. Dieser "
+"Wert sollte in Millisekunden sein."
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr "Von libdvdcss zur Dekodierung benutzte Methode"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
-"title: decrypted title key is guessed from the encrypted sectors of the stream. Thus it should work with a file as well as the DVD device. But it sometimes takes much time to decrypt a title key and may even fail. With this method, the key is only checked at the beginning of each title, so it won't work if the key changes in the middle of a title.\n"
-"disc: the disc key is first cracked, then all title keys can be decrypted instantly, which allows us to check them often.\n"
-"key: the same as \"disc\" if you don't have a file with player keys at compilation time. If you do, the decryption of the disc key will be faster with this method. It is the one that was used by libcss.\n"
+"title: decrypted title key is guessed from the encrypted sectors of the "
+"stream. Thus it should work with a file as well as the DVD device. But it "
+"sometimes takes much time to decrypt a title key and may even fail. With "
+"this method, the key is only checked at the beginning of each title, so it "
+"won't work if the key changes in the middle of a title.\n"
+"disc: the disc key is first cracked, then all title keys can be decrypted "
+"instantly, which allows us to check them often.\n"
+"key: the same as \"disc\" if you don't have a file with player keys at "
+"compilation time. If you do, the decryption of the disc key will be faster "
+"with this method. It is the one that was used by libcss.\n"
 "The default method is: key."
 msgstr ""
-"Wählen Sie die Methode, die libdvdcss zur Entschlüsselung von Schlüsseln benutzen soll.\n"
-"Titel: der verschlüsselte Titel-Schlüssel wird aus den verschl. Sektoren des Streams geschätzt. Demnach funktioniert es sowohl mit einer DVD als auch mit einer Datei. Aber es wird manchmal lange dauern oder gar fehlschlagen. Mit dieser Methode wird der Schlüssel nur zu Beginn überprüft, weshalb sie nicht funktioniert, wenn er im Titel wechselt.\n"
-"Disk: Der Disk-Schlüssel wird zuerst geknackt. Danach können alle Titel-Schlüssel sofort entschlüsselt werden, weshalb wir sie oft überprüfen können.\n"
-"Schlüssel: Das selbe wie \"Disk\", wenn Sie keine Datei mit Wiedergabeschlüsseln zur Kompilierungszeit haben. Wenn Sie eine haben, wird die Entschlösselung des Disk-Schlüssels mit dieser Methode schneller sein. Diese wurde von libcss benutzt.\n"
+"Wählen Sie die Methode, die libdvdcss zur Entschlüsselung von Schlüsseln "
+"benutzen soll.\n"
+"Titel: der verschlüsselte Titel-Schlüssel wird aus den verschl. Sektoren des "
+"Streams geschätzt. Demnach funktioniert es sowohl mit einer DVD als auch mit "
+"einer Datei. Aber es wird manchmal lange dauern oder gar fehlschlagen. Mit "
+"dieser Methode wird der Schlüssel nur zu Beginn überprüft, weshalb sie nicht "
+"funktioniert, wenn er im Titel wechselt.\n"
+"Disk: Der Disk-Schlüssel wird zuerst geknackt. Danach können alle Titel-"
+"Schlüssel sofort entschlüsselt werden, weshalb wir sie oft überprüfen "
+"können.\n"
+"Schlüssel: Das selbe wie \"Disk\", wenn Sie keine Datei mit "
+"Wiedergabeschlüsseln zur Kompilierungszeit haben. Wenn Sie eine haben, wird "
+"die Entschlösselung des Disk-Schlüssels mit dieser Methode schneller sein. "
+"Diese wurde von libcss benutzt.\n"
 "Die standardmäßige Methode ist \"Schlüssel\"."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr "Titel"
 
-#: modules/access/dvd/dvd.c:83
-#: modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
-#: modules/gui/gtk/gnome_interface.c:2279
-#: modules/gui/gtk/gtk_interface.c:629
-#: modules/gui/gtk/gtk_interface.c:816
-#: modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738
-#: modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263
-#: modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
+#: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Volume"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr "Schlüssel"
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][Device][@raw_device][@[Titel][,[Kapitel][,Ankerpunkt]]]"
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "DVD Input (benutzt libdvdcss, falls installiert)"
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr "DVD Input (benutzt libdvdcss)"
-
-#: modules/access/dvdplay/access.c:202
-#: modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr "DVD-Menüs"
-
-#: modules/access/dvdplay/access.c:205
-#: modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr "Ausgangspunkt"
-
-#: modules/access/dvdplay/access.c:215
-#: modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr "Ankerpunkt"
-
-#: modules/access/dvdplay/access.c:217
-#: modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr "Wiederaufnehmen"
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvdplay:][Device][@[Titel][,[Kapitel][,Ankerpunkt]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr "DVD Input mit Menü-Unterstützung"
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr "DVD Input (benutzt libdvdread)"
+#: modules/access/dvdread.c:90
+#, fuzzy
+msgid "DVDRead Input"
+msgstr "DVDnav Input"
 
-#: modules/access/file.c:80
-msgid "Allows you to modify the default caching value for file streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für Dateistreams zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/access/file.c:72
+msgid ""
+"Allows you to modify the default caching value for file streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für Dateistreams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr "Mit zusätzlichen Dateien verknüpfen"
 
-#: modules/access/file.c:84
-msgid "Allows you to play split files as if they were part of a unique file. Specify a comma-separated list of files."
-msgstr "Erlaubt Ihnen geteilte Dateien wiederzugeben, als ob sie Teil einer einzigen Datei wären. Geben Sie eine durch Kommata getrennte Liste von Dateien an."
+#: modules/access/file.c:76
+msgid ""
+"Allows you to play split files as if they were part of a unique file. "
+"Specify a comma-separated list of files."
+msgstr ""
+"Erlaubt Ihnen geteilte Dateien wiederzugeben, als ob sie Teil einer einzigen "
+"Datei wären. Geben Sie eine durch Kommata getrennte Liste von Dateien an."
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr "Standard-Dateisystem Datei-Input"
 
 #: modules/access/ftp.c:42
-msgid "Allows you to modify the default caching value for FTP streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für FTP-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+msgid ""
+"Allows you to modify the default caching value for FTP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für FTP-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
 #: modules/access/ftp.c:44
 msgid "FTP user name"
 msgstr "FTP Benutzername"
 
 #: modules/access/ftp.c:45
-msgid "Allows you to modify the user name that will be used for the connection."
-msgstr "Erlaubt Ihnen den für die Verbindung benutzten Benutzernamen zu ändern."
+msgid ""
+"Allows you to modify the user name that will be used for the connection."
+msgstr ""
+"Erlaubt Ihnen den für die Verbindung benutzten Benutzernamen zu ändern."
 
 #: modules/access/ftp.c:47
 msgid "FTP password"
 msgstr "FTP Passwort"
 
-#: modules/access/ftp.c:48
-#: modules/access/http.c:58
+#: modules/access/ftp.c:48 modules/access/http.c:58
 msgid "Allows you to modify the password that will be used for the connection."
-msgstr "Erlaubt Ihnen das Passwort zu ändern, welches für die Verbindung benutzt wird."
+msgstr ""
+"Erlaubt Ihnen das Passwort zu ändern, welches für die Verbindung benutzt "
+"wird."
 
 #: modules/access/ftp.c:50
 msgid "FTP account"
@@ -3609,20 +3968,34 @@ msgid "HTTP proxy"
 msgstr "HTTP Proxy"
 
 #: modules/access/http.c:44
-msgid "You can specify an HTTP proxy to use. It must be of the form http://myproxy.mydomain:myport/. If none is specified, the HTTP_PROXY environment variable will be tried."
-msgstr "Sie können einen zu benutzenden HTTP-Proxy festlegen. Dies muss in der Form http://myproxy.mydomain:myport/ sein. Wenn keiner angegeben ist, wird die HTTP_PROXY Umgebungsvariable benutzt."
+msgid ""
+"You can specify an HTTP proxy to use. It must be of the form http://myproxy."
+"mydomain:myport/. If none is specified, the HTTP_PROXY environment variable "
+"will be tried."
+msgstr ""
+"Sie können einen zu benutzenden HTTP-Proxy festlegen. Dies muss in der Form "
+"http://myproxy.mydomain:myport/ sein. Wenn keiner angegeben ist, wird die "
+"HTTP_PROXY Umgebungsvariable benutzt."
 
 #: modules/access/http.c:50
-msgid "Allows you to modify the default caching value for http streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für HTTP Streams zu ändern. Dieser Wert sollte in Millisekunden sein. "
+msgid ""
+"Allows you to modify the default caching value for http streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für HTTP Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein. "
 
 #: modules/access/http.c:53
 msgid "HTTP user name"
 msgstr "HTTP Benutzername"
 
 #: modules/access/http.c:54
-msgid "Allows you to modify the user name that will be used for the connection (Basic authentication only)."
-msgstr "Erlaubt Ihnen den für die Verbindung benutzten Benutzernamen zu ändern (nur einfache Authentifizierung)."
+msgid ""
+"Allows you to modify the user name that will be used for the connection "
+"(Basic authentication only)."
+msgstr ""
+"Erlaubt Ihnen den für die Verbindung benutzten Benutzernamen zu ändern (nur "
+"einfache Authentifizierung)."
 
 #: modules/access/http.c:57
 msgid "HTTP password"
@@ -3633,38 +4006,195 @@ msgid "HTTP user agent"
 msgstr "HTTP Useragent"
 
 #: modules/access/http.c:62
-msgid "Allows you to modify the user agent that will be used for the connection."
+msgid ""
+"Allows you to modify the user agent that will be used for the connection."
 msgstr "Erlaubt Ihnen den für die Verbindung benutzten User-Agent zu ändern."
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Audiocodec"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr "HTTP Input"
 
-#: modules/access/mms/mms.c:59
-msgid "Allows you to modify the default caching value for MMS streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für MMS-Streams zu ändern. Dieser Wert sollte in Millisekunden sein. "
+#: modules/access/mms/mms.c:48
+msgid ""
+"Allows you to modify the default caching value for MMS streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für MMS-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein. "
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr "Auswahl von allen Streams erzwingen"
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr "Stream mit maximaler Datenrate auswählen"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr "Immer den Stream mit der maximalen Datenrate auswählen."
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) Input"
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "Device"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Videodevice"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Norm:"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Automatisches Freistellen"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+#, fuzzy
+msgid "Height"
+msgstr "Rechts"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Frequenz"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Datenrate:"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Keyframe-Intervall:"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+#, fuzzy
+msgid "B Frames"
+msgstr "Burmesisch"
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Bitrate"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
+msgid "Bitrate mode (vbr or cbr)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Audiodatenrate"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Kanäle"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
 msgid "PVR"
 msgstr "PVR"
 
-#: modules/access/pvr/pvr.c:78
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "MPEG-Encodingkarten-Input (mit ivtv-Treibern)"
 
@@ -3700,186 +4230,269 @@ msgstr "diseqc mit Antenne verwenden"
 msgid "Satellite input"
 msgstr "Satelliten-Input"
 
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für cdda-Streams zu ändern. Wert sollte "
+"in Millisekunden sein."
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Abtastrate"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr "Erlaubt Ihnen die Time-To-Live für die Streamausgabe festzulegen."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Bildschirm"
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr "SLP Eigenschaftsbezeichner"
 
 #: modules/access/slp.c:62
-msgid "This string is a comma separated list of attribute identifiers to search for a playlist title or empty to use all attributes."
-msgstr "Dies ist eine durch Kommata getrennte Liste von Eigenschaftsbezeichnern zur Suche eines Wiedergabelistentitels. Falls leer, wird nach allen Eigenschaften gesucht."
+msgid ""
+"This string is a comma separated list of attribute identifiers to search for "
+"a playlist title or empty to use all attributes."
+msgstr ""
+"Dies ist eine durch Kommata getrennte Liste von Eigenschaftsbezeichnern zur "
+"Suche eines Wiedergabelistentitels. Falls leer, wird nach allen "
+"Eigenschaften gesucht."
 
 #: modules/access/slp.c:65
 msgid "SLP scopes list"
 msgstr "SLP-Scope - Liste"
 
 #: modules/access/slp.c:67
-msgid "This string is a comma separated list of scope names or empty if you want to use the default scopes. It is used in all SLP queries."
-msgstr "Dieser String ist eine durch Kommata getrennte Liste von Scope-Namen. Geben Sie nichts ein, wenn Sie die standardmäßigen Scopes benutzen möchten. Diese Liste wird in allen SLP-Anfragen benutzt."
+msgid ""
+"This string is a comma separated list of scope names or empty if you want to "
+"use the default scopes. It is used in all SLP queries."
+msgstr ""
+"Dieser String ist eine durch Kommata getrennte Liste von Scope-Namen. Geben "
+"Sie nichts ein, wenn Sie die standardmäßigen Scopes benutzen möchten. Diese "
+"Liste wird in allen SLP-Anfragen benutzt."
 
 #: modules/access/slp.c:70
 msgid "SLP naming authority"
 msgstr "SLP-Benennungsautorität"
 
 #: modules/access/slp.c:72
-msgid "This string is a list of naming authorities to search. Use \"*\" for all and the empty string for the default of IANA."
-msgstr "Dieser String ist eine Liste von Benennungsautoritäten, die gesucht werden. Benutzen Sie \"*\" für alle oder einen leeren String für den IANA-Standard."
+msgid ""
+"This string is a list of naming authorities to search. Use \"*\" for all and "
+"the empty string for the default of IANA."
+msgstr ""
+"Dieser String ist eine Liste von Benennungsautoritäten, die gesucht werden. "
+"Benutzen Sie \"*\" für alle oder einen leeren String für den IANA-Standard."
 
 #: modules/access/slp.c:75
 msgid "SLP LDAP filter"
 msgstr "SLP-LDAP-Filter"
 
 #: modules/access/slp.c:77
-msgid "This is a query formulated of attribute pattern matching expressions in the form of an LDAPv3 search filter or empty for all answers."
-msgstr "Dies ist eine Anfrage, die aus Atributmustern formuliert ist, die Ausdrücken in der Form eines LDAPv3-Suchfilters entsprechen, oder leer ist und so alle Antworten zulässt."
+msgid ""
+"This is a query formulated of attribute pattern matching expressions in the "
+"form of an LDAPv3 search filter or empty for all answers."
+msgstr ""
+"Dies ist eine Anfrage, die aus Atributmustern formuliert ist, die Ausdrücken "
+"in der Form eines LDAPv3-Suchfilters entsprechen, oder leer ist und so alle "
+"Antworten zulässt."
 
 #: modules/access/slp.c:80
 msgid "Language requested in SLP requests"
 msgstr "In SLP-Anfragen angeforderte Sprache"
 
 #: modules/access/slp.c:82
-msgid "RFC 1766 Language tag for the natural language locale of requests, leave empty to use the default locale. It is used in all SLP queries."
-msgstr "RFC 1766 Sprachkennzeichen für die lokale Sprache der Anfragen. Lassen Sie diesen String leer, um die standardmäßige Sprache zu benutzen. Diese Einstellung wird in allen SLP-Anfragen benutzt."
+msgid ""
+"RFC 1766 Language tag for the natural language locale of requests, leave "
+"empty to use the default locale. It is used in all SLP queries."
+msgstr ""
+"RFC 1766 Sprachkennzeichen für die lokale Sprache der Anfragen. Lassen Sie "
+"diesen String leer, um die standardmäßige Sprache zu benutzen. Diese "
+"Einstellung wird in allen SLP-Anfragen benutzt."
 
 #: modules/access/slp.c:86
 msgid "SLP input"
 msgstr "SLP Input"
 
 #: modules/access/tcp.c:39
-msgid "Allows you to modify the default caching value for TCP streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für TCP-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+msgid ""
+"Allows you to modify the default caching value for TCP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für TCP-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
 #: modules/access/tcp.c:46
 msgid "TCP input"
 msgstr "TCP Input"
 
-#: modules/access/udp.c:43
-#: modules/access_output/udp.c:65
-msgid "Allows you to modify the default caching value for UDP streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für UDP-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/access/udp.c:43 modules/access_output/udp.c:65
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für UDP-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
+
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr "UDP/RTP Input"
 
-#: modules/access/v4l/v4l.c:77
-msgid "Allows you to modify the default caching value for v4l streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für v4l-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/access/v4l/v4l.c:74
+msgid ""
+"Allows you to modify the default caching value for v4l streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für v4l-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
-#: modules/access/v4l/v4l.c:81
-msgid "Specify the name of the video device that will be used. If you don't specify anything, no video device will be used."
-msgstr "Geben Sie den Namen des zubenutzenden Videodevices an. Wenn Sie nichts angeben, wird kein Videodevice benutzt."
+#: modules/access/v4l/v4l.c:78
+msgid ""
+"Specify the name of the video device that will be used. If you don't specify "
+"anything, no video device will be used."
+msgstr ""
+"Geben Sie den Namen des zubenutzenden Videodevices an. Wenn Sie nichts "
+"angeben, wird kein Videodevice benutzt."
 
-#: modules/access/v4l/v4l.c:85
-msgid "Specify the name of the audio device that will be used. If you don't specify anything, no audio device will be used."
-msgstr "Geben Sie den Namen des zubenutzenden Audiodevices an. Falls Sie nichts eingeben, wird kein Audiodevice benutzt."
+#: modules/access/v4l/v4l.c:82
+msgid ""
+"Specify the name of the audio device that will be used. If you don't specify "
+"anything, no audio device will be used."
+msgstr ""
+"Geben Sie den Namen des zubenutzenden Audiodevices an. Falls Sie nichts "
+"eingeben, wird kein Audiodevice benutzt."
 
-#: modules/access/v4l/v4l.c:89
-msgid "Force the Video4Linux video device to use a specific chroma format (eg. I420 (default), RV24, etc.)"
-msgstr "Das Video4Linux-Videodevice zwingen, ein spezielles Chromaformat (z.B. I420 (standard), RV24, etc.) zu benutzen"
+#: modules/access/v4l/v4l.c:86
+msgid ""
+"Force the Video4Linux video device to use a specific chroma format (eg. I420 "
+"(default), RV24, etc.)"
+msgstr ""
+"Das Video4Linux-Videodevice zwingen, ein spezielles Chromaformat (z.B. I420 "
+"(standard), RV24, etc.) zu benutzen"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr "Video4Linux"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr "Video4Linux Input"
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
-msgstr "Video4Linux Demuxer"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr "VCD Input"
 
+#: modules/access/vcd/vcd.c:50
+#, fuzzy
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvdplay:][Device][@[Titel][,[Kapitel][,Ankerpunkt]]]"
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr "Die obere Meldung hat ein unbekanntes Protokoll-Level"
 
-#: modules/access/vcdx/access.c:262
-#: modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411
-#: modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194
-#: modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr "Eintrag"
 
-#: modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr "Segment"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr "VCD-Format"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr "Anwendung"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr "Vorbereiter"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr "Lautstärke #"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr "Max. Lautstärke #"
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr "Eingestellte Lautstärke"
 
-#: modules/access/vcdx/access.c:1058
-#: modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Lautstärke"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr "Veröffentlicher"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr "System ID"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr "Einträge"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr "Segmente"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr "Titel"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr "Titel"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr "Erster Eingangspunkt"
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr "Letzter Eingangspunkt"
 
-#: modules/access/vcdx/access.c:1202
-#: modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr "Listen-ID"
 
@@ -3921,7 +4534,8 @@ msgid ""
 "   %C : The VCD volume count - the number of CDs in the collection\n"
 "   %c : The VCD volume num - the number of the CD in the collection.\n"
 "   %F : The VCD Format, e.g. VCD 1.0, VCD 1.1, VCD 2.0, or SVCD\n"
-"   %I : The current entry/segment/playback type, e.g. ENTRY, TRACK, SEGMENT...\n"
+"   %I : The current entry/segment/playback type, e.g. ENTRY, TRACK, "
+"SEGMENT...\n"
 "   %L : The playlist ID prefixed with \" LID\" if it exists\n"
 "   %N : The current number of the %I - a decimal number\n"
 "   %P : The publisher ID\n"
@@ -3933,13 +4547,15 @@ msgid ""
 "       A number between 1 and the volume count.\n"
 "   %% : a % \n"
 msgstr ""
-"Format wird im GUI-Wiedergabelisten-Titel benutzt. Vergleichbar mit dem Unixdatum\n"
+"Format wird im GUI-Wiedergabelisten-Titel benutzt. Vergleichbar mit dem "
+"Unixdatum\n"
 "Format-Spezifizierer starten mit einem Prozentzeichen. Spezifizierer sind: \n"
 "   %A : Die Albuminformation\n"
 "   %C : Die VCD-Volume-Anzahl - die Anzahl von CDs in der Sammlung\n"
 "   %c : Die VCD-Volume-Nummer - die Nummer der CD in der Sammlung.\n"
 "   %F : Das VCD Format, z.B. VCD 1.0, VCD 1.1, VCD 2.0 oder SVC\n"
-"   %I : Derzeitiger/s Eintrag/Segment/Wiedergabetyp, z.B. EINTRAG, TITEL, SEGMENT...\n"
+"   %I : Derzeitiger/s Eintrag/Segment/Wiedergabetyp, z.B. EINTRAG, TITEL, "
+"SEGMENT...\n"
 "   %L : Die Wiedergabelisten-ID mit dem Prefix \" LID\", wenn es existiert\n"
 "   %N : Die derzeitige Zahl der %I - eine Dezimalzahl\n"
 "   %P : Die Veröffentlicher-ID\n"
@@ -3964,8 +4580,12 @@ msgid "Use playback control?"
 msgstr "Wiedergabesteuerung benutzen?"
 
 #: modules/access/vcdx/vcd.c:105
-msgid "If VCD is authored with playback control, use it. Otherwise we play by tracks."
-msgstr "Wenn die VCD mit Wiedergabesteuerung erstellt wurde, diese benutzen. Sonst werden wir nach Titeln wiedergeben."
+msgid ""
+"If VCD is authored with playback control, use it. Otherwise we play by "
+"tracks."
+msgstr ""
+"Wenn die VCD mit Wiedergabesteuerung erstellt wurde, diese benutzen. Sonst "
+"werden wir nach Titeln wiedergeben."
 
 #: modules/access/vcdx/vcd.c:112
 msgid "Format to use in playlist \"author\""
@@ -3975,8 +4595,7 @@ msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Autor\""
 msgid "Format to use in playlist \"title\" field"
 msgstr "Format zur Benutzung im Wiedergabelistenfeld \"Titel\""
 
-#: modules/access_output/dummy.c:40
-#: modules/stream_out/dummy.c:47
+#: modules/access_output/dummy.c:40 modules/stream_out/dummy.c:47
 msgid "Dummy stream output"
 msgstr "Dummy-Streamausgabe"
 
@@ -3997,23 +4616,39 @@ msgid "Username"
 msgstr "Benutzername"
 
 #: modules/access_output/http.c:47
-msgid "Allows you to give a user name that will be requested to access the stream."
-msgstr "Erlaubt Ihnen einen Benutzernamen anzugeben, der beim Zugriff auf den Stream angefordert wird."
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Erlaubt Ihnen einen Benutzernamen anzugeben, der beim Zugriff auf den Stream "
+"angefordert wird."
 
 #: modules/access_output/http.c:49
 msgid "Password"
 msgstr "Passwort"
 
 #: modules/access_output/http.c:50
-msgid "Allows you to give a password that will be requested to access the stream."
-msgstr "Erlaubt Ihnen ein Passwort anzugeben, das beim Zugriff auf den Stream angefordert wird."
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
+msgstr ""
+"Erlaubt Ihnen ein Passwort anzugeben, das beim Zugriff auf den Stream "
+"angefordert wird."
+
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Zeit"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Erlaubt Ihnen die \"Time To Live\" des ausgehenden Stream zu definieren."
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr "HTTP-Streamausgabe"
 
-#: modules/access_output/udp.c:63
-#: modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr "Cachewert in ms"
 
@@ -4023,31 +4658,49 @@ msgstr "Time To Live"
 
 #: modules/access_output/udp.c:69
 msgid "Allows you to define the time to live of the outgoing stream."
-msgstr "Erlaubt Ihnen die \"Time To Live\" des ausgehenden Stream zu definieren."
+msgstr ""
+"Erlaubt Ihnen die \"Time To Live\" des ausgehenden Stream zu definieren."
 
 #: modules/access_output/udp.c:72
 msgid "Group packets"
 msgstr "Pakete gruppieren"
 
 #: modules/access_output/udp.c:73
-msgid "Packets can be sent one by one at the right time or by groups. This allows you to give the number of packets that will be sent at a time. It helps reducing the scheduling load on heavily-loaded systems."
-msgstr "Pakete können eins nach dem anderen zur richtigen Zeit oder in Gruppen gesendet werden. Dies erlaubt Ihnen, die Anzahl von Paketen anzugeben, die zu einer Zeit gesendet werden. Dies hilft, die Planungsbelastung auf hochbelasteten Systemen zu reduziren."
+msgid ""
+"Packets can be sent one by one at the right time or by groups. This allows "
+"you to give the number of packets that will be sent at a time. It helps "
+"reducing the scheduling load on heavily-loaded systems."
+msgstr ""
+"Pakete können eins nach dem anderen zur richtigen Zeit oder in Gruppen "
+"gesendet werden. Dies erlaubt Ihnen, die Anzahl von Paketen anzugeben, die "
+"zu einer Zeit gesendet werden. Dies hilft, die Planungsbelastung auf "
+"hochbelasteten Systemen zu reduziren."
 
 #: modules/access_output/udp.c:78
 msgid "Late delay (ms)"
 msgstr "Späte Verzögerung (ms)"
 
 #: modules/access_output/udp.c:79
-msgid "Late packets are dropped. This allows you to give the time (in milliseconds) a packet is allowed to be late."
-msgstr "Späte Pakete werden fallengelassen. Dies erlaubt Ihnen die Zeit (in Millisekunden) anzugeben, die ein Paket zu spät kommen darf."
+msgid ""
+"Late packets are dropped. This allows you to give the time (in milliseconds) "
+"a packet is allowed to be late."
+msgstr ""
+"Späte Pakete werden fallengelassen. Dies erlaubt Ihnen die Zeit (in "
+"Millisekunden) anzugeben, die ein Paket zu spät kommen darf."
 
 #: modules/access_output/udp.c:82
 msgid "Raw write"
 msgstr "Roh schreiben"
 
 #: modules/access_output/udp.c:83
-msgid "If you enable this option, packets will be sent directly, without trying to fill the MTU (ie, without trying to make the biggest possible packets in order to improve streaming)."
-msgstr "Wenn Sie diese Option aktivieren, werden Pakete direkt gesendet, ohne, dass versucht wird, die MTU auszufüllen (d.h. ohne zu versuchen, die größtmöglichen Pakete zu erzeugen, um das Streaming zu verbessern)."
+msgid ""
+"If you enable this option, packets will be sent directly, without trying to "
+"fill the MTU (ie, without trying to make the biggest possible packets in "
+"order to improve streaming)."
+msgstr ""
+"Wenn Sie diese Option aktivieren, werden Pakete direkt gesendet, ohne, dass "
+"versucht wird, die MTU auszufüllen (d.h. ohne zu versuchen, die "
+"größtmöglichen Pakete zu erzeugen, um das Streaming zu verbessern)."
 
 #: modules/access_output/udp.c:89
 msgid "UDP stream output"
@@ -4055,10 +4708,16 @@ msgstr "UDP-Streamausgabe"
 
 #: modules/audio_filter/channel_mixer/headphone.c:49
 msgid ""
-"This effect gives you the feeling that you are standing in a room with a complete 5.1 speaker set when using only a headphone, providing a more realistic sound experience. It should also be more comfortable and less tiring when listening to music for long periods of time.\n"
+"This effect gives you the feeling that you are standing in a room with a "
+"complete 5.1 speaker set when using only a headphone, providing a more "
+"realistic sound experience. It should also be more comfortable and less "
+"tiring when listening to music for long periods of time.\n"
 "It works with any source format from mono to 5.1."
 msgstr ""
-"Dieser Effekt gibt Ihnen das Gefühl in einem Raum mit 5.1-Soundsystem zustehen wenn Sie nur einen Kopfhörer benutzen. Dies wird ein realistischeres Klangerlebnis zur Folge haben. Dies sollte komfortabler und weniger ermüdent sein, wenn Sie eine lange Zeit lang Musik hören.\n"
+"Dieser Effekt gibt Ihnen das Gefühl in einem Raum mit 5.1-Soundsystem "
+"zustehen wenn Sie nur einen Kopfhörer benutzen. Dies wird ein "
+"realistischeres Klangerlebnis zur Folge haben. Dies sollte komfortabler und "
+"weniger ermüdent sein, wenn Sie eine lange Zeit lang Musik hören.\n"
 "Dies funktioniert mit jedem Format von Mono bis hin zu 5.1."
 
 #: modules/audio_filter/channel_mixer/headphone.c:56
@@ -4066,8 +4725,12 @@ msgid "Characteristic dimension"
 msgstr "Charakteristische Dimension"
 
 #: modules/audio_filter/channel_mixer/headphone.c:58
-msgid "Headphone virtual spatialization effect parameter: distance between front left speaker and listener in meters."
-msgstr "Räumlicher Toneffekt für Kopfhörer - Einstellung: Abstand zwischen dem linken Lautsprecher und dem Hörer in Metern."
+msgid ""
+"Headphone virtual spatialization effect parameter: distance between front "
+"left speaker and listener in meters."
+msgstr ""
+"Räumlicher Toneffekt für Kopfhörer - Einstellung: Abstand zwischen dem "
+"linken Lautsprecher und dem Hörer in Metern."
 
 #: modules/audio_filter/channel_mixer/headphone.c:62
 msgid "headphone channel mixer with virtual spatialization effect"
@@ -4077,16 +4740,25 @@ msgstr "Kanal-Mixer f
 msgid "audio filter for trivial channel mixing"
 msgstr "Audiofilter für einfache Kanalvermischungen"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "A/52 Kompression mit dynamischen Abschnitten"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
-msgid "Dynamic range compression makes the loud sounds softer, and the soft sounds louder, so you can more easily listen to the stream in a noisy environment without disturbing anyone. If you disable the dynamic range compression the playback will be more adapted to a movie theater or a listening room."
-msgstr "Kompression mit dynamischen Abständen macht laute Töne leiser und leise Töne lauter, sodass Sie dem Stream in einer lauten Umgebung leichter hören ohne jemanden zu stören. Wenn sie die Kompression mit dyn. Abständen deaktivieren, wird die Wiedergabe ähnlich wie im Kino."
-
 #: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
+msgid ""
+"Dynamic range compression makes the loud sounds softer, and the soft sounds "
+"louder, so you can more easily listen to the stream in a noisy environment "
+"without disturbing anyone. If you disable the dynamic range compression the "
+"playback will be more adapted to a movie theater or a listening room."
+msgstr ""
+"Kompression mit dynamischen Abständen macht laute Töne leiser und leise Töne "
+"lauter, sodass Sie dem Stream in einer lauten Umgebung leichter hören ohne "
+"jemanden zu stören. Wenn sie die Kompression mit dyn. Abständen "
+"deaktivieren, wird die Wiedergabe ähnlich wie im Kino."
+
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "ATSC A/52 (AC-3) Audiodekoder"
 
@@ -4094,11 +4766,12 @@ msgstr "ATSC A/52 (AC-3) Audiodekoder"
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "Audiofilter für A/52->S/PDIF-Verkapselung"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "DTS-Kompression mit dynamischen Abschnitten"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Kohärenter DTS Audiodekoder"
 
@@ -4130,7 +4803,8 @@ msgstr "Audiofilter f
 msgid "audio filter for float32->u8 conversion"
 msgstr "Audiofilter für float32->u8 Konvertierung"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "MPEG-Audiodekoder"
 
@@ -4158,6 +4832,161 @@ msgstr "Audiofilter f
 msgid "audio filter for u8->float32 conversion"
 msgstr "Audiofilter für u8->float32 Konvertierung"
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+#, fuzzy
+msgid "Two pass"
+msgstr "FTP Passwort"
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+#, fuzzy
+msgid "Global gain"
+msgstr "Galicianisch"
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Anzahl der Bänder"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Schnell"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr "Klassisches"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Club"
+msgstr "Würfel"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr "Dance"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Vollbild"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Groß"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "Linear"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Port"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr "Pop"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr "Reggae"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr "Rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr "Ska"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "S&ortieren"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Südländischer Rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr "Techno"
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "Audiofilter für float32->s8 Konvertierung"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Anzahl der Bänder"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Qualitätsniveau"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr "Audiofilter für bandlimitiertes Interpolierungsresampling"
@@ -4202,45 +5031,32 @@ msgstr "ALSA Audioausgabe"
 msgid "ALSA Device Name"
 msgstr "ALSA Devicename"
 
-#: modules/audio_output/alsa.c:118
-#: modules/audio_output/coreaudio.c:219
-#: modules/audio_output/directx.c:383
-#: modules/audio_output/oss.c:129
-#: modules/audio_output/sdl.c:176
-#: modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337
-#: modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
+#: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
+#: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Audiodevice"
 
-#: modules/audio_output/alsa.c:172
-#: modules/audio_output/directx.c:460
-#: modules/audio_output/oss.c:222
-#: modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201
-#: modules/audio_output/waveout.c:399
+#: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
+#: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Mono"
 
-#: modules/audio_output/alsa.c:185
-#: modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178
-#: modules/audio_output/waveout.c:371
+#: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Vorder- und 2 Rückseiten"
 
-#: modules/audio_output/alsa.c:191
-#: modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167
-#: modules/audio_output/waveout.c:352
+#: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr "5.1"
 
-#: modules/audio_output/alsa.c:218
-#: modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246
-#: modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 über S/PDIF"
 
@@ -4248,11 +5064,17 @@ msgstr "A/52 
 msgid "aRts audio output"
 msgstr "aRts Audioausgabe"
 
-#: modules/audio_output/coreaudio.c:220
-msgid "Choose a number corresponding to the number of an audio device, as listed in your 'Audio Device' menu. This device will then be used by default for audio playback."
-msgstr "Wählen Sie eine Nummer, die zu der Nummer eines Audiodevices passt, wie es im Ihrem Menü 'Audio-Device' aufgeführt wird. Dieses Device wird danach standardmäßig für die Audioausgabe benutzt."
+#: modules/audio_output/coreaudio.c:218
+msgid ""
+"Choose a number corresponding to the number of an audio device, as listed in "
+"your 'Audio Device' menu. This device will then be used by default for audio "
+"playback."
+msgstr ""
+"Wählen Sie eine Nummer, die zu der Nummer eines Audiodevices passt, wie es "
+"im Ihrem Menü 'Audio-Device' aufgeführt wird. Dieses Device wird danach "
+"standardmäßig für die Audioausgabe benutzt."
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr "CoreAudio - Ausgabe"
 
@@ -4273,16 +5095,24 @@ msgid "Output format"
 msgstr "Ausgabeformat"
 
 #: modules/audio_output/file.c:81
-msgid "One of \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", \"s16_be\", \"fixed32\", \"float32\" or \"spdif\""
-msgstr "Eines von \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", \"s16_be\", \"fixed32\", \"float32\" oder \"spdif\""
+msgid ""
+"One of \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be\", "
+"\"s16_be\", \"fixed32\", \"float32\" or \"spdif\""
+msgstr ""
+"Eines von \"u8\", \"s8\", \"u16\", \"s16\", \"u16_le\", \"s16_le\", \"u16_be"
+"\", \"s16_be\", \"fixed32\", \"float32\" oder \"spdif\""
 
 #: modules/audio_output/file.c:84
 msgid "Output channels number"
 msgstr "Ausgabekanalnummer"
 
 #: modules/audio_output/file.c:85
-msgid "By default, all the channels of the incoming will be saved but you can restrict the number of channels here."
-msgstr "Standardmäßig werden alle eingehenden Kanäle gespeichert. Sie können aber die Anzahl hier beschränken."
+msgid ""
+"By default, all the channels of the incoming will be saved but you can "
+"restrict the number of channels here."
+msgstr ""
+"Standardmäßig werden alle eingehenden Kanäle gespeichert. Sie können aber "
+"die Anzahl hier beschränken."
 
 #: modules/audio_output/file.c:88
 msgid "Add wave header"
@@ -4290,7 +5120,9 @@ msgstr "Wave-Header hinzuf
 
 #: modules/audio_output/file.c:89
 msgid "Instead of writing a raw file, you can add a WAV header to the file"
-msgstr "Anstatt eine rohe Datei zu schreiben, können Sie der Datei einen WAV-Header hinzufügen"
+msgstr ""
+"Anstatt eine rohe Datei zu schreiben, können Sie der Datei einen WAV-Header "
+"hinzufügen"
 
 #: modules/audio_output/file.c:106
 msgid "Output file"
@@ -4313,8 +5145,14 @@ msgid "Try to work around buggy OSS drivers"
 msgstr "Versuch, die fehlerhaften OSS Treiber zu umgehen."
 
 #: modules/audio_output/oss.c:103
-msgid "Some buggy OSS drivers just don't like when their internal buffers are completely filled (the sound gets heavily hashed). If you have one of these drivers, then you need to enable this option."
-msgstr "Einige fehlerhafte OSS Treiber mögen es nicht wenn ihre internen Puffer komplett gefüllt sind (der Ton fängt an zu knacken). Wenn Sie einen dieser Treiber haben, aktivieren Sie diese Option."
+msgid ""
+"Some buggy OSS drivers just don't like when their internal buffers are "
+"completely filled (the sound gets heavily hashed). If you have one of these "
+"drivers, then you need to enable this option."
+msgstr ""
+"Einige fehlerhafte OSS Treiber mögen es nicht wenn ihre internen Puffer "
+"komplett gefüllt sind (der Ton fängt an zu knacken). Wenn Sie einen dieser "
+"Treiber haben, aktivieren Sie diese Option."
 
 #: modules/audio_output/oss.c:108
 msgid "Linux OSS audio output"
@@ -4328,7 +5166,18 @@ msgstr "OSS DSP-Device"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Simple DirectMedia Layer Audioausgabe"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Streamausgabe benutzen"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr "Win32 waveOut extension - Ausgabe"
 
@@ -4360,6 +5209,14 @@ msgstr "Cinepak Audiodekoder"
 msgid "CMML annotations decoder"
 msgstr "CMML-Anmerkungsdekoder"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr "DTS Parser"
@@ -4372,10 +5229,15 @@ msgstr "DTS Audiopacketizer"
 msgid "DV video decoder"
 msgstr "DV Audiodekoder"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "DVB Untertitel Dekoder"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "DVB Untertitel Dekoder"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr "AAC Audiodekoder (benutzt libfaad2)"
@@ -4392,45 +5254,63 @@ msgstr "bits"
 msgid "simple"
 msgstr "einfach"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ffmpeg Audio/Video - Dekoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "ffmpeg Audio/Video - Dekoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr "ffmpeg Farbkonvertierung"
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "ffmpeg Audio/Video-Encoder"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "ffmpeg-Demuxer"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Videofreistellungsfilter"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Video-Deinterlacingfilter"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Direktes Rendern"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Fehlerbelastbarkeit"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
-"However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this can produce a lot of errors.\n"
+"However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
+"can produce a lot of errors.\n"
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 "ffmpeg kann Fehler ausgleichen. \n"
-"Dennoch können mit einem fehlerhaften Encoder (wie dem ISO MPEG-4 Encoder von M$) viele Fehler produziert werden.\n"
+"Dennoch können mit einem fehlerhaften Encoder (wie dem ISO MPEG-4 Encoder "
+"von M$) viele Fehler produziert werden.\n"
 "Der gültige Bereich ist -1 bis 99 (-1 deaktiviert alle Fehlerausgleichungen)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Fehler umgehen"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4450,40 +5330,47 @@ msgstr ""
 "32 ac vlc\n"
 "64 Qpel chroma"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99
-#: modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "Beeilung"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
-msgid "Allow the decoder to partially decode or skip frame(s) when there is not enough time. It's useful with low CPU power but it can produce distorted pictures."
-msgstr "Erlaubt dem Dekoder Bilder teilweise oder gar nicht zu dekodieren, wenn nicht genug Zeit ist. Dies ist nützlich bei langsameren Prozessoren, kann aber entstellte Bilder erzeugen."
+#: modules/codec/ffmpeg/ffmpeg.h:108
+msgid ""
+"Allow the decoder to partially decode or skip frame(s) when there is not "
+"enough time. It's useful with low CPU power but it can produce distorted "
+"pictures."
+msgstr ""
+"Erlaubt dem Dekoder Bilder teilweise oder gar nicht zu dekodieren, wenn "
+"nicht genug Zeit ist. Dies ist nützlich bei langsameren Prozessoren, kann "
+"aber entstellte Bilder erzeugen."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Nachbearbeitungsqualität"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
-"Higher levels require considerable more CPU power, but produce better looking pictures."
+"Higher levels require considerable more CPU power, but produce better "
+"looking pictures."
 msgstr ""
 "Qualität der Nachbearbeitung. Gültiger Bereich ist 0 bis 6\n"
-"Höhere Level benötigen mehr Prozessorleistung, produzieren aber besser aussehende Bilder."
+"Höhere Level benötigen mehr Prozessorleistung, produzieren aber besser "
+"aussehende Bilder."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr "Debug-Maske"
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr "ffmpeg-Debug-Maske einstellen"
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Bewegungsvektoren visualisieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4495,136 +5382,200 @@ msgstr ""
 "2 - vorwärts vorhergesagte MVs von B-Frames visualisieren\n"
 "4 - rückwärts vorhergesagte MVs von B-Frames visualisieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr "ffmpeg Nachbearbeitungsfilterketten"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr "Verhältnis der Keyframes"
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
-msgid "Allows you to specify the number of frames that will be coded for one key frame."
-msgstr "Erlaubt Ihnen die Anzahl von Frames festzulegen, die für einen Keyframe kodiert werden."
+#: modules/codec/ffmpeg/ffmpeg.h:170
+msgid ""
+"Allows you to specify the number of frames that will be coded for one key "
+"frame."
+msgstr ""
+"Erlaubt Ihnen die Anzahl von Frames festzulegen, die für einen Keyframe "
+"kodiert werden."
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr "Verhältnis der B-Frames"
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
-msgid "Allows you to specify the number of B frames that will be coded between two reference frames."
-msgstr "Erlaubt Ihnen die Anzahl von B-Frames festzulegen, die zwischen zwei Referenzframes kodiert werden."
+#: modules/codec/ffmpeg/ffmpeg.h:174
+msgid ""
+"Allows you to specify the number of B frames that will be coded between two "
+"reference frames."
+msgstr ""
+"Erlaubt Ihnen die Anzahl von B-Frames festzulegen, die zwischen zwei "
+"Referenzframes kodiert werden."
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr "Vidiodatenratentoleranz"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr "Erlaubt Ihnen die Videodatenratentoleranz in kbit/s festzulegen."
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr "Interlaced-Encoding aktivieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
-msgstr "Erlaubt Ihnen dedizierte Algorithmen für Interlaced-Frames zu aktivieren."
+msgstr ""
+"Erlaubt Ihnen dedizierte Algorithmen für Interlaced-Frames zu aktivieren."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr "Vorbewegungsabschätzung aktivieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Erlaubt Ihnen die Vorbewegungsabschätzung zu aktivieren."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr "Strikte Ratenkontrolle aktivieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
-msgstr "Erlaubt Ihnen, den strikten Ratenkontrollierungsalgorithmus zu aktivieren."
+msgstr ""
+"Erlaubt Ihnen, den strikten Ratenkontrollierungsalgorithmus zu aktivieren."
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr "Ratenkontrollierungspuffergröße"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr "Erlaubt Ihnen die Ratenkontrollierungspuffergröße festzulegen."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr "Ratenkontrollpufferaggressivität"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Erlaubt Ihnen die Aggressivität des Ratenkontrollpuffers festzulegen."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr "I-Quantisierungsfaktor"
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
-msgid "Allows you to specify the quantization factor of I frames, compared with P frames (for instance 1.0 => same qscale for I and P frames)."
-msgstr "Erlaubt Ihnen den Quantisierungsfaktor von I-Frames im Vergleich zu P-Frames einzustellen (beispielsweise 1.0 => gleicher qscale für I und P Frames)."
+#: modules/codec/ffmpeg/ffmpeg.h:202
+msgid ""
+"Allows you to specify the quantization factor of I frames, compared with P "
+"frames (for instance 1.0 => same qscale for I and P frames)."
+msgstr ""
+"Erlaubt Ihnen den Quantisierungsfaktor von I-Frames im Vergleich zu P-Frames "
+"einzustellen (beispielsweise 1.0 => gleicher qscale für I und P Frames)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:199
-#: modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Lärmreduzierung"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
-msgid "Allows you to enable a simple noise reduction algorithm to lower the encoding length and bitrate, at the expense of lower quality frames."
-msgstr "Erlaubt Ihnen einen einfachen Lärmreduzierungsalgorithmus zu aktivieren, um die Kodierungslänge und Datenrate zu verringern, was jedoch die Zahl von weniger qualitativen Frames erhöht."
+#: modules/codec/ffmpeg/ffmpeg.h:207
+msgid ""
+"Allows you to enable a simple noise reduction algorithm to lower the "
+"encoding length and bitrate, at the expense of lower quality frames."
+msgstr ""
+"Erlaubt Ihnen einen einfachen Lärmreduzierungsalgorithmus zu aktivieren, um "
+"die Kodierungslänge und Datenrate zu verringern, was jedoch die Zahl von "
+"weniger qualitativen Frames erhöht."
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr "MPEG4-Quantisierungsmatrix aktivieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
-msgid "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This generally yields a better looking picture, while still retaining the compatibility with standard MPEG-2 decoders."
-msgstr "Erlaubt Ihnen die Benutzung der MPEG4-Quantisierungsmatrix für mpeg2-Kodierung zu aktivieren. Dies sorgt allgemein für ein besser aussehendes Bild und behält gleichzeitig die Kompatibilität mit Standard-MPEG2-Dekodern bei."
+#: modules/codec/ffmpeg/ffmpeg.h:212
+msgid ""
+"Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
+"generally yields a better looking picture, while still retaining the "
+"compatibility with standard MPEG-2 decoders."
+msgstr ""
+"Erlaubt Ihnen die Benutzung der MPEG4-Quantisierungsmatrix für mpeg2-"
+"Kodierung zu aktivieren. Dies sorgt allgemein für ein besser aussehendes "
+"Bild und behält gleichzeitig die Kompatibilität mit Standard-MPEG2-Dekodern "
+"bei."
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr "Qualitätsniveau"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
-msgid "Allows you to specify the quality level for the encoding of motions vectors (this can slow down the encoding very much)."
-msgstr "Erlaubt Ihnen das Qualitätsniveau für die Kodierung von Bewegungsvektoren festzulegen (dies kann die Kodierung sehr stark verlangsamen)."
+#: modules/codec/ffmpeg/ffmpeg.h:218
+msgid ""
+"Allows you to specify the quality level for the encoding of motions vectors "
+"(this can slow down the encoding very much)."
+msgstr ""
+"Erlaubt Ihnen das Qualitätsniveau für die Kodierung von Bewegungsvektoren "
+"festzulegen (dies kann die Kodierung sehr stark verlangsamen)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
-msgid "Allows you to specify if the encoder should make on-the-fly quality tradeoffs if your CPU can't keep up with the encoding rate. It will disable trellis quantization, then the rate distortion of motion vectors (hq), and raise the noise reduction threshold to ease the encoder's task."
-msgstr "Erlaubt Ihnen anzugeben, ob der Encoder on-the-fly Qualitätsabstriche machen soll, wenn Ihr Prozessor nicht die Kodierungsrate beibehalten kann. Es wird die Gitterquantisierung deaktivieren, dann die Rateneinstellung von Bewegungsvektoren (hq) und den Lärmreduzierungsgrenzbereich verringern, um die Aufgabe des Encoders zu verringern."
+#: modules/codec/ffmpeg/ffmpeg.h:223
+msgid ""
+"Allows you to specify if the encoder should make on-the-fly quality "
+"tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
+"trellis quantization, then the rate distortion of motion vectors (hq), and "
+"raise the noise reduction threshold to ease the encoder's task."
+msgstr ""
+"Erlaubt Ihnen anzugeben, ob der Encoder on-the-fly Qualitätsabstriche machen "
+"soll, wenn Ihr Prozessor nicht die Kodierungsrate beibehalten kann. Es wird "
+"die Gitterquantisierung deaktivieren, dann die Rateneinstellung von "
+"Bewegungsvektoren (hq) und den Lärmreduzierungsgrenzbereich verringern, um "
+"die Aufgabe des Encoders zu verringern."
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr "Minimale Bildquantisierungsskalierung"
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Erlaubt Ihnen die minimale Bildquantisierungsskalierung anzugeben."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr "Maximale Bildquantisierungsskalierung"
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr "Erlaubt Ihnen die maximale Bildquantisierungsskalierung anzugeben."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr "Gitterquantisierung aktivieren"
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
-msgid "Allows you to enable trellis quantization (rate distortion for block coefficients)."
-msgstr "Erlaubt Ihnen Gitterquantisierung zu aktivieren (Ratenverzerrung für Blockkoeffizienten)."
+#: modules/codec/ffmpeg/ffmpeg.h:238
+msgid ""
+"Allows you to enable trellis quantization (rate distortion for block "
+"coefficients)."
+msgstr ""
+"Erlaubt Ihnen Gitterquantisierung zu aktivieren (Ratenverzerrung für "
+"Blockkoeffizienten)."
+
+#: modules/codec/ffmpeg/ffmpeg.h:241
+#, fuzzy
+msgid "Use fixed video quantizer scale"
+msgstr "Minimale Bildquantisierungsskalierung"
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "Postprocessing"
 
@@ -4660,7 +5611,7 @@ msgstr "Flac Audiopacketizer"
 msgid "Flac audio encoder"
 msgstr "Flac Audioencoder"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "MPEG I/II - Video Dekoder (benutzt libmpeg2)"
 
@@ -4696,7 +5647,7 @@ msgstr "Chaoji VCD Untertitelpacketizer"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Philips OGT (SVCD-Untertitel) Dekoder"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Philips OGT (SVCD-Untertitel) Packetizer"
 
@@ -4726,35 +5677,74 @@ msgid "Subtitle aspect-ratio correction"
 msgstr "Untertitelbildseitenformatkorrektur"
 
 #: modules/codec/ogt/subtitle.h:55
-msgid "Use this to force the subtitle aspect ratio. If you give a null string the right value will be determined automatically. Usually this is what you want. For OGT and CVD subtitles this undoes the effect of the underlying video scaling. And using a value of 1 will cause no correction; subtitles will be scaled with the same aspect ratio as as the underlying video (which not correct for OGT or CVD subtitles). You can also force another ratio by giving a pair of integers x:y where y should between x and twice x. For example 4:3, or 16:9. Alternatively, you can give a float value expressing pixel squareness. For example 1.25 or 1.3333 which mean the same thing as 4:3 and 16:9 respectively."
-msgstr "Benutzen Sie diese Option zur Festlegung des Untertitelseitenverhältnisses. Wenn Sie einen leeren String eingeben, wird der richtige Wert automatisch erkannt. Normalerweise ist dies das, was Sie möchten. Bei OGT und CVD-Untertiteln zerstört dies den Effekt der darunterliegenden Bildskalierung. Die Benutzung des Wertes 1 wird keine Korrektur hervorgerufen; Untertitel werden mit dem gleichen Seitenverhältnis wie das darunterliegende Bild skaliert (was für OGT oder CVD-Untertitel nicht korrekt ist). Sie können auch ein anderes Verhältnis durch ein Paar von Ganzzahlen x:y angeben, wobei y zwischen einfachem x und doppeltem x sein sollte, beispielsweise 4:3 oder 16:9. Alternativ dazu können Sie auch eine Fließkommazahl angeben, die die Rechteckigkeit ausdrückt. Zum Beispiel 1.25 oder 1.3333, welche das selbe wie 4:3 bzw. 16:9 bedeuten."
+msgid ""
+"Use this to force the subtitle aspect ratio. If you give a null string the "
+"right value will be determined automatically. Usually this is what you want. "
+"For OGT and CVD subtitles this undoes the effect of the underlying video "
+"scaling. And using a value of 1 will cause no correction; subtitles will be "
+"scaled with the same aspect ratio as as the underlying video (which not "
+"correct for OGT or CVD subtitles). You can also force another ratio by "
+"giving a pair of integers x:y where y should between x and twice x. For "
+"example 4:3, or 16:9. Alternatively, you can give a float value expressing "
+"pixel squareness. For example 1.25 or 1.3333 which mean the same thing as "
+"4:3 and 16:9 respectively."
+msgstr ""
+"Benutzen Sie diese Option zur Festlegung des Untertitelseitenverhältnisses. "
+"Wenn Sie einen leeren String eingeben, wird der richtige Wert automatisch "
+"erkannt. Normalerweise ist dies das, was Sie möchten. Bei OGT und CVD-"
+"Untertiteln zerstört dies den Effekt der darunterliegenden Bildskalierung. "
+"Die Benutzung des Wertes 1 wird keine Korrektur hervorgerufen; Untertitel "
+"werden mit dem gleichen Seitenverhältnis wie das darunterliegende Bild "
+"skaliert (was für OGT oder CVD-Untertitel nicht korrekt ist). Sie können "
+"auch ein anderes Verhältnis durch ein Paar von Ganzzahlen x:y angeben, wobei "
+"y zwischen einfachem x und doppeltem x sein sollte, beispielsweise 4:3 oder "
+"16:9. Alternativ dazu können Sie auch eine Fließkommazahl angeben, die die "
+"Rechteckigkeit ausdrückt. Zum Beispiel 1.25 oder 1.3333, welche das selbe "
+"wie 4:3 bzw. 16:9 bedeuten."
 
 #: modules/codec/ogt/subtitle.h:68
 msgid "Factor to increase subtitle display interval"
 msgstr "Faktor zur Erhöhung des Untertitelanzeigeintervalls"
 
 #: modules/codec/ogt/subtitle.h:70
-msgid "If you find you need extra time for reading subtitles, you can set this higher and it will multiply the display time by that amount. Use 0 to mean until the next subtitle."
-msgstr "Wenn Sie finden, dass Sie mehr Zeit für das Lesen von Untertiteln benötigen, können Sie dies höher setzen. Dadurch wird die Anzeigezeit mit diesem Betrag multipliziert. 0 bedeutet die Anzeige bis zum nächsten Untertitel."
+msgid ""
+"If you find you need extra time for reading subtitles, you can set this "
+"higher and it will multiply the display time by that amount. Use 0 to mean "
+"until the next subtitle."
+msgstr ""
+"Wenn Sie finden, dass Sie mehr Zeit für das Lesen von Untertiteln benötigen, "
+"können Sie dies höher setzen. Dadurch wird die Anzeigezeit mit diesem Betrag "
+"multipliziert. 0 bedeutet die Anzeige bis zum nächsten Untertitel."
 
 #: modules/codec/ogt/subtitle.h:76
 msgid "Add this to starting horizontal position of subtitle."
 msgstr "Dies zur horizontalen Startposition des Untertitels hinzufügen."
 
 #: modules/codec/ogt/subtitle.h:78
-msgid "If you need to adjust the subtitle starting position horizontally, set this. Negative values shift left and positive values right. 0 would be no deviation from where the position specified in the subtitle."
-msgstr "Wenn Sie die horizontale Startposition des Untertitels anpassen müssen, stellen Sie dies hier ein. Negative Werte verschieben nach links und positive nach rechts. 0 wäre keine Abweichung von der vorgesehenen Position."
+msgid ""
+"If you need to adjust the subtitle starting position horizontally, set this. "
+"Negative values shift left and positive values right. 0 would be no "
+"deviation from where the position specified in the subtitle."
+msgstr ""
+"Wenn Sie die horizontale Startposition des Untertitels anpassen müssen, "
+"stellen Sie dies hier ein. Negative Werte verschieben nach links und "
+"positive nach rechts. 0 wäre keine Abweichung von der vorgesehenen Position."
 
 #: modules/codec/ogt/subtitle.h:84
 msgid "Add this to starting vertical position of subtitle."
 msgstr "Dies zur vertikalen Startposition des Untertitels hinzufügen."
 
 #: modules/codec/ogt/subtitle.h:86
-msgid "If you need to adjust the subtitle starting position vertically, set this. Negative values shift up, positive values down. 0 would be no deviation from where the position specified in the subtitle."
-msgstr "Benutzen Sie dies, wenn Sie die vertikale Startposition des Untertitels anpassen müssen. Negative Werte verschieben nach oben und positive nach unten. 0 wäre keine Abweichung von der vorgesehenen Position."
+msgid ""
+"If you need to adjust the subtitle starting position vertically, set this. "
+"Negative values shift up, positive values down. 0 would be no deviation from "
+"where the position specified in the subtitle."
+msgstr ""
+"Benutzen Sie dies, wenn Sie die vertikale Startposition des Untertitels "
+"anpassen müssen. Negative Werte verschieben nach oben und positive nach "
+"unten. 0 wäre keine Abweichung von der vorgesehenen Position."
 
-#: modules/codec/ogt/write_png.c:59
-#: modules/codec/ogt/write_png.c:71
+#: modules/codec/ogt/write_png.c:59 modules/codec/ogt/write_png.c:71
 #, c-format
 msgid "Error: %s\n"
 msgstr "Fehler: %s\n"
@@ -4763,60 +5753,59 @@ msgstr "Fehler: %s\n"
 msgid "QuickTime library decoder"
 msgstr "QuickTime-Bibliothek - Dekoder"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Pseudo Raw - Videodekoder"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Pseudo Raw - Videopacketizer"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr "Speex Audiodekoder"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Speex Audiopacketizer"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "Speex Audioencoder"
 
-#: modules/codec/speex.c:468
-#: modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Speex - Kommentar"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Modus"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr "DVD Untertiteldekoder"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "DVD Untertitelpacketizer"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Untertitel-Textkodierung"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Stellt die in Textuntertiteln benutzte Kodierung ein."
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Untertitelausrichtung"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr "Ausrichtung der Untertitel einstellen"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "Textuntertitel-Dekoder"
 
@@ -4824,61 +5813,116 @@ msgstr "Textuntertitel-Dekoder"
 msgid "Tarkin decoder module"
 msgstr "Tarkin Dekodermodul"
 
-#: modules/codec/theora.c:84
-#: modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr "Encodingqualität"
 
-#: modules/codec/theora.c:86
-#: modules/codec/vorbis.c:128
-msgid "Allows you to specify a quality between 1 (low) and 10 (high), instead of specifying a particular bitrate. This will produce a VBR stream."
-msgstr "Erlaubt Ihnen die Qualität von 1 (niedrig) bis 10 (hoch) festzulegen, anstatt eine spezifische Datenrate festzulegen. Dies wird einen VBR-Stream erstellen."
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
+msgid ""
+"Allows you to specify a quality between 1 (low) and 10 (high), instead of "
+"specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+"Erlaubt Ihnen die Qualität von 1 (niedrig) bis 10 (hoch) festzulegen, "
+"anstatt eine spezifische Datenrate festzulegen. Dies wird einen VBR-Stream "
+"erstellen."
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr "Theora Videodekoder"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Theora Videopacketizer"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Theora Videoencoder"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Theora - Kommentar"
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+#, fuzzy
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+"Erlaubt Ihnen die Qualität von 1 (niedrig) bis 10 (hoch) festzulegen, "
+"anstatt eine spezifische Datenrate festzulegen. Dies wird einen VBR-Stream "
+"erstellen."
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stereo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Budget-Modus"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Flac Audioencoder"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr "Maximale Encodingdatenrate"
 
-#: modules/codec/vorbis.c:132
-msgid "Allows you to specify a maximum bitrate in kbps. Useful for streaming applications."
-msgstr "Erlaubt Ihnen die maximale Datenrate in kbps festzulegen. Nützlich für Streaminganwendungen."
+#: modules/codec/vorbis.c:133
+msgid ""
+"Allows you to specify a maximum bitrate in kbps. Useful for streaming "
+"applications."
+msgstr ""
+"Erlaubt Ihnen die maximale Datenrate in kbps festzulegen. Nützlich für "
+"Streaminganwendungen."
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr "Minimale Encodingdatenrate"
 
-#: modules/codec/vorbis.c:136
-msgid "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a fixed-size channel."
-msgstr "Erlaubt Ihnen eine minimale Datenrate in kbps festzulegen. Nützlich für dasEncoding für einen Channel mit fester Größe."
+#: modules/codec/vorbis.c:137
+msgid ""
+"Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
+"fixed-size channel."
+msgstr ""
+"Erlaubt Ihnen eine minimale Datenrate in kbps festzulegen. Nützlich für "
+"dasEncoding für einen Channel mit fester Größe."
+
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Untertitelcodierung"
 
 #: modules/codec/vorbis.c:141
+#, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Dies erlaubt Ihnen das Video vor dem Encoding zu skalieren."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Vorbis Audiodekoder"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Vorbis Audiopacketizer"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Vorbis Audioencoder"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Vorbis - Kommentar"
 
@@ -4902,242 +5946,250 @@ msgstr "h264 Videoencoder mit Benutzung der x264-Bibliothek"
 msgid "Xvid video decoder"
 msgstr "Xvid Videodekoder"
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
 msgstr "Corba-Steuerungsmodul"
 
-#: modules/control/gestures.c:77
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
+msgstr "Corba-Steuerungsmodul"
+
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr "Bewegungsreizschwelle (10-100)"
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr "Die Bewegungsreizschwelle bis eine Maus-Geste wahrgenommen wird."
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr "Auslöseknopf"
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr "Hier können Sie den Auslöseknopf für Mausgesten einstellen."
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr "Mitte"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr "Mausgesten Kontrollinterface"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr "Wiedergabelisten-Lesezeichen 1"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr "Wiedergabelisten-Lesezeichen 2"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr "Wiedergabelisten-Lesezeichen 3"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr "Wiedergabelisten-Lesezeichen 4"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr "Wiedergabelisten-Lesezeichen 5"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr "Wiedergabelisten-Lesezeichen 6"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr "Wiedergabelisten-Lesezeichen 7"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr "Wiedergabelisten-Lesezeichen 8"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr "Wiedergabelisten-Lesezeichen 9"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr "Wiedergabelisten-Lesezeichen 10"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr "Diese Option erlaubt Ihnen Wiedergabelistenlesezeichen festzulegen."
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr "Hotkey-Steuerungsinterface"
 
-#: modules/control/hotkeys.c:309
-#: modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308
-#: modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020
-#: modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119
-#: modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107
-#: modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109
-#: modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251
-#: modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352
-#: modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr "Pause"
-
-#: modules/control/hotkeys.c:319
-#: modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013
-#: modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73
-#: modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551
-#: modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115
-#: modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117
-#: modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262
-#: modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Wiedergabe"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr "-10 Sekunden springen"
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr "+10 Sekunden springen"
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr "-1 Minute springen"
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr "+1 Minute springen"
+msgid "Audio track: %s"
+msgstr "Audiospur: %s"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr "-5 Minuten springen"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Untertitelspur: %s"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr "+5 Minuten springen"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
+msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr "Host-Adresse"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
-msgstr "Sie können die Adresse und den Port einstellen, an den sich das HTTP-Interface binden wird."
+msgstr ""
+"Sie können die Adresse und den Port einstellen, an den sich das HTTP-"
+"Interface binden wird."
 
-#: modules/control/http.c:73
-#: modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr "Quellverzeichnis"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr "HTTP-Fernbedienungsinterface"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr "Bewegungsmenge"
 
-#: modules/control/joystick.c:140
-msgid "Amount of joystick movement required for a movement to be recorded (0->32767)."
-msgstr "Der Umfang einer Joystick-Bewegung, die benötigt wird, damit eine Bewegung wahrgenommen wird (0->32767)"
+#: modules/control/joystick.c:137
+msgid ""
+"Amount of joystick movement required for a movement to be recorded (0-"
+">32767)."
+msgstr ""
+"Der Umfang einer Joystick-Bewegung, die benötigt wird, damit eine Bewegung "
+"wahrgenommen wird (0->32767)"
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr "Joystick-Device"
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr "Das Joystick-Device (normalerweise /dev/js0 oder /dev/input/js0)"
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr "Wiederholungszeit (ms)"
 
-#: modules/control/joystick.c:149
-msgid "Delay waited before the action is repeated if it is still triggered, in milliseconds."
-msgstr "Die Zeit in Millisekunden, die gewartet wird, bis die Aktion wiederholt wird, wenn sie immernoch aufgerufen wird."
+#: modules/control/joystick.c:146
+msgid ""
+"Delay waited before the action is repeated if it is still triggered, in "
+"milliseconds."
+msgstr ""
+"Die Zeit in Millisekunden, die gewartet wird, bis die Aktion wiederholt "
+"wird, wenn sie immernoch aufgerufen wird."
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr "Wartezeit (ms)"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
-msgstr "Die Zeit, die gewartet wird, bis die Wiederholung startet; in Mikrosekunden."
+msgstr ""
+"Die Zeit, die gewartet wird, bis die Wiederholung startet; in Mikrosekunden."
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr "Max. Suchintervall (Sekunden)"
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
-msgstr "Die maximale Zahl der Sekunden, die an einem Zeitpunkt lang gesucht wird."
+msgstr ""
+"Die maximale Zahl der Sekunden, die an einem Zeitpunkt lang gesucht wird."
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr "Aktionsmapping"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr "Erlaubt Ihnen die Aktionen erneut abzubilden."
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr "Joysticksteuerungsinterface"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr "Infrarot Fernbedienungsinterface"
 
-#: modules/control/lirc.c:199
-#: modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr "Lautstärke %%%d"
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr "Lautstärke %d%%"
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
-msgstr "Audiospur: %s"
+msgid "Pause"
+msgstr "Pause"
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Untertitelspur: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Wiedergabe"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+"Erlaubt Ihnen die untere Koordinate für die Videobeschneidung festzulegen."
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+"Erlaubt Ihnen die Anzahl von Threads festzulegen, die für das Umkodieren "
+"verwendet werden."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5145,7 +6197,8 @@ msgstr "Windows-Dienst installieren"
 
 #: modules/control/ntservice.c:41
 msgid "If enabled the interface will install the Service and exit."
-msgstr "Wenn aktiviert, wird das Interface den Dienst installieren und sich beenden."
+msgstr ""
+"Wenn aktiviert, wird das Interface den Dienst installieren und sich beenden."
 
 #: modules/control/ntservice.c:42
 msgid "Uninstall Windows Service"
@@ -5153,7 +6206,9 @@ msgstr "Windows-Dienst deinstallieren"
 
 #: modules/control/ntservice.c:44
 msgid "If enabled the interface will uninstall the Service and exit."
-msgstr "Wenn aktiviert, wird das Interface den Dienst deinstallieren und sich beenden."
+msgstr ""
+"Wenn aktiviert, wird das Interface den Dienst deinstallieren und sich "
+"beenden."
 
 #: modules/control/ntservice.c:45
 msgid "Display name of the Service"
@@ -5164,250 +6219,278 @@ msgid "This allows you to change the display name of the Service."
 msgstr "Dies erlaubt Ihnen, den Bildschirmnamen des Dienstes zu ändern."
 
 #: modules/control/ntservice.c:50
-msgid "This option allows you to select additional interfaces spawned by the Service. It should be specified at install time so the Service is properly configured. Use a comma separated list of interface modules. (common values are: logger, sap, rc, http)"
-msgstr "Diese Option erlaubt Ihnen zusätzliche Interfaces auszuwählen, die vom Dienst erzeugt werden. Dies sollte zur Installationszeit angeben sein, damit der Dienst richtig eingestellt wird. Nutzen Sie eine durch Kommata getrennte Liste von Interfacemodulen. (übliche Werte sind: logger, sap, rc, http)"
+msgid ""
+"This option allows you to select additional interfaces spawned by the "
+"Service. It should be specified at install time so the Service is properly "
+"configured. Use a comma separated list of interface modules. (common values "
+"are: logger, sap, rc, http)"
+msgstr ""
+"Diese Option erlaubt Ihnen zusätzliche Interfaces auszuwählen, die vom "
+"Dienst erzeugt werden. Dies sollte zur Installationszeit angeben sein, damit "
+"der Dienst richtig eingestellt wird. Nutzen Sie eine durch Kommata getrennte "
+"Liste von Interfacemodulen. (übliche Werte sind: logger, sap, rc, http)"
 
 #: modules/control/ntservice.c:56
 msgid "Windows Service interface"
 msgstr "Windows-Dienst-Interface"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr "Streamposition anzeigen"
 
-#: modules/control/rc.c:78
-msgid "Show the current position in seconds within the stream from time to time."
+#: modules/control/rc.c:118
+msgid ""
+"Show the current position in seconds within the stream from time to time."
 msgstr "Zeigt die aktuelle Position im Stream von Zeit zu Zeit in Sekunden an."
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr "TTY vortäuschen"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Das rc-Modulzwingen stdin zu benutzen, als ob es ein TTY sei."
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+#, fuzzy
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+"Sie können die Adresse und den Port einstellen, an den sich das HTTP-"
+"Interface binden wird."
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Remote-Control-Interface"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Remote-Control-Interface initialisiert. Geben Sie `h' für Hilfe ein\n"
 
-#: modules/control/rc.c:382
-#: modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr "%s gab %i (%s) zurück\n"
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr "+----[ Ende des Streaminfos ]\n"
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, c-format
 msgid "no input\n"
 msgstr "kein Input\n"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr "+----[ Remote-Control-Befehle ]\n"
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr "| add XYZ  . . . . . . . . .  XYZ der Wiedergabeliste hinzufügen\n"
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr "| playlist . . . . . aktuelle Objekte der Wiedergabeliste zeigen\n"
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr "| play . . . . . . . . . . . . . . . . . . .  Stream wiedergeben\n"
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . .  Stream stoppen\n"
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr "| next . . . . . . . . . . . . . nächstes Wiedergabelistenobjekt\n"
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr "| prev . . . . . . . . . . . . vorheriges Wiedergabelistenobjekt\n"
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr "| title [X] . . . . .  Titel im aktuellen Objekt ein-/darstellen\n"
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr "| title_n  . . . . . . . . .  nächster Titel im aktuellen Objekt\n"
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr "| title_p  . . . . . . . .  vorheriger Titel im aktuellen Objekt\n"
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr "| chapter [X]  . . . Kapitel im aktuellen Objekt ein-/darstellen\n"
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr "| chapter_n  . . . . . . .  nächstes Kapitel im aktuellen Objekt\n"
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr "| chapter_p  . . . . . .  vorheriges Kapitel im aktuellen Objekt\n"
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr "| seek X . . . . .  Suchen in Sekunden, beispielsweise `seek 12'\n"
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . .  Pause umschalten\n"
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr "| f  . . . . . . . . . . . . . . . . . . . . Vollbild umschalten\n"
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr "| info . . . . . . . . . Informationen über den aktuellen Stream\n"
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr "| volume [X] . . . . . . . . . . . . Lautstärke zeigen/festlegen\n"
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr "| volup [X]  . . . . . . . . . .  Lautstärke um X Stufen erhöhen\n"
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr "| voldown [X]  . . . . . . . . Lautstärke um X Stufen verringern\n"
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr "| adev [X] . . . . . . . . . . . . .  Ton-Device dar-/einstellen\n"
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr "| achan [X]. . . . . . . . . . . . . Tonkanäle zeigen/einstellen\n"
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr "| help . . . . . . . . . . . . . . . . . . diese Hilfsmitteilung\n"
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr "| quit . . . . . . . . . . . . . . . . . . . . . . . VLC beenden\n"
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr "+----[ Ende der Hilfe ]\n"
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr "Unbekannter Befehl `%s'. Geben Sie `help' für Hilfe ein\n"
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr "Zurzeit wiedergegebenes Kapitel: %d/%d\n"
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr "Zurzeit wiedergegebener Titel: %d/%d\n"
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr "Versuche %s der Wiedergabeliste hinzuzufügen\n"
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr "| keine Einträge\n"
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr "Unbekannter Befehl!\n"
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr "Die Lautstärke muss im Bereich %d-%d sein\n"
 
-#: modules/control/rc.c:739
-#: modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr "Lautstärke beträgt %d\n"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr "+----[ Ende von %s ]\n"
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr "Port des Telnet-Interfaces"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr "Standardmäßig 4212"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr "Telnet-Interface-Passwort"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr "Standardmäßig admin"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 msgid "Telnet remote control interface"
 msgstr "Telnet-Fernsteuerungsinterface"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr "Benutze das VLM-Interface-Plugin..."
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr "Telnet-Interface am Port %d gestartet"
@@ -5432,8 +6515,7 @@ msgstr "ASF v1.0 Demuxer"
 msgid "AU demuxer"
 msgstr "AU Demuxer"
 
-#: modules/demux/avi/avi.c:40
-#: modules/demux/avi/avi.c:41
+#: modules/demux/avi/avi.c:40 modules/demux/avi/avi.c:41
 msgid "Force interleaved method"
 msgstr "ineinanderverschachtelte Methode erzwingen"
 
@@ -5442,124 +6524,94 @@ msgid "Force index creation"
 msgstr "Index-Erzeugung erzwingen"
 
 #: modules/demux/avi/avi.c:45
-msgid "Recreate a index for the AVI file so we can seek trough it more reliably."
-msgstr "Einen Index für die AVI-Datei erzeugen, so dass wir sie zuverlässiger durchsuchen können."
+msgid ""
+"Recreate a index for the AVI file so we can seek trough it more reliably."
+msgstr ""
+"Einen Index für die AVI-Datei erzeugen, so dass wir sie zuverlässiger "
+"durchsuchen können."
 
 #: modules/demux/avi/avi.c:51
 msgid "AVI demuxer"
 msgstr "AVI Demuxer"
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr "Demux2-Adaptionslayer"
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr "Dateiname des Dumps"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
-msgstr "Geben Sie einen Dateinamen ein, unter dem der rohe Stream gesichert wird."
+msgstr ""
+"Geben Sie einen Dateinamen ein, unter dem der rohe Stream gesichert wird."
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr "Dateispeicher-Demuxer"
 
-#: modules/demux/demuxstream.c:120
-#: modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Kompatiblität mit VLS-0.4 Vorgängern"
-
-#: modules/demux/demuxstream.c:122
-#: modules/demux/mpeg/ts.c:122
-msgid "The protocol for transmitting A/52 audio streams changed between VLC 0.3.x and 0.4. By default VLC assumes you have the latest VLS. In case you're using an old version, select this option."
-msgstr "Das Protokoll zur Übertragung von A/52 Audiostreams hat zwischen VLC 0.3.x und 0.4.x gewechselt. Standardmäßig nimmt VLC an, dass sie das neueste VLS haben. Falls Sie eine alte Version benutzen, aktivieren Sie dies."
-
-#: modules/demux/demuxstream.c:126
-#: modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr "Fehlerhaftes PSI"
-
-#: modules/demux/demuxstream.c:128
-#: modules/demux/mpeg/ts.c:128
-msgid "If you have a stream whose PSI packets do not feature incremented continuity counters, select this option."
-msgstr "Wenn Sie einen Stream, dessen PSI-Pakete keine sich erhöhenden Zähler (feature incremented continuity counters) enthalten, wählen Sie diese Option."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "Ausgabe-MRL"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "ISO 13818-1 MPEG Transport Stream Demux-Stream"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "ISO 13818-1 MPEG Transport Stream Demux-Stream (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "Raw-DTS Demuxer"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "Cachewert in ms"
-
-#: modules/demux/dvdnav.c:44
-msgid "Allows you to modify the default caching value for DVDnav streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für DVDnav-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr "DVDnav Input"
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr "DVDnav Input (Demux)"
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr "FLAC Demuxer"
 
-#: modules/demux/livedotcom.cpp:55
-msgid "Allows you to modify the default caching value for RTSP streams. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den Standard-Cachewert für RTSP-Streams zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/demux/livedotcom.cpp:63
+msgid ""
+"Allows you to modify the default caching value for RTSP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den Standard-Cachewert für RTSP-Streams zu ändern. Dieser Wert "
+"sollte in Millisekunden sein."
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr "live.com (RTSP/RTP/SDP)-Demuxer"
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
-msgstr "RTSP/RTP Describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
+msgstr ""
 
-#: modules/demux/livedotcom.cpp:71
-#: modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr "RTP über RTSP (TCP) benutzen"
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr "Wiedergabelisten-Metademux"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Frames pro Sekunde"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "MPEG-4 Videodemuxer"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr "Matroskastream Demuxer"
 
-#: modules/demux/mkv.cpp:96
-#: modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr "Auf Prozent, nicht Zeit basiert, suchen"
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Segmentsdateiname"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Muxing-Programm"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Schreibprogramm"
 
@@ -5639,7 +6691,7 @@ msgstr "H264 Videodemuxer"
 msgid "MPEG-4 video demuxer"
 msgstr "MPEG-4 Videodemuxer"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "MPEG I/II - Audiodemuxer"
 
@@ -5647,34 +6699,6 @@ msgstr "MPEG I/II - Audiodemuxer"
 msgid "MPEG-I/II video demuxer"
 msgstr "MPEG I/II - Videodemuxer"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "ISO 13818-1 MPEG Program Stream Input"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "Allgemeines ISO 13818-1 MPEG Demultiplexing"
-
-#: modules/demux/mpeg/system.c:988
-#: modules/demux/mpeg/system.c:990
-#, c-format
-msgid "SVCD Subtitle %i"
-msgstr "SVCD-Untertitel %i"
-
-#: modules/demux/mpeg/system.c:1003
-#: modules/demux/mpeg/system.c:1005
-#, c-format
-msgid "CVD Subtitle %i"
-msgstr "CVD-Untertitel %i"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "ISO 13818-1 MPEG Transport Stream Input"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "ISO 13818-1 MPEG Transport Stream Input (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr "NullSoft Demuxer"
@@ -5691,7 +6715,7 @@ msgstr "Alte Wiedergabeliste 
 msgid "M3U playlist import"
 msgstr "M3U-Wiedergabelistenimport"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr "PLS-Wiedergabelistenimport"
 
@@ -5711,15 +6735,66 @@ msgstr "raw DV Demuxer"
 msgid "Real demuxer"
 msgstr "Real-Demuxer"
 
-#: modules/demux/sgimb.c:70
-msgid "Kasenna MediaBase metademux"
-msgstr "Kasenna-MediaBase-Metademux"
+#: modules/demux/sgimb.c:70
+msgid "Kasenna MediaBase metademux"
+msgstr "Kasenna-MediaBase-Metademux"
+
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr "Textuntertitel-Demuxer"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Frames pro Sekunde"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Stream stoppen"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+#, fuzzy
+msgid "CSA ck"
+msgstr "CSA-Schlüssel"
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Auswahl aufheben"
 
-#: modules/demux/ts.c:67
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "Neuer ISO 13818-1 MPEG Transport Stream - Input"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "Einfache ID3-Tag Anzeige"
 
@@ -5735,10 +6810,6 @@ msgstr "Klassischer Rock"
 msgid "Country"
 msgstr "Country"
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr "Dance"
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr "Disco"
@@ -5775,10 +6846,6 @@ msgstr "Oldies"
 msgid "Other"
 msgstr "Anderes"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr "Pop"
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr "R&B"
@@ -5787,18 +6854,6 @@ msgstr "R&B"
 msgid "Rap"
 msgstr "Rap"
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr "Reggae"
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr "Rock"
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr "Techno"
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr "Industrial"
@@ -5807,10 +6862,6 @@ msgstr "Industrial"
 msgid "Alternative"
 msgstr "Alternative"
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr "Ska"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr "Death Metal"
@@ -5851,10 +6902,6 @@ msgstr "Fusion"
 msgid "Trance"
 msgstr "Trance"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr "Klassisches"
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr "Instrumental"
@@ -6047,20 +7094,6 @@ msgstr "Hard Rock"
 msgid "ID3 tag parser using libid3tag"
 msgstr "ID3-Tag-Parser mit libid3tag-Benutzung"
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr "Textuntertitel-Demuxer"
-
-#: modules/demux/util/sub.c:77
-#: modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Frames pro Sekunde"
-
-#: modules/demux/util/sub.c:80
-#: modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Untertitel verzögern (in 1/10s)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr "WAV Demuxer"
@@ -6086,143 +7119,133 @@ msgid "Open files from all sub-folders as well?"
 msgstr "Dateien auch aus allen Unterverzeichnissen öffnen?"
 
 #: modules/gui/beos/InterfaceWindow.cpp:159
-#: modules/gui/gtk/gtk_interface.c:2412
-#: modules/gui/gtk/gtk_interface.c:2657
-#: modules/gui/gtk/gtk_interface.c:2888
-#: modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620
-#: modules/gui/macosx/open.m:139
-#: modules/gui/macosx/playlistinfo.m:65
-#: modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205
-#: modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282
-#: modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
+#: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
+#: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Abbrechen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159
-#: modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522
-#: modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673
-#: modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Öffnen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307
-#: modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Einstellungen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
-#: modules/gui/gtk/gnome_interface.c:2704
-#: modules/gui/gtk/gtk_interface.c:2959
-#: modules/gui/kde/info.cpp:32
-#: modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521
-#: modules/gui/macosx/intf.m:605
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
+#: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
+#: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Meldungen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191
-#: modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626
-#: modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378
-#: modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Datei"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Datei öffnen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89
-#: modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Volume öffnen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Untertitel öffnen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
-#: modules/gui/gtk/gtk_interface.c:1580
-#: modules/gui/pda/pda_interface.c:300
-#: modules/gui/pda/pda_interface.c:301
-#: modules/gui/pda/pda_interface.c:1363
+#: modules/gui/beos/InterfaceWindow.cpp:253
+#: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
+#: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Über"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255
-#: modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Untertitel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Vorheriger Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Nächster Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr "Gehe zu Menü"
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Gehe zu Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Gehe zu Kapitel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Geschwindigkeit"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302
-#: modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Fenster"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
-#: modules/gui/gtk/gtk_interface.c:1661
-#: modules/gui/gtk/gtk_interface.c:2405
-#: modules/gui/gtk/gtk_interface.c:2650
-#: modules/gui/gtk/gtk_interface.c:2881
-#: modules/gui/gtk/gtk_interface.c:2988
-#: modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608
-#: modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179
-#: modules/gui/macosx/output.m:128
+#: modules/gui/beos/InterfaceWindow.cpp:384
+#: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
+#: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
+#: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
 #: modules/gui/macosx/playlistinfo.m:64
-#: modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279
-#: modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr "VLC media player: Mediendateien öffnen"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr "VLC media player: Untertiteldatei öffnen"
 
@@ -6230,79 +7253,75 @@ msgstr "VLC media player: Untertiteldatei 
 msgid "Drop files to play"
 msgstr "Dateien zur Wiedergabe hierher ziehen"
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr "Wiedergabeliste"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Schließen"
 
-#: modules/gui/beos/PlayListWindow.cpp:98
-#: modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Bearbeiten"
 
-#: modules/gui/beos/PlayListWindow.cpp:100
-#: modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Alles auswählen"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr "Auswahl aufheben"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr "Umgekehrt sortieren"
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr "Nach Namen sortieren"
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr "Nach Pfad sortieren"
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Zufällig"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr "Entfernen"
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr "Alle entfernen"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "Ansicht"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr "Pfad"
 
-#: modules/gui/beos/PlayListWindow.cpp:144
-#: modules/gui/gtk/preferences.c:327
-#: modules/gui/kde/pluginsbox.cpp:45
-#: modules/gui/macosx/playlist.m:180
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Name"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228
-#: modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948
-#: modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Module"
@@ -6313,12 +7332,9 @@ msgid "Apply"
 msgstr "Übernehmen"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
-#: modules/gui/gtk/preferences.c:599
-#: modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431
-#: modules/gui/macosx/playlist.m:326
-#: modules/gui/macosx/prefs.m:79
-#: modules/gui/wxwindows/preferences.cpp:198
+#: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Sichern"
 
@@ -6358,17 +7374,11 @@ msgstr "Im Vordergrund bleiben"
 msgid "Take Screen Shot"
 msgstr "Bildschirmfoto machen"
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<unbekannt>"
-
-#: modules/gui/gtk/gnome.c:55
-#: modules/gui/gtk/gtk.c:57
+#: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr "Hilfetexte anzeigen"
 
-#: modules/gui/gtk/gnome.c:56
-#: modules/gui/gtk/gtk.c:58
+#: modules/gui/gtk/gnome.c:56 modules/gui/gtk/gtk.c:58
 msgid "Show tooltips for configuration options."
 msgstr "Hilfetexte für Konfigurationsoptionen anzeigen"
 
@@ -6380,47 +7390,52 @@ msgstr "Texte auf den Kn
 msgid "Show the text below icons on the toolbar."
 msgstr "Texte unter den Symbolen in der Bedienungsleiste anzeigen"
 
-#: modules/gui/gtk/gnome.c:61
-#: modules/gui/gtk/gtk.c:60
+#: modules/gui/gtk/gnome.c:61 modules/gui/gtk/gtk.c:60
 msgid "Maximum height for the configuration windows"
 msgstr "Maximale Höhe für die Konfigurationsfenster"
 
-#: modules/gui/gtk/gnome.c:63
-#: modules/gui/gtk/gtk.c:62
-msgid "You can set the maximum height that the configuration windows in the preferences menu will occupy."
-msgstr "Sie können die maximale Höhe festlegen, die die Konfigurationsfenster im Einstellungsmenu einnehmen werden."
+#: modules/gui/gtk/gnome.c:63 modules/gui/gtk/gtk.c:62
+msgid ""
+"You can set the maximum height that the configuration windows in the "
+"preferences menu will occupy."
+msgstr ""
+"Sie können die maximale Höhe festlegen, die die Konfigurationsfenster im "
+"Einstellungsmenu einnehmen werden."
+
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr "Standard-Interface-Suchpfad"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Diese Option erlaubt Ihnen den standardmäßigen Pfad festzulegen, den das "
+"Interface aufruft, wenn nach einer Datei gesucht wird."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr "GNOME Interface"
 
-#: modules/gui/gtk/gnome_interface.c:19
-#: modules/gui/gtk/gnome_interface.c:985
-#: modules/gui/gtk/gtk_interface.c:165
-#: modules/gui/gtk/gtk_interface.c:1391
+#: modules/gui/gtk/gnome_interface.c:19 modules/gui/gtk/gnome_interface.c:985
+#: modules/gui/gtk/gtk_interface.c:165 modules/gui/gtk/gtk_interface.c:1391
 msgid "_Open File..."
 msgstr "Datei _öffnen..."
 
-#: modules/gui/gtk/gnome_interface.c:20
-#: modules/gui/gtk/gnome_interface.c:504
-#: modules/gui/gtk/gnome_interface.c:986
-#: modules/gui/gtk/gtk_interface.c:173
-#: modules/gui/gtk/gtk_interface.c:619
-#: modules/gui/gtk/gtk_interface.c:1399
+#: modules/gui/gtk/gnome_interface.c:20 modules/gui/gtk/gnome_interface.c:504
+#: modules/gui/gtk/gnome_interface.c:986 modules/gui/gtk/gtk_interface.c:173
+#: modules/gui/gtk/gtk_interface.c:619 modules/gui/gtk/gtk_interface.c:1399
 msgid "Open a file"
 msgstr "Eine Datei öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:26
-#: modules/gui/gtk/gnome_interface.c:992
-#: modules/gui/gtk/gtk_interface.c:180
-#: modules/gui/gtk/gtk_interface.c:1403
+#: modules/gui/gtk/gnome_interface.c:26 modules/gui/gtk/gnome_interface.c:992
+#: modules/gui/gtk/gtk_interface.c:180 modules/gui/gtk/gtk_interface.c:1403
 msgid "Open _Disc..."
 msgstr "_Volume laden..."
 
-#: modules/gui/gtk/gnome_interface.c:27
-#: modules/gui/gtk/gnome_interface.c:993
-#: modules/gui/gtk/gtk_interface.c:188
-#: modules/gui/gtk/gtk_interface.c:1411
+#: modules/gui/gtk/gnome_interface.c:27 modules/gui/gtk/gnome_interface.c:993
+#: modules/gui/gtk/gtk_interface.c:188 modules/gui/gtk/gtk_interface.c:1411
 msgid "Open Disc Media"
 msgstr "Volume öffnen"
 
@@ -6428,43 +7443,34 @@ msgstr "Volume 
 msgid "_Network stream..."
 msgstr "_Netzwerkstream..."
 
-#: modules/gui/gtk/gnome_interface.c:34
-#: modules/gui/gtk/gnome_interface.c:528
-#: modules/gui/gtk/gnome_interface.c:1000
-#: modules/gui/gtk/gtk_interface.c:203
-#: modules/gui/gtk/gtk_interface.c:641
-#: modules/gui/gtk/gtk_interface.c:1423
+#: modules/gui/gtk/gnome_interface.c:34 modules/gui/gtk/gnome_interface.c:528
+#: modules/gui/gtk/gnome_interface.c:1000 modules/gui/gtk/gtk_interface.c:203
+#: modules/gui/gtk/gtk_interface.c:641 modules/gui/gtk/gtk_interface.c:1423
 msgid "Select a network stream"
 msgstr "Einen Netzwerkstream auswählen"
 
-#: modules/gui/gtk/gnome_interface.c:41
-#: modules/gui/gtk/gtk_interface.c:218
+#: modules/gui/gtk/gnome_interface.c:41 modules/gui/gtk/gtk_interface.c:218
 msgid "_Eject Disc"
 msgstr "Volume _auswerfen"
 
-#: modules/gui/gtk/gnome_interface.c:42
-#: modules/gui/gtk/gnome_interface.c:579
+#: modules/gui/gtk/gnome_interface.c:42 modules/gui/gtk/gnome_interface.c:579
 #: modules/gui/gtk/gtk_interface.c:226
 msgid "Eject disc"
 msgstr "Volume auswerfen"
 
-#: modules/gui/gtk/gnome_interface.c:56
-#: modules/gui/gtk/gtk_interface.c:286
+#: modules/gui/gtk/gnome_interface.c:56 modules/gui/gtk/gtk_interface.c:286
 msgid "_Hide interface"
 msgstr "Interface aus_blenden"
 
-#: modules/gui/gtk/gnome_interface.c:64
-#: modules/gui/gtk/gtk_interface.c:306
+#: modules/gui/gtk/gnome_interface.c:64 modules/gui/gtk/gtk_interface.c:306
 msgid "Progr_am"
 msgstr "Progr_amm"
 
-#: modules/gui/gtk/gnome_interface.c:65
-#: modules/gui/gtk/gtk_interface.c:315
+#: modules/gui/gtk/gnome_interface.c:65 modules/gui/gtk/gtk_interface.c:315
 msgid "Choose the program"
 msgstr "Das Programm wählen"
 
-#: modules/gui/gtk/gnome_interface.c:71
-#: modules/gui/gtk/gtk_interface.c:319
+#: modules/gui/gtk/gnome_interface.c:71 modules/gui/gtk/gtk_interface.c:319
 msgid "_Title"
 msgstr "_Titel"
 
@@ -6472,8 +7478,7 @@ msgstr "_Titel"
 msgid "Choose title"
 msgstr "Titel wählen"
 
-#: modules/gui/gtk/gnome_interface.c:78
-#: modules/gui/gtk/gtk_interface.c:332
+#: modules/gui/gtk/gnome_interface.c:78 modules/gui/gtk/gtk_interface.c:332
 msgid "_Chapter"
 msgstr "_Kapitel"
 
@@ -6481,114 +7486,83 @@ msgstr "_Kapitel"
 msgid "Choose chapter"
 msgstr "Kapitel wählen"
 
-#: modules/gui/gtk/gnome_interface.c:86
-#: modules/gui/gtk/gtk_interface.c:352
+#: modules/gui/gtk/gnome_interface.c:86 modules/gui/gtk/gtk_interface.c:352
 msgid "_Playlist..."
 msgstr "_Wiedergabeliste..."
 
-#: modules/gui/gtk/gnome_interface.c:87
-#: modules/gui/gtk/gtk_interface.c:360
+#: modules/gui/gtk/gnome_interface.c:87 modules/gui/gtk/gtk_interface.c:360
 msgid "Open the playlist window"
 msgstr "Das Wiedergabelistenfenster öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:93
-#: modules/gui/gtk/gtk_interface.c:364
+#: modules/gui/gtk/gnome_interface.c:93 modules/gui/gtk/gtk_interface.c:364
 msgid "_Modules..."
 msgstr "_Module..."
 
-#: modules/gui/gtk/gnome_interface.c:94
-#: modules/gui/gtk/gtk_interface.c:373
+#: modules/gui/gtk/gnome_interface.c:94 modules/gui/gtk/gtk_interface.c:373
 msgid "Open the module manager"
 msgstr "Den Modulmanager öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:100
-#: modules/gui/gtk/gtk_interface.c:375
+#: modules/gui/gtk/gnome_interface.c:100 modules/gui/gtk/gtk_interface.c:375
 #: modules/gui/kde/interface.cpp:133
 msgid "Messages..."
 msgstr "Meldungen..."
 
-#: modules/gui/gtk/gnome_interface.c:101
-#: modules/gui/gtk/gtk_interface.c:381
+#: modules/gui/gtk/gnome_interface.c:101 modules/gui/gtk/gtk_interface.c:381
 msgid "Open the messages window"
 msgstr "Das Meldungsfenster öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:118
-#: modules/gui/gtk/gnome_interface.c:901
-#: modules/gui/gtk/gtk_interface.c:433
-#: modules/gui/gtk/gtk_interface.c:1235
+#: modules/gui/gtk/gnome_interface.c:118 modules/gui/gtk/gnome_interface.c:901
+#: modules/gui/gtk/gtk_interface.c:433 modules/gui/gtk/gtk_interface.c:1235
 msgid "_Language"
 msgstr "_Sprache"
 
-#: modules/gui/gtk/gnome_interface.c:119
-#: modules/gui/gtk/gnome_interface.c:902
+#: modules/gui/gtk/gnome_interface.c:119 modules/gui/gtk/gnome_interface.c:902
 #: modules/gui/gtk/gtk_interface.c:442
 msgid "Select audio channel"
 msgstr "Audiokanal festlegen"
 
-#: modules/gui/gtk/gnome_interface.c:126
-#: modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253
-#: modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Lauter"
 
-#: modules/gui/gtk/gnome_interface.c:133
-#: modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260
-#: modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Leiser"
 
-#: modules/gui/gtk/gnome_interface.c:155
-#: modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488
-#: modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "Device"
-
-#: modules/gui/gtk/gnome_interface.c:167
-#: modules/gui/gtk/gnome_interface.c:950
-#: modules/gui/gtk/gtk_interface.c:515
-#: modules/gui/gtk/gtk_interface.c:1312
+#: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
+#: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
 msgstr "_Untertitel"
 
-#: modules/gui/gtk/gnome_interface.c:168
-#: modules/gui/gtk/gnome_interface.c:951
+#: modules/gui/gtk/gnome_interface.c:168 modules/gui/gtk/gnome_interface.c:951
 #: modules/gui/gtk/gtk_interface.c:524
 msgid "Select subtitles channel"
 msgstr "Untertitelkanal auswählen"
 
-#: modules/gui/gtk/gnome_interface.c:175
-#: modules/gui/gtk/gnome_interface.c:958
-#: modules/gui/gtk/gtk_interface.c:536
-#: modules/gui/gtk/gtk_interface.c:1332
+#: modules/gui/gtk/gnome_interface.c:175 modules/gui/gtk/gnome_interface.c:958
+#: modules/gui/gtk/gtk_interface.c:536 modules/gui/gtk/gtk_interface.c:1332
 msgid "_Fullscreen"
 msgstr "Voll_bildmodus"
 
-#: modules/gui/gtk/gnome_interface.c:190
-#: modules/gui/gtk/gnome_interface.c:973
-#: modules/gui/gtk/gtk_interface.c:560
-#: modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
+#: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Bildschirm"
 
-#: modules/gui/gtk/gnome_interface.c:211
-#: modules/gui/gtk/gtk_interface.c:415
+#: modules/gui/gtk/gnome_interface.c:211 modules/gui/gtk/gtk_interface.c:415
 msgid "_Audio"
 msgstr "_Audio"
 
-#: modules/gui/gtk/gnome_interface.c:218
-#: modules/gui/gtk/gtk_interface.c:497
+#: modules/gui/gtk/gnome_interface.c:218 modules/gui/gtk/gtk_interface.c:497
 msgid "_Video"
 msgstr "_Video"
 
-#: modules/gui/gtk/gnome_interface.c:274
-#: modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595
-#: modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212
+#: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
 #: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "VLC media player"
@@ -6597,13 +7571,11 @@ msgstr "VLC media player"
 msgid "Open disc"
 msgstr "Volume öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:527
-#: modules/gui/gtk/gtk_interface.c:640
+#: modules/gui/gtk/gnome_interface.c:527 modules/gui/gtk/gtk_interface.c:640
 msgid "Net"
 msgstr "Netz"
 
-#: modules/gui/gtk/gnome_interface.c:539
-#: modules/gui/gtk/gtk_interface.c:651
+#: modules/gui/gtk/gnome_interface.c:539 modules/gui/gtk/gtk_interface.c:651
 msgid "Sat"
 msgstr "Satellit"
 
@@ -6612,8 +7584,7 @@ msgid "Open a satellite card"
 msgstr "Eine Satellitenkarte öffnen"
 
 #: modules/gui/gtk/gnome_interface.c:553
-#: modules/gui/gtk/gnome_interface.c:1034
-#: modules/gui/gtk/gtk_interface.c:664
+#: modules/gui/gtk/gnome_interface.c:1034 modules/gui/gtk/gtk_interface.c:664
 #: modules/gui/gtk/gtk_interface.c:1134
 msgid "Back"
 msgstr "Zurück"
@@ -6626,8 +7597,7 @@ msgstr "Zur
 msgid "Stop stream"
 msgstr "Stream stoppen"
 
-#: modules/gui/gtk/gnome_interface.c:578
-#: modules/gui/gtk/gtk_interface.c:687
+#: modules/gui/gtk/gnome_interface.c:578 modules/gui/gtk/gtk_interface.c:687
 msgid "Eject"
 msgstr "Auswerfen"
 
@@ -6640,43 +7610,37 @@ msgid "Pause stream"
 msgstr "Stream anhalten"
 
 #: modules/gui/gtk/gnome_interface.c:617
-#: modules/gui/gtk/gnome_interface.c:1041
-#: modules/gui/gtk/gtk_interface.c:723
-#: modules/gui/gtk/gtk_interface.c:1142
-#: modules/gui/kde/interface.cpp:160
+#: modules/gui/gtk/gnome_interface.c:1041 modules/gui/gtk/gtk_interface.c:723
+#: modules/gui/gtk/gtk_interface.c:1142 modules/gui/kde/interface.cpp:160
 msgid "Slow"
 msgstr "Langsam"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Langsamer abspielen"
 
 #: modules/gui/gtk/gnome_interface.c:630
-#: modules/gui/gtk/gnome_interface.c:1048
-#: modules/gui/gtk/gtk_interface.c:735
-#: modules/gui/gtk/gtk_interface.c:1150
-#: modules/gui/kde/interface.cpp:161
+#: modules/gui/gtk/gnome_interface.c:1048 modules/gui/gtk/gtk_interface.c:735
+#: modules/gui/gtk/gtk_interface.c:1150 modules/gui/kde/interface.cpp:161
 msgid "Fast"
 msgstr "Schnell"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Schneller abspielen"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Wiedergabeliste öffnen"
 
 #: modules/gui/gtk/gnome_interface.c:655
-#: modules/gui/gtk/gnome_interface.c:1063
-#: modules/gui/gtk/gtk_interface.c:758
-#: modules/gui/gtk/gtk_interface.c:844
-#: modules/gui/gtk/gtk_interface.c:888
-#: modules/gui/gtk/gtk_interface.c:1173
-#: modules/gui/kde/interface.cpp:129
+#: modules/gui/gtk/gnome_interface.c:1063 modules/gui/gtk/gtk_interface.c:758
+#: modules/gui/gtk/gtk_interface.c:844 modules/gui/gtk/gtk_interface.c:888
+#: modules/gui/gtk/gtk_interface.c:1173 modules/gui/kde/interface.cpp:129
 #: modules/gui/kde/interface.cpp:162
 msgid "Prev"
 msgstr "Vorher"
@@ -6689,8 +7653,7 @@ msgstr "Vorherige Datei"
 msgid "Next file"
 msgstr "Nächste Datei"
 
-#: modules/gui/gtk/gnome_interface.c:732
-#: modules/gui/gtk/gtk_interface.c:830
+#: modules/gui/gtk/gnome_interface.c:732 modules/gui/gtk/gtk_interface.c:830
 msgid "Title:"
 msgstr "Titel:"
 
@@ -6698,8 +7661,7 @@ msgstr "Titel:"
 msgid "Select previous title"
 msgstr "Vorherigen Titel auswählen"
 
-#: modules/gui/gtk/gnome_interface.c:775
-#: modules/gui/gtk/gtk_interface.c:874
+#: modules/gui/gtk/gnome_interface.c:775 modules/gui/gtk/gtk_interface.c:874
 msgid "Chapter:"
 msgstr "Kapitel:"
 
@@ -6711,8 +7673,7 @@ msgstr "Vorheriges Kapitel ausw
 msgid "Select next chapter"
 msgstr "Nächstes Kapitel auswählen"
 
-#: modules/gui/gtk/gnome_interface.c:811
-#: modules/gui/gtk/gtk_interface.c:911
+#: modules/gui/gtk/gnome_interface.c:811 modules/gui/gtk/gtk_interface.c:911
 msgid "No server"
 msgstr "Kein Server"
 
@@ -6720,14 +7681,12 @@ msgstr "Kein Server"
 msgid "Toggle fullscreen mode"
 msgstr "Vollbildmodus wechseln"
 
-#: modules/gui/gtk/gnome_interface.c:999
-#: modules/gui/gtk/gtk_interface.c:195
+#: modules/gui/gtk/gnome_interface.c:999 modules/gui/gtk/gtk_interface.c:195
 #: modules/gui/gtk/gtk_interface.c:1415
 msgid "_Network Stream..."
 msgstr "_Netzwerkstream..."
 
-#: modules/gui/gtk/gnome_interface.c:1070
-#: modules/gui/gtk/gtk_interface.c:1182
+#: modules/gui/gtk/gnome_interface.c:1070 modules/gui/gtk/gtk_interface.c:1182
 msgid "_Jump..."
 msgstr "_Springen..."
 
@@ -6739,8 +7698,7 @@ msgstr "Direkt zum angegebenen Punkt springen"
 msgid "Switch program"
 msgstr "Programm wechseln"
 
-#: modules/gui/gtk/gnome_interface.c:1085
-#: modules/gui/gtk/gtk_interface.c:1209
+#: modules/gui/gtk/gnome_interface.c:1085 modules/gui/gtk/gtk_interface.c:1209
 msgid "_Navigation"
 msgstr "_Navigation"
 
@@ -6748,195 +7706,151 @@ msgstr "_Navigation"
 msgid "Navigate through titles and chapters"
 msgstr "Durch Titel und Kapitel navigieren"
 
-#: modules/gui/gtk/gnome_interface.c:1108
-#: modules/gui/gtk/gtk_interface.c:1446
+#: modules/gui/gtk/gnome_interface.c:1108 modules/gui/gtk/gtk_interface.c:1446
 msgid "Toggle _Interface"
 msgstr "Interface umschalten"
 
-#: modules/gui/gtk/gnome_interface.c:1115
-#: modules/gui/gtk/gtk_interface.c:1455
+#: modules/gui/gtk/gnome_interface.c:1115 modules/gui/gtk/gtk_interface.c:1455
 msgid "Playlist..."
 msgstr "Wiedergabeliste..."
 
-#: modules/gui/gtk/gnome_interface.c:1361
-#: modules/gui/gtk/gtk_interface.c:1603
-#: modules/gui/kde/kde.cpp:110
-#: modules/gui/pda/pda_interface.c:1350
+#: modules/gui/gtk/gnome_interface.c:1361 modules/gui/gtk/gtk_interface.c:1603
+#: modules/gui/kde/kde.cpp:110 modules/gui/pda/pda_interface.c:1350
 msgid "(c) 1996-2004 the VideoLAN team"
 msgstr "(c) 1996-2004 das VideoLAN Team"
 
-#: modules/gui/gtk/gnome_interface.c:1363
-#: modules/gui/gtk/gtk_interface.c:1646
+#: modules/gui/gtk/gnome_interface.c:1363 modules/gui/gtk/gtk_interface.c:1646
 #: modules/gui/kde/kde.cpp:107
-msgid "This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."
-msgstr "Dies ist der VLC media player, ein DVD, MPEG und DivX-Player. Er kann MPEG und MPEG2-Dateien aus einer Datei oder einer Netzwerkquelle wiedergeben."
+msgid ""
+"This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG "
+"and MPEG2 files from a file or from a network source."
+msgstr ""
+"Dies ist der VLC media player, ein DVD, MPEG und DivX-Player. Er kann MPEG "
+"und MPEG2-Dateien aus einer Datei oder einer Netzwerkquelle wiedergeben."
 
 #: modules/gui/gtk/gnome_interface.c:1460
 msgid "Open Stream"
 msgstr "Stream öffnen"
 
-#: modules/gui/gtk/gnome_interface.c:1499
-#: modules/gui/gtk/gtk_interface.c:1814
+#: modules/gui/gtk/gnome_interface.c:1499 modules/gui/gtk/gtk_interface.c:1814
 msgid "Open Target:"
 msgstr "Ziel öffnen:"
 
-#: modules/gui/gtk/gnome_interface.c:1519
-#: modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
-msgid "Alternatively, you can build an MRL using one of the following predefined targets:"
-msgstr "Sonst können Sie eine MRL mit einem dieser vordefinierten Ziele erzeugen:"
+#: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
+#: modules/gui/wxwindows/open.cpp:400
+msgid ""
+"Alternatively, you can build an MRL using one of the following predefined "
+"targets:"
+msgstr ""
+"Sonst können Sie eine MRL mit einem dieser vordefinierten Ziele erzeugen:"
 
 #: modules/gui/gtk/gnome_interface.c:1563
-#: modules/gui/gtk/gnome_interface.c:2007
-#: modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324
-#: modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151
-#: modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135
-#: modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588
-#: modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Durchsuchen..."
 
-#: modules/gui/gtk/gnome_interface.c:1587
-#: modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Volumetyp"
 
-#: modules/gui/gtk/gnome_interface.c:1606
-#: modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155
-#: modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
-#: modules/gui/gtk/gnome_interface.c:1614
-#: modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156
-#: modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467
-#: modules/gui/wxwindows/open.cpp:613
+#: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
-#: modules/gui/gtk/gnome_interface.c:1622
-#: modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157
-#: modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475
-#: modules/gui/wxwindows/open.cpp:614
+#: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "Audio CD"
 
-#: modules/gui/gtk/gnome_interface.c:1630
-#: modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148
-#: modules/gui/wxwindows/open.cpp:625
+#: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Devicename"
 
-#: modules/gui/gtk/gnome_interface.c:1669
-#: modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "DVD-Menüs benutzen"
 
-#: modules/gui/gtk/gnome_interface.c:1726
-#: modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165
-#: modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592
-#: modules/gui/wxwindows/open.cpp:662
+#: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "UDP/RTP Multicast"
 
 #: modules/gui/gtk/gnome_interface.c:1746
 #: modules/gui/gtk/gnome_interface.c:1795
-#: modules/gui/gtk/gnome_interface.c:2924
-#: modules/gui/gtk/gtk_interface.c:2061
-#: modules/gui/gtk/gtk_interface.c:2110
-#: modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159
-#: modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137
-#: modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710
-#: modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
+#: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Port"
 
-#: modules/gui/gtk/gnome_interface.c:1756
-#: modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160
-#: modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702
-#: modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adresse"
 
 #: modules/gui/gtk/gnome_interface.c:1839
-#: modules/gui/gtk/gnome_interface.c:2293
-#: modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752
-#: modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267
-#: modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Netzwerk"
 
-#: modules/gui/gtk/gnome_interface.c:1856
-#: modules/gui/gtk/gtk_interface.c:2171
+#: modules/gui/gtk/gnome_interface.c:1856 modules/gui/gtk/gtk_interface.c:2171
 msgid "Symbol Rate"
 msgstr "Daten-/Symbolrate"
 
-#: modules/gui/gtk/gnome_interface.c:1866
-#: modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Frequenz"
-
-#: modules/gui/gtk/gnome_interface.c:1876
-#: modules/gui/gtk/gtk_interface.c:2191
+#: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarisierung"
 
-#: modules/gui/gtk/gnome_interface.c:1896
-#: modules/gui/gtk/gtk_interface.c:2211
+#: modules/gui/gtk/gnome_interface.c:1896 modules/gui/gtk/gtk_interface.c:2211
 msgid "FEC"
 msgstr "FEC"
 
-#: modules/gui/gtk/gnome_interface.c:1915
-#: modules/gui/gtk/gtk_interface.c:2230
+#: modules/gui/gtk/gnome_interface.c:1915 modules/gui/gtk/gtk_interface.c:2230
 msgid "Vertical"
 msgstr "Vertikal"
 
-#: modules/gui/gtk/gnome_interface.c:1923
-#: modules/gui/gtk/gtk_interface.c:2238
+#: modules/gui/gtk/gnome_interface.c:1923 modules/gui/gtk/gtk_interface.c:2238
 msgid "Horizontal"
 msgstr "Horizontal"
 
-#: modules/gui/gtk/gnome_interface.c:1965
-#: modules/gui/gtk/gtk_interface.c:2280
+#: modules/gui/gtk/gnome_interface.c:1965 modules/gui/gtk/gtk_interface.c:2280
 msgid "Satellite"
 msgstr "Satellit"
 
-#: modules/gui/gtk/gnome_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "Verzögerung"
 
-#: modules/gui/gtk/gnome_interface.c:2029
-#: modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr "fps"
 
@@ -6944,21 +7858,21 @@ msgstr "fps"
 msgid "stream output"
 msgstr "Streamausgabe"
 
-#: modules/gui/gtk/gnome_interface.c:2058
-#: modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172
-#: modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415
-#: modules/gui/wxwindows/open.cpp:580
+#: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Einstellungen..."
 
 #: modules/gui/gtk/gnome_interface.c:2236
-msgid "Sorry, the module manager isn't functional yet. Please retry in a later version."
-msgstr "Sorry, der Modulemanager ist noch nicht funktionsfähig. Bitte probieren Sie es in einer neueren Version nochmals."
+msgid ""
+"Sorry, the module manager isn't functional yet. Please retry in a later "
+"version."
+msgstr ""
+"Sorry, der Modulemanager ist noch nicht funktionsfähig. Bitte probieren Sie "
+"es in einer neueren Version nochmals."
 
-#: modules/gui/gtk/gnome_interface.c:2312
-#: modules/gui/gtk/gtk_interface.c:2780
+#: modules/gui/gtk/gnome_interface.c:2312 modules/gui/gtk/gtk_interface.c:2780
 msgid "All"
 msgstr "Alle"
 
@@ -6974,30 +7888,24 @@ msgstr "Beschneiden"
 msgid "Invert"
 msgstr "Invertieren"
 
-#: modules/gui/gtk/gnome_interface.c:2345
-#: modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48
-#: modules/gui/macosx/prefs.m:234
+#: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Auswählen"
 
-#: modules/gui/gtk/gnome_interface.c:2357
-#: modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Hinzufügen"
 
-#: modules/gui/gtk/gnome_interface.c:2364
-#: modules/gui/gtk/gtk_interface.c:2766
-#: modules/gui/macosx/playlist.m:173
-#: modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
+#: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Löschen"
 
-#: modules/gui/gtk/gnome_interface.c:2371
-#: modules/gui/gtk/gtk_interface.c:2794
+#: modules/gui/gtk/gnome_interface.c:2371 modules/gui/gtk/gtk_interface.c:2794
 msgid "Selection"
 msgstr "Auswahl"
 
@@ -7009,54 +7917,46 @@ msgstr "Springe zu:"
 msgid "stream output (MRL)"
 msgstr "Streamausgabe (MRL)"
 
-#: modules/gui/gtk/gnome_interface.c:2823
-#: modules/gui/gtk/gtk_interface.c:3078
+#: modules/gui/gtk/gnome_interface.c:2823 modules/gui/gtk/gtk_interface.c:3078
 msgid "Destination Target: "
 msgstr "Ziel: "
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RTP"
 
-#: modules/gui/gtk/gnome_interface.c:2889
-#: modules/gui/gtk/gtk_interface.c:3144
+#: modules/gui/gtk/gnome_interface.c:2889 modules/gui/gtk/gtk_interface.c:3144
 msgid "Path:"
 msgstr "Pfad:"
 
-#: modules/gui/gtk/gnome_interface.c:2899
-#: modules/gui/gtk/gtk_interface.c:3169
+#: modules/gui/gtk/gnome_interface.c:2899 modules/gui/gtk/gtk_interface.c:3169
 #: modules/gui/pda/pda_interface.c:432
 msgid "Address:"
 msgstr "Adresse:"
 
-#: modules/gui/gtk/gnome_interface.c:2968
-#: modules/gui/gtk/gtk_interface.c:3213
+#: modules/gui/gtk/gnome_interface.c:2968 modules/gui/gtk/gtk_interface.c:3213
 #: modules/gui/pda/pda_interface.c:1052
 msgid "TS"
 msgstr "TS"
 
-#: modules/gui/gtk/gnome_interface.c:2976
-#: modules/gui/gtk/gtk_interface.c:3221
+#: modules/gui/gtk/gnome_interface.c:2976 modules/gui/gtk/gtk_interface.c:3221
 #: modules/gui/pda/pda_interface.c:1051
 msgid "PS"
 msgstr "PS"
 
-#: modules/gui/gtk/gnome_interface.c:2984
-#: modules/gui/gtk/gtk_interface.c:3229
+#: modules/gui/gtk/gnome_interface.c:2984 modules/gui/gtk/gtk_interface.c:3229
 #: modules/gui/pda/pda_interface.c:1054
 msgid "AVI"
 msgstr "AVI"
 
-#: modules/gui/gtk/gnome_support.c:100
-#: modules/gui/gtk/gnome_support.c:138
-#: modules/gui/gtk/gtk_support.c:121
-#: modules/gui/pda/pda_support.c:90
+#: modules/gui/gtk/gnome_support.c:100 modules/gui/gtk/gnome_support.c:138
+#: modules/gui/gtk/gtk_support.c:121 modules/gui/pda/pda_support.c:90
 #: modules/gui/pda/pda_support.c:114
 #, c-format
 msgid "Couldn't find pixmap file: %s"
@@ -7067,12 +7967,11 @@ msgstr "Konnte pixmap-Datei %s nicht finden"
 msgid "Couldn't create pixmap from file: %s"
 msgstr "Konnte pixmap von Datei %s nicht erzeugen"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr "Gtk+ Interface"
 
-#: modules/gui/gtk/gtk_interface.c:147
-#: modules/gui/gtk/gtk_interface.c:1373
+#: modules/gui/gtk/gtk_interface.c:147 modules/gui/gtk/gtk_interface.c:1373
 msgid "_File"
 msgstr "_Datei"
 
@@ -7084,8 +7983,7 @@ msgstr "_Schlie
 msgid "Close the window"
 msgstr "Das Fenster schließen"
 
-#: modules/gui/gtk/gtk_interface.c:253
-#: modules/gui/gtk/gtk_interface.c:1483
+#: modules/gui/gtk/gtk_interface.c:253 modules/gui/gtk/gtk_interface.c:1483
 msgid "E_xit"
 msgstr "B_eenden"
 
@@ -7109,8 +8007,7 @@ msgstr "Durch den Stream navigieren"
 msgid "_Settings"
 msgstr "_Einstellungen"
 
-#: modules/gui/gtk/gtk_interface.c:403
-#: modules/gui/gtk/gtk_interface.c:1464
+#: modules/gui/gtk/gtk_interface.c:403 modules/gui/gtk/gtk_interface.c:1464
 msgid "_Preferences..."
 msgstr "_Einstellungen..."
 
@@ -7122,8 +8019,7 @@ msgstr "Die Anwendung konfigurieren"
 msgid "_Help"
 msgstr "_Hilfe"
 
-#: modules/gui/gtk/gtk_interface.c:587
-#: modules/gui/gtk/gtk_interface.c:1435
+#: modules/gui/gtk/gtk_interface.c:587 modules/gui/gtk/gtk_interface.c:1435
 msgid "_About..."
 msgstr "_Über..."
 
@@ -7187,19 +8083,15 @@ msgstr "Das VideoLAN Team <videolan@videolan.org>"
 msgid "Open Target"
 msgstr "Ziel öffnen"
 
-#: modules/gui/gtk/gtk_interface.c:2031
-#: modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542
-#: modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
-#: modules/gui/gtk/gtk_interface.c:2051
-#: modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544
-#: modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr "HTTP/FTP/MMS"
 
@@ -7276,12 +8168,12 @@ msgstr "Streamausgabe (MRL)"
 msgid "Error loading pixmap file: %s"
 msgstr "Fehler beim Laden der pixmap Datei %s"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Titel %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Kapitel %d"
@@ -7290,8 +8182,7 @@ msgstr "Kapitel %d"
 msgid "PBC LID"
 msgstr "PBC-LID"
 
-#: modules/gui/gtk/preferences.c:396
-#: modules/gui/kde/pluginsbox.cpp:51
+#: modules/gui/gtk/preferences.c:396 modules/gui/kde/pluginsbox.cpp:51
 msgid "Selected:"
 msgstr "Ausgewählt:"
 
@@ -7299,8 +8190,7 @@ msgstr "Ausgew
 msgid "Disk type"
 msgstr "Volume Typ"
 
-#: modules/gui/kde/disc.cpp:37
-#: modules/gui/kde/net.cpp:39
+#: modules/gui/kde/disc.cpp:37 modules/gui/kde/net.cpp:39
 msgid "Starting position"
 msgstr "Startposition"
 
@@ -7404,22 +8294,17 @@ msgstr "Startet die Wiedergabe"
 msgid "Pauses playback"
 msgstr "Pausiert die Wiedergabe"
 
-#: modules/gui/kde/interface.cpp:175
-#: modules/gui/kde/interface.cpp:217
-#: modules/gui/kde/interface.cpp:223
-#: modules/gui/kde/interface.cpp:230
-#: modules/gui/kde/interface.cpp:247
-#: modules/gui/kde/interface.cpp:264
+#: modules/gui/kde/interface.cpp:175 modules/gui/kde/interface.cpp:217
+#: modules/gui/kde/interface.cpp:223 modules/gui/kde/interface.cpp:230
+#: modules/gui/kde/interface.cpp:247 modules/gui/kde/interface.cpp:264
 msgid "Ready."
 msgstr "Bereit."
 
-#: modules/gui/kde/interface.cpp:200
-#: modules/gui/kde/interface.cpp:222
+#: modules/gui/kde/interface.cpp:200 modules/gui/kde/interface.cpp:222
 msgid "Opening file..."
 msgstr "Öffne Datei..."
 
-#: modules/gui/kde/interface.cpp:202
-#: modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Datei öffnen..."
 
@@ -7435,7 +8320,7 @@ msgstr "Schalte Toolbar um..."
 msgid "Toggle the status bar..."
 msgstr "Statusbar umschalten..."
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "Aus"
 
@@ -7475,420 +8360,438 @@ msgstr "&Sichern"
 msgid "Plugins"
 msgstr "Module"
 
-#: modules/gui/macosx/about.m:73
-#: modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "Über VLC media player"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Zufällig an"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Zufällig aus"
 
-#: modules/gui/macosx/controls.m:205
-#: modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559
-#: modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
 #: modules/gui/macosx/playlist.m:556
-#: modules/gui/wxwindows/playlist.cpp:261
 msgid "Repeat All"
 msgstr "Alle wiederholen"
 
-#: modules/gui/macosx/controls.m:209
-#: modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr "Wiederholen aus"
 
-#: modules/gui/macosx/controls.m:237
-#: modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558
-#: modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
 #: modules/gui/macosx/playlist.m:548
-#: modules/gui/wxwindows/playlist.cpp:268
 msgid "Repeat One"
 msgstr "Eines wiederholen"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr "+10 Sekunden springen"
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr "-10 Sekunden springen"
-
-#: modules/gui/macosx/controls.m:354
-#: modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr "Halbe Größe"
 
-#: modules/gui/macosx/controls.m:356
-#: modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr "Normale Größe"
 
-#: modules/gui/macosx/controls.m:358
-#: modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr "Doppelte Größe"
 
-#: modules/gui/macosx/controls.m:360
-#: modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712
-#: modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr "Immer im Vordergrund"
 
-#: modules/gui/macosx/controls.m:362
-#: modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr "An Bildschirm anpassen"
 
-#: modules/gui/macosx/controls.m:678
-#: modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr "Ein Stück vorwärts"
 
-#: modules/gui/macosx/controls.m:679
-#: modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr "Ein Stück rückwärts"
 
-#: modules/gui/macosx/info.m:155
-#: modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631
-#: modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
-msgstr "Information"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+#, fuzzy
+msgid "2 Pass"
+msgstr "Bass"
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr "Aktivieren"
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Dream"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr "VLC - Steuerung"
 
-#: modules/gui/macosx/intf.m:511
-#: modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Zurückspulen"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr "Vorwärtsspulen"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr "CrashLog öffnen"
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr "Einstellungen..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr "Dienste"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "VLC ausblenden"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Andere ausblenden"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Alle einblenden"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "VLC beenden"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:Ablage"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr "Einfaches Datei öffnen..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Volume öffnen..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Netzwerk öffnen..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Benutzte Dokumente"
 
-#: modules/gui/macosx/intf.m:541
-#: modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Menü löschen"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Ausschneiden"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Kopieren"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Einsetzen"
 
-#: modules/gui/macosx/intf.m:547
-#: modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Löschen"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Steuerung"
 
-#: modules/gui/macosx/intf.m:592
-#: modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Videodevice"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Im Dock ablegen"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Fenster schließen"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr "Steuerung"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr "Information"
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Alle nach vorne bringen"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Hilfe"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "Lies mich..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Online Dokumentation"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Einen Fehler melden"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "VideoLAN Website"
 
-#: modules/gui/macosx/intf.m:614
-#: modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Lizenz"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "Fehler"
 
-#: modules/gui/macosx/intf.m:625
-msgid "An error has occurred which probably prevented the execution of your request:"
-msgstr "Ein Fehler ist aufgetreten, der wahrscheinlich die Ausführung der gewünschten Funktion verhindert hat:"
+#: modules/gui/macosx/intf.m:497
+msgid ""
+"An error has occurred which probably prevented the execution of your request:"
+msgstr ""
+"Ein Fehler ist aufgetreten, der wahrscheinlich die Ausführung der "
+"gewünschten Funktion verhindert hat:"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
-msgstr "Wenn Sie glauben, dass dies ein Fehler ist, folgen Sie bitte den Anweisungen unter:"
+msgstr ""
+"Wenn Sie glauben, dass dies ein Fehler ist, folgen Sie bitte den Anweisungen "
+"unter:"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "Meldungsfenster öffnen"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "Ignorieren"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr "Weitere Fehler unterdrücken"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "Kein CrashLog gefunden"
 
-#: modules/gui/macosx/intf.m:1364
-msgid "Either you are running Mac OS X pre 10.2 or you haven't experienced any heavy crashes yet."
-msgstr "Entweder benutzten Sie eine ältere Version von Mac OS X als 10.2 oder Sie hatten bislang keine ernsthaften Abstürze."
+#: modules/gui/macosx/intf.m:1337
+msgid ""
+"Either you are running Mac OS X pre 10.2 or you haven't experienced any "
+"heavy crashes yet."
+msgstr ""
+"Entweder benutzten Sie eine ältere Version von Mac OS X als 10.2 oder Sie "
+"hatten bislang keine ernsthaften Abstürze."
 
-#: modules/gui/macosx/macosx.m:47
-#: modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Videodevice"
 
-#: modules/gui/macosx/macosx.m:48
-msgid "Choose a number corresponding to a screen in you video device selection menu and this screen will be used by default as the screen for 'fullscreen'."
-msgstr "Wählen Sie eine Nummer, die zu Ihres Videodevice gehört, im Menü. Dieser Bildschirm wird dann der Standard für den Vollbildmodus sein."
+#: modules/gui/macosx/macosx.m:51
+msgid ""
+"Choose a number corresponding to a screen in you video device selection menu "
+"and this screen will be used by default as the screen for 'fullscreen'."
+msgstr ""
+"Wählen Sie eine Nummer, die zu Ihres Videodevice gehört, im Menü. Dieser "
+"Bildschirm wird dann der Standard für den Vollbildmodus sein."
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr "Transparenz"
 
-#: modules/gui/macosx/macosx.m:54
-msgid "Set the transparency of the video output. 1 is non-transparent (default) 0 is fully transparent."
-msgstr "Stellt die Transparenz der Bildausgabe ein. 1 ist nicht transparent (standard), 0 ist komplett durchsichtig."
-
 #: modules/gui/macosx/macosx.m:57
+msgid ""
+"Set the transparency of the video output. 1 is non-transparent (default) 0 "
+"is fully transparent."
+msgstr ""
+"Stellt die Transparenz der Bildausgabe ein. 1 ist nicht transparent "
+"(standard), 0 ist komplett durchsichtig."
+
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr "Seitenverhältnis dehnen"
 
-#: modules/gui/macosx/macosx.m:58
-msgid "Instead of keeping the aspect ratio of the movie when resizing the video, stretch the video to fill the entire window."
-msgstr "Anstatt das Seitenverhältnis des Bildes bei Größenanpassungen zu behalten, das Bild dehnen, um das gesamte Fenster auszufüllen."
-
-#: modules/gui/macosx/macosx.m:62
-msgid "video rendering mode"
-msgstr "Videorendermodus"
-
-#: modules/gui/macosx/macosx.m:63
-msgid "The default method is OpenGL for Quartz Extreme machines and Quartz for the others."
-msgstr "Die Standardmethode ist OpenGL für Quartz-Extreme-Geräte und Quartz für die anderen."
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr "OpenGL Effekt"
-
-#: modules/gui/macosx/macosx.m:67
-msgid "Use 'None' to display the video without any fantasy, 'Cube' to let the video play on the faces of a rotating cube, 'Transparent cube' do make this cube transparent."
-msgstr "Benutzen Sie 'None' zur normalen Anzeige des Videos, 'Cube' zur Wiedergabe des Videos auf den Seiten eines rotierenden Würfels oder 'Transparent cube', um diesen Würfel transparent zu machen."
+#: modules/gui/macosx/macosx.m:61
+msgid ""
+"Instead of keeping the aspect ratio of the movie when resizing the video, "
+"stretch the video to fill the entire window."
+msgstr ""
+"Anstatt das Seitenverhältnis des Bildes bei Größenanpassungen zu behalten, "
+"das Bild dehnen, um das gesamte Fenster auszufüllen."
 
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr "Vollbild ausfüllen"
 
-#: modules/gui/macosx/macosx.m:73
-msgid "In fullscreen mode, crop the picture if necessary in order to fill the screen without black borders (OpenGL only)."
-msgstr "Im Vollbildmodus das Bild so beschneiden, dass es den Bildschirm ohne schwarze Ränder ausfüllt, sofern notwendig. Nur unter OpenGL benutzbar."
-
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr "Würfel"
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr "Transparenter Würfel"
+#: modules/gui/macosx/macosx.m:66
+msgid ""
+"In fullscreen mode, crop the picture if necessary in order to fill the "
+"screen without black borders (OpenGL only)."
+msgstr ""
+"Im Vollbildmodus das Bild so beschneiden, dass es den Bildschirm ohne "
+"schwarze Ränder ausfüllt, sofern notwendig. Nur unter OpenGL benutzbar."
 
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr "MacOS X Interface, Audio und Video"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Quelle öffnen"
 
-#: modules/gui/macosx/open.m:136
-#: modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Media Resource Locator (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Eher als Pipe, statt als Datei behandeln"
 
-#: modules/gui/macosx/open.m:154
-#: modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "'VIDEO_TS' Ordner"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Untertitel-Datei laden:"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Überschreiben"
 
-#: modules/gui/macosx/open.m:418
-#: modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478
-#: modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "Untertitelcodierung"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Schriftgröße"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "Keine %@s gefunden"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "VIDEO_TS Ordner öffnen"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr "Erweiterte Ausgabe:"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr "Ausgabeoptionen"
 
-#: modules/gui/macosx/output.m:131
-#: modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr "Lokal wiedergeben"
 
-#: modules/gui/macosx/output.m:134
-#: modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr "Rohen Input sichern"
 
-#: modules/gui/macosx/output.m:145
-#: modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr "Verkapslungsmethode"
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr "Umschlüsselungsoptionen"
 
-#: modules/gui/macosx/output.m:153
-#: modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr "Bitrate (kb/s)"
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr "Skalieren"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr "Streamankündigung"
 
-#: modules/gui/macosx/output.m:167
-#: modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr "SAP-Ankündigung"
 
-#: modules/gui/macosx/output.m:168
-#: modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr "SLP-Ankündigung"
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "SAP-Ankündigung"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "SAP-Ankündigung"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr "Channel-Name"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "SDP"
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "Datei sichern"
 
@@ -7896,8 +8799,7 @@ msgstr "Datei sichern"
 msgid "Save Playlist..."
 msgstr "Wiedergabeliste sichern..."
 
-#: modules/gui/macosx/playlist.m:175
-#: modules/gui/wxwindows/iteminfo.cpp:210
+#: modules/gui/macosx/playlist.m:175 modules/gui/wxwindows/iteminfo.cpp:210
 msgid "Item Enabled"
 msgstr "Objekt aktiviert"
 
@@ -7909,13 +8811,11 @@ msgstr "Alle Objekte der Gruppe aktivieren"
 msgid "Disable all group items"
 msgstr "Alle Objekte der Gruppe deaktivieren"
 
-#: modules/gui/macosx/playlist.m:178
-#: modules/gui/macosx/playlistinfo.m:60
+#: modules/gui/macosx/playlist.m:178 modules/gui/macosx/playlistinfo.m:60
 msgid "Properties"
 msgstr "Eigenschaften"
 
-#: modules/gui/macosx/playlist.m:184
-#: modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr "Suchen"
 
@@ -7936,8 +8836,7 @@ msgstr "Wiedergabeliste sichern"
 msgid "%i items in playlist"
 msgstr "%i Objekte in der Wiedergabeliste"
 
-#: modules/gui/macosx/playlistinfo.m:61
-#: modules/gui/wxwindows/iteminfo.cpp:145
+#: modules/gui/macosx/playlistinfo.m:61 modules/gui/wxwindows/iteminfo.cpp:145
 msgid "URI"
 msgstr "URI"
 
@@ -7949,15 +8848,12 @@ msgstr "Gruppe l
 msgid "Add Group"
 msgstr "Gruppe hinzufügen"
 
-#: modules/gui/macosx/playlistinfo.m:68
-#: modules/gui/pda/pda.c:242
+#: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "Gruppe"
 
-#: modules/gui/macosx/prefs.m:81
-#: modules/gui/wxwindows/preferences.cpp:200
+#: modules/gui/macosx/prefs.m:81 modules/gui/wxwindows/preferences.cpp:200
 msgid "Reset All"
 msgstr "Standardwerte"
 
@@ -7965,46 +8861,40 @@ msgstr "Standardwerte"
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: modules/gui/macosx/prefs.m:170
-#: modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Befehl"
 
-#: modules/gui/macosx/prefs.m:173
-#: modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr "Steuerung"
 
-#: modules/gui/macosx/prefs.m:176
-#: modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Option/Alt"
 
-#: modules/gui/macosx/prefs.m:179
-#: modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Shift"
 
-#: modules/gui/macosx/prefs.m:205
-#: modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Einstellungen zurücksetzen"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Fortfahren"
 
-#: modules/gui/macosx/prefs.m:207
-#: modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8012,7 +8902,7 @@ msgstr ""
 "Achtung. Dies wird die Einstellungen vom VLC media player zurücksetzen.\n"
 "Sind Sie sicher, dass Sie fortfahren möchten?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Datei oder Ordner auswählen"
 
@@ -8020,7 +8910,20 @@ msgstr "Datei oder Ordner ausw
 msgid "Select a file or directory"
 msgstr "Wählen Sie eine Datei oder einen Ordner"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Diese Option erlaubt Ihnen einen zusätzlichen Pfad festzulegen, in dem VLC "
+"nach Modulen suchen wird."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr "ncurses Interface"
 
@@ -8030,15 +8933,15 @@ msgstr "Ausgew
 
 #: modules/gui/pda/pda.c:59
 msgid "Automatically play a file when selected in the file selection list"
-msgstr "Automatisch die Datei abspielen, wenn sie in der Dateiliste ausgewählt wird"
+msgstr ""
+"Automatisch die Datei abspielen, wenn sie in der Dateiliste ausgewählt wird"
 
 #: modules/gui/pda/pda.c:66
 msgid "PDA Linux Gtk2+ interface"
 msgstr "PDA Linux Gtk2+ Interface"
 
-#: modules/gui/pda/pda.c:218
-#: modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Dateiname"
 
@@ -8054,7 +8957,7 @@ msgstr "Gr
 msgid "Owner"
 msgstr "Eigentümer"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Zeit"
 
@@ -8062,8 +8965,7 @@ msgstr "Zeit"
 msgid "Index"
 msgstr "Index"
 
-#: modules/gui/pda/pda_interface.c:286
-#: modules/gui/pda/pda_interface.c:287
+#: modules/gui/pda/pda_interface.c:286 modules/gui/pda/pda_interface.c:287
 msgid "Forward"
 msgstr "Vorwärtsspulen"
 
@@ -8071,10 +8973,8 @@ msgstr "Vorw
 msgid "00:00:00"
 msgstr "00:00:00"
 
-#: modules/gui/pda/pda_interface.c:361
-#: modules/gui/pda/pda_interface.c:543
-#: modules/gui/pda/pda_interface.c:869
-#: modules/gui/pda/pda_interface.c:1217
+#: modules/gui/pda/pda_interface.c:361 modules/gui/pda/pda_interface.c:543
+#: modules/gui/pda/pda_interface.c:869 modules/gui/pda/pda_interface.c:1217
 msgid "Add to Playlist"
 msgstr "Zur Wiedergabeliste hinzufügen"
 
@@ -8134,17 +9034,13 @@ msgstr "mms"
 msgid "Protocol:"
 msgstr "Protokoll:"
 
-#: modules/gui/pda/pda_interface.c:522
-#: modules/gui/pda/pda_interface.c:848
+#: modules/gui/pda/pda_interface.c:522 modules/gui/pda/pda_interface.c:848
 msgid "Transcode:"
 msgstr "Umschlüsseln:"
 
-#: modules/gui/pda/pda_interface.c:531
-#: modules/gui/pda/pda_interface.c:833
-#: modules/gui/pda/pda_interface.c:857
-#: modules/gui/pda/pda_interface.c:1099
-#: modules/gui/pda/pda_interface.c:1167
-#: modules/gui/pda/pda_interface.c:1174
+#: modules/gui/pda/pda_interface.c:531 modules/gui/pda/pda_interface.c:833
+#: modules/gui/pda/pda_interface.c:857 modules/gui/pda/pda_interface.c:1099
+#: modules/gui/pda/pda_interface.c:1167 modules/gui/pda/pda_interface.c:1174
 msgid "enable"
 msgstr "Aktivieren"
 
@@ -8368,8 +9264,7 @@ msgstr "MOV"
 msgid "ASF"
 msgstr "ASF"
 
-#: modules/gui/pda/pda_interface.c:1074
-#: modules/gui/pda/pda_interface.c:1132
+#: modules/gui/pda/pda_interface.c:1074 modules/gui/pda/pda_interface.c:1132
 msgid "kbits/s"
 msgstr "kbits/s"
 
@@ -8446,8 +9341,14 @@ msgid "Preference"
 msgstr "Einstellung"
 
 #: modules/gui/pda/pda_interface.c:1334
-msgid "VLC media player is an MPEG, MPEG 2, MP3 and DivX player that accepts input from local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html)."
-msgstr "VLC media player ist ein MPEG, MPEG 2, MP3 und DivX - Player, der Input von lokalen oder Netzwerkquellen unterstützt und unter der GPL-Lizenz (http://www.gnu.org/copyleft/gpl.html) steht."
+msgid ""
+"VLC media player is an MPEG, MPEG 2, MP3 and DivX player that accepts input "
+"from local or network sources and is licensed under the GPL (http://www.gnu."
+"org/copyleft/gpl.html)."
+msgstr ""
+"VLC media player ist ein MPEG, MPEG 2, MP3 und DivX - Player, der Input von "
+"lokalen oder Netzwerkquellen unterstützt und unter der GPL-Lizenz (http://"
+"www.gnu.org/copyleft/gpl.html) steht."
 
 #: modules/gui/pda/pda_interface.c:1342
 msgid "Authors: the VideoLAN Team, http://www.videolan.org/team/"
@@ -8461,218 +9362,340 @@ msgstr "QNX RTOS Bild- und Tonausgabe."
 msgid "Qt interface"
 msgstr "Qt Interface"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr "Eine Skin-Datei öffnen"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+msgstr "Skin-Dateien (*.vlt)|*.vlt|Skin-Dateien (*.xml)|*.xml|"
+
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr ""
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Wiedergabeliste sichern"
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "M3U Datei"
+
+#: modules/gui/skins2/src/skin_main.cpp:332
+msgid "Last skin used"
 msgstr "Zuletzt benutzte Skin"
 
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
+#: modules/gui/skins2/src/skin_main.cpp:333
+msgid "Select the path to the last skin used."
+msgstr "Wählen Sie den Pfad zur zuletzt benutzen Skin."
+
+#: modules/gui/skins2/src/skin_main.cpp:334
 msgid "Config of last used skin"
 msgstr "Einstellung der zuletzt benutzten Skin"
 
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr "Programm im System-Tray anzeigen"
+#: modules/gui/skins2/src/skin_main.cpp:335
+msgid "Config of last used skin."
+msgstr "Einstellung der letzten benutzten Skin."
+
+#: modules/gui/skins2/src/skin_main.cpp:336
+msgid "Enable transparency effects"
+msgstr "Transparenzeffekte aktivieren"
+
+#: modules/gui/skins2/src/skin_main.cpp:337
+msgid ""
+"You can disable all transparency effects if you want. This is mainly useful "
+"when moving windows does not behave correctly."
+msgstr ""
+"Sie können alle Transparenzeffekte deaktivieren, wenn Sie möchten. Dies ist "
+"hauptsächlich nützlich, wenn bewegte Fenster sich nicht korrekt verhalten."
+
+#: modules/gui/skins2/src/skin_main.cpp:351
+msgid "Skinnable Interface"
+msgstr "Skinbares Interface"
+
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Auswahl"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Datei öffnen..."
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Wiedergabelisten-Lesezeichen 1"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+#, fuzzy
+msgid "Bytes"
+msgstr "Blues"
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
+msgid "Bookmarks"
+msgstr "Lesezeichen"
+
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
+msgid "Size offset"
+msgstr "Größenversatz"
+
+#: modules/gui/wxwindows/bookmarks.cpp:258
+msgid "Time offset"
+msgstr "Zeitversatz"
+
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Auswahl"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "Keine %@s gefunden"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "kein Input\n"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr "Bild justieren"
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr "Standards wiederherstellen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr "Farbton"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr "Kontrast"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr "Helligkeit"
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr "Sättigung"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr "Gamma"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
+msgstr "Videooptionen"
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
-msgstr "Programm in der Taskleiste anzeigen"
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr "Seitenverhältnis"
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
-msgstr "Skinbares Interface"
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Video-Titel"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr "Skin-Dateien (*.vlt)|*.vlt|Skin-Dateien (*.xml)|*.xml|"
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Objektinfo"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
-msgid "Last skin used"
-msgstr "Zuletzt benutzte Skin"
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
-msgid "Select the path to the last skin used."
-msgstr "Wählen Sie den Pfad zur zuletzt benutzen Skin."
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
-msgid "Config of last used skin."
-msgstr "Einstellung der letzten benutzten Skin."
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visualisierungen"
 
-#: modules/gui/skins2/src/skin_main.cpp:246
-msgid "Enable transparency effects"
-msgstr "Transparenzeffekte aktivieren"
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
-msgid "You can disable all transparency effects if you want. This is mainly useful when moving windows does not behave correctly."
-msgstr "Sie können alle Transparenzeffekte deaktivieren, wenn Sie möchten. Dies ist hauptsächlich nützlich, wenn bewegte Fenster sich nicht korrekt verhalten."
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Qualitätsniveau"
 
-#: modules/gui/skins2/src/skin_main.cpp:260
-msgid "Skinnable Interface"
-msgstr "Skinbares Interface"
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
-msgid "Bookmarks"
-msgstr "Lesezeichen"
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
-msgid "Size offset"
-msgstr "Größenversatz"
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Versionsinformationen ausgeben"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
-msgid "Time offset"
-msgstr "Zeitversatz"
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+#, fuzzy
+msgid "Extended controls"
+msgstr "Erweiterte Daten"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Stream- und Medieninfo"
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "Einfaches Datei &Öffnen...\tStrg-O"
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 msgid "Open &File...\tCtrl-F"
 msgstr "Datei ö&ffnen..\tStrg-F"
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Medium öffnen...\tStrg-D"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "&Netzwerkstream öffnen...\tStrg-N"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr "&Aufname-Device öffnen...\tStrg-C"
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
 msgstr "Streaming-&Assistent...\tStrg-W"
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr "Neuer Assistent..."
-
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr "Beenden\tStrg-Q"
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 msgid "&Playlist...\tCtrl-P"
 msgstr "&Wiedergabeliste...\tStrg-P"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 msgid "&Messages...\tCtrl-M"
 msgstr "&Meldungen...\tStrg-M"
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "Stream- und Medien&info...\tStrg-I"
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "&Datei"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Ansicht"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "&Einstellungen"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr "&Audio"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Video"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navigation"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "&Hilfe"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Vorheriger Titel"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Nächster Titel"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr "Bild justieren"
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr "Aktivieren"
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr "Standards wiederherstellen"
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr "Farbton"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr "Kontrast"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr "Helligkeit"
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr "Sättigung"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr "Gamma"
-
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
-msgstr "Videooptionen"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
-msgstr "Seitenverhältnis"
-
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
-msgstr "Audiooptionen"
-
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr "&Erweitertes Interface"
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr "&Lesezeichen..."
 
-#: modules/gui/wxwindows/interface.cpp:818
-#: modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Einstellungen..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -8680,7 +9703,7 @@ msgstr ""
 " (wxWindows Interface)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -8688,7 +9711,7 @@ msgstr ""
 "(c) 1996-2004 - das VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -8698,7 +9721,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Über %s"
@@ -8716,7 +9739,7 @@ msgid "Group Info"
 msgstr "Gruppeninfo"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Neue Gruppe"
 
@@ -8724,44 +9747,53 @@ msgstr "Neue Gruppe"
 msgid "Options"
 msgstr "Optionen"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr "Einfaches Datei &öffnen..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "Datei öffnen..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "Medium öffnen..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "&Netzwerkstream öffnen..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr "Aufnahmegerät öffnen..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Streaminformation..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Meldungen..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Audio-Menü"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Video-Menü"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Input-Menü"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr "Interfacemenü"
 
-#: modules/gui/wxwindows/menus.cpp:493
-#: modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Leer"
 
@@ -8773,192 +9805,195 @@ msgstr "Sichern unter..."
 msgid "Save Messages As..."
 msgstr "Meldungen sichern als..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr "Erweiterte Optionen..."
 
-#: modules/gui/wxwindows/open.cpp:223
-#: modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "Erweiterte Optionen"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr "Optionen:"
 
-#: modules/gui/wxwindows/open.cpp:347
-#: modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "Öffnen..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr "Öffnen:"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
-"Alternatively, the field will be filled automatically when you use the controls below."
+"Alternatively, the field will be filled automatically when you use the "
+"controls below."
 msgstr ""
 "Geben Sie hier die MRL ein\n"
 "Benutzen Sie ansonsten die unten stehenden Elemente."
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr "VLC als Streamingserver benutzen"
 
-#: modules/gui/wxwindows/open.cpp:575
-#: modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Untertiteloptionen"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr "Optionen für seperate Untertiteldateien erzwingen."
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 msgid "DVD (menus)"
 msgstr "DVD (Menüs)"
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
-msgstr "DVD (Test)"
+#: modules/gui/wxwindows/open.cpp:646
+#, fuzzy
+msgid "Subtitles track"
+msgstr "Untertitelspur"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr "RTSP"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Alle wiederholen"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "&Eintrag hinzufügen..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&MRL hinzufügen..."
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "Wiedergabeliste &öffnen"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "Wiedergabeliste &speichern..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "S&chließen"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr "Nach &Titel (absteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr "Nach Titel (aufsteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr "Nach &Autor (absteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr "Nach Autor (aufsteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr "Nach &Gruppe (absteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr "Nach Gruppe (aufsteigend)"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "Wiedergabeliste mi&schen"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr "&Aktivieren"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr "&Deaktivieren"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "&Umkehren"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr "Lösch&en"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "Alles au&swählen"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr "Alle Objekte aktivi&eren"
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr "Alle Objekte &deaktivieren"
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "&Datei"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr "S&ortieren"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Auswahl"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr "&Gruppen"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr "Aktivieren/Deaktivieren"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr "Hoch"
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr "Runter"
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr "Objektinfo"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr "M3U Datei"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr "PLS Datei"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr "Wiedergabeliste ist leer"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr "Kann nicht sichern"
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Wiedergabeliste sichern"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Geben Sie einen Namen für die neue Gruppe ein:"
 
@@ -8982,101 +10017,78 @@ msgstr "Verzeichnis w
 msgid "Choose file"
 msgstr "Datei wählen"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "Streamausgabe MRL"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr "Ziel:"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
-"Alternatively, the field will be filled automatically when you use the controls below"
+"Alternatively, the field will be filled automatically when you use the "
+"controls below"
 msgstr ""
-"Sie können dieses Feld benutzen, in dem Sie direkt die komplette MRL eingeben, die Sie öffnen möchten.\n"
-"Ansonsten wird das Feld automatisch gefüllt, indem Sie die Kontrollelemente unten benutzen."
+"Sie können dieses Feld benutzen, in dem Sie direkt die komplette MRL "
+"eingeben, die Sie öffnen möchten.\n"
+"Ansonsten wird das Feld automatisch gefüllt, indem Sie die Kontrollelemente "
+"unten benutzen."
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr "Ausgabemethoden"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr "HTTP"
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr "MMSH"
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr "Vermischte Optionen"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr "Channel-Name"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr "Umkodierungsoptionen"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "Videocodec"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr "Skalieren"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "Audiocodec"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Datei sichern"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr "Streaming mit VLC in drei Schritten."
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr "Schritt 1: Wählen Sie aus, was gestreamt wird."
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr "Schritt 2: Legen Sie die Streamingmethode fest."
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr "Schritt 3: Streaming starten."
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr "Wählen..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr "Start!"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "Untertitel-Datei"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "Untertitelcodierung"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Untertiteloptionen"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Untertitel verzögern (in 1/10s)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
-msgstr "Bilder pro Sekunde übergehen. Dies wird nur mit MicroDVD-Untertiteln arbeiten."
+msgstr ""
+"Bilder pro Sekunde übergehen. Dies wird nur mit MicroDVD-Untertiteln "
+"arbeiten."
 
 #: modules/gui/wxwindows/subtitles.cpp:218
 msgid "Open file"
@@ -9087,8 +10099,12 @@ msgid "Embed video in interface"
 msgstr "Videoausgabe in Interface integrieren"
 
 #: modules/gui/wxwindows/wxwindows.cpp:84
-msgid "Embed the video inside the interface instead of having it in a separate window."
-msgstr "Das Video in das Interface integrieren, anstatt es in einem seperaten Fenster darzustellen."
+msgid ""
+"Embed the video inside the interface instead of having it in a separate "
+"window."
+msgstr ""
+"Das Video in das Interface integrieren, anstatt es in einem seperaten "
+"Fenster darzustellen."
 
 #: modules/gui/wxwindows/wxwindows.cpp:86
 msgid "Show bookmarks dialog"
@@ -9111,24 +10127,39 @@ msgid "Dummy image chroma format"
 msgstr "Dummy Farbbildausgabe"
 
 #: modules/misc/dummy/dummy.c:39
-msgid "Force the dummy video output to create images using a specific chroma format instead of trying to improve performances by using the most efficient one."
-msgstr "Die Dummy-Videoausgabe zwingen, die Bilder mit einem speziellen Chromaformat zu erzeugen, anstatt die effizienteste zu wählen."
+msgid ""
+"Force the dummy video output to create images using a specific chroma format "
+"instead of trying to improve performances by using the most efficient one."
+msgstr ""
+"Die Dummy-Videoausgabe zwingen, die Bilder mit einem speziellen Chromaformat "
+"zu erzeugen, anstatt die effizienteste zu wählen."
 
 #: modules/misc/dummy/dummy.c:43
 msgid "Save raw codec data"
 msgstr "Rohe Codecdaten sichern"
 
 #: modules/misc/dummy/dummy.c:45
-msgid "This option allows you to save the raw codec data if you have selected/forced the dummy decoder in the main options."
-msgstr "Diese Option erlaubt Ihnen die rohen Codecdaten zu sichern, wenn Sie den Dummy-Dekoder in den Hauptoptionen ausgewählt/erzwungen haben."
+msgid ""
+"This option allows you to save the raw codec data if you have selected/"
+"forced the dummy decoder in the main options."
+msgstr ""
+"Diese Option erlaubt Ihnen die rohen Codecdaten zu sichern, wenn Sie den "
+"Dummy-Dekoder in den Hauptoptionen ausgewählt/erzwungen haben."
 
 #: modules/misc/dummy/dummy.c:49
 msgid "Do not open a DOS command box interface"
 msgstr "Kein DOS-Befehlszeileninterface öffnen"
 
 #: modules/misc/dummy/dummy.c:51
-msgid "By default the dummy interface plugin will start a DOS command box. Enabling the quiet mode will not bring this command box but can also be pretty annoying when you want to stop VLC and no video window is open."
-msgstr "Standardmäßig wird das Dummy-Interface-Plugin ein DOS-Eingabe-Fenster öffnen. Wenn Sie den 'ruhig sein'-Modus aktivieren erscheint kein Fenster. Dies kann jedoch nervig sein, wenn Sie VLC stoppen wollen und kein Videofenster geöffnet ist."
+msgid ""
+"By default the dummy interface plugin will start a DOS command box. Enabling "
+"the quiet mode will not bring this command box but can also be pretty "
+"annoying when you want to stop VLC and no video window is open."
+msgstr ""
+"Standardmäßig wird das Dummy-Interface-Plugin ein DOS-Eingabe-Fenster "
+"öffnen. Wenn Sie den 'ruhig sein'-Modus aktivieren erscheint kein Fenster. "
+"Dies kann jedoch nervig sein, wenn Sie VLC stoppen wollen und kein "
+"Videofenster geöffnet ist."
 
 #: modules/misc/dummy/dummy.c:58
 msgid "Dummy interface function"
@@ -9162,48 +10193,48 @@ msgstr "Dummy Videoausgabefunktion"
 msgid "Dummy font renderer function"
 msgstr "Dummy Font-Renderingfunktion"
 
-#: modules/misc/freetype.c:94
-#: modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr "Schrift"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr "Schrift-Dateiname"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr "Schriftgröße in Pixeln"
 
-#: modules/misc/freetype.c:97
-msgid "The size of the fonts used by the osd module. If set to something different than 0 this option will override the relative font size "
-msgstr "Die Größe der Schrift, die vom OSD-Modul benutzt wird. Wenn Sie auf etwas anderes als 0 eingestellt ist, wird diese Option die relative Schriftgröße überschreiben."
-
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr "Schriftgröße"
+#: modules/misc/freetype.c:90
+msgid ""
+"The size of the fonts used by the osd module. If set to something different "
+"than 0 this option will override the relative font size "
+msgstr ""
+"Die Größe der Schrift, die vom OSD-Modul benutzt wird. Wenn Sie auf etwas "
+"anderes als 0 eingestellt ist, wird diese Option die relative Schriftgröße "
+"überschreiben."
 
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr "Die Schriftgröße, die vom osd-Modul benutzt wird"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr "Kleiner"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr "Klein"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr "Groß"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr "Größer"
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr "freetype2 Schriftrenderer"
 
@@ -9220,8 +10251,12 @@ msgid "Log format"
 msgstr "Log-Format"
 
 #: modules/misc/logger.c:94
-msgid "Specify the log format. Available choices are \"text\" (default) and \"html\"."
-msgstr "Legen Sie das Protokollformat fest. Sie können zwischen \"text\" (Standard) und \"html\" wählen."
+msgid ""
+"Specify the log format. Available choices are \"text\" (default) and \"html"
+"\"."
+msgstr ""
+"Legen Sie das Protokollformat fest. Sie können zwischen \"text\" (Standard) "
+"und \"html\" wählen."
 
 #: modules/misc/logger.c:97
 msgid "File logging interface"
@@ -9255,15 +10290,19 @@ msgstr "MMX EXT memcpy"
 msgid "AltiVec memcpy"
 msgstr "AltiVec memcpy"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr "TCP-Verbindungs-Time-Out in ms"
 
-#: modules/misc/network/ipv4.c:88
-msgid "Allows you to modify the default TCP connection timeout. This value should be set in millisecond units."
-msgstr "Erlaubt Ihnen den standardmäßigen Verbindungs-Time-Out für TCP-Verbindungen zu ändern. Dieser Wert sollte in Millisekunden sein."
+#: modules/misc/network/ipv4.c:91
+msgid ""
+"Allows you to modify the default TCP connection timeout. This value should "
+"be set in millisecond units."
+msgstr ""
+"Erlaubt Ihnen den standardmäßigen Verbindungs-Time-Out für TCP-Verbindungen "
+"zu ändern. Dieser Wert sollte in Millisekunden sein."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "IPv4 Netzwerk Abstraktions-Layer"
 
@@ -9284,8 +10323,13 @@ msgid "Run as standalone Qt/Embedded GUI Server"
 msgstr "Als Standalone Qt/Embedded GUI-Server betreiben"
 
 #: modules/misc/qte_main.cpp:67
-msgid "Use this option to run as standalone Qt/Embedded GUI Server. This option is equivalent to the -qws option from normal Qt."
-msgstr "Benutzen Sie diese Option, um VLC als Standalone Qt/Embedded GUI-Server zu betreiben. Diese Option ist gleichwertig mit der -qws Option aus dem normalen Qt."
+msgid ""
+"Use this option to run as standalone Qt/Embedded GUI Server. This option is "
+"equivalent to the -qws option from normal Qt."
+msgstr ""
+"Benutzen Sie diese Option, um VLC als Standalone Qt/Embedded GUI-Server zu "
+"betreiben. Diese Option ist gleichwertig mit der -qws Option aus dem "
+"normalen Qt."
 
 #: modules/misc/qte_main.cpp:72
 msgid "Qt Embedded GUI helper"
@@ -9295,8 +10339,7 @@ msgstr "Integrierte QT Hilfe"
 msgid "video"
 msgstr "Video"
 
-#: modules/misc/sap.c:87
-#: modules/misc/sap.c:88
+#: modules/misc/sap.c:87 modules/misc/sap.c:88
 msgid "SAP multicast address"
 msgstr "SAP-Multicast-Adresse"
 
@@ -9306,7 +10349,8 @@ msgstr "IPv6-SAP-Listening"
 
 #: modules/misc/sap.c:91
 msgid "Set this if you want the SAP module to listen to IPv4 announces"
-msgstr "Aktivieren Sie dies, wenn das SAP-Modul nach IPv4-Ankündigungen hören soll"
+msgstr ""
+"Aktivieren Sie dies, wenn das SAP-Modul nach IPv4-Ankündigungen hören soll"
 
 #: modules/misc/sap.c:92
 msgid "IPv6-SAP listening"
@@ -9314,7 +10358,8 @@ msgstr "IPv6-SAP-Listening"
 
 #: modules/misc/sap.c:94
 msgid "Set this if you want the SAP module to listen to IPv6 announces"
-msgstr "Aktivieren Sie dies, wenn das SAP-Modul nach IPv6-Ankündigungen hören soll"
+msgstr ""
+"Aktivieren Sie dies, wenn das SAP-Modul nach IPv6-Ankündigungen hören soll"
 
 #: modules/misc/sap.c:95
 msgid "IPv6 SAP scope"
@@ -9329,16 +10374,23 @@ msgid "SAP timeout (seconds)"
 msgstr "SAP Timeout (Sekunden)"
 
 #: modules/misc/sap.c:100
-msgid "Sets the time before SAP items get deleted if no new announce is received."
-msgstr "Stellt die Zeit ein, bevor SAP-Objekte gelöscht werden, wenn keine neue Ankündigung empfangen wurde."
+msgid ""
+"Sets the time before SAP items get deleted if no new announce is received."
+msgstr ""
+"Stellt die Zeit ein, bevor SAP-Objekte gelöscht werden, wenn keine neue "
+"Ankündigung empfangen wurde."
 
 #: modules/misc/sap.c:102
 msgid "Try to parse the SAP"
 msgstr "Versuchen, das SAP zu parsen"
 
 #: modules/misc/sap.c:104
-msgid "When SAP can it will try to parse the SAP. Normal behavior is to have livedotcom parse the announce."
-msgstr "Wenn SAP in der Lage ist, wird es versuchen das SAP zu parsen. Das normale Verhalten ist, das livedotcom die Ankündigung parst."
+msgid ""
+"When SAP can it will try to parse the SAP. Normal behavior is to have "
+"livedotcom parse the announce."
+msgstr ""
+"Wenn SAP in der Lage ist, wird es versuchen das SAP zu parsen. Das normale "
+"Verhalten ist, das livedotcom die Ankündigung parst."
 
 #: modules/misc/sap.c:111
 msgid "SAP interface"
@@ -9348,6 +10400,16 @@ msgstr "SAP Interface"
 msgid "X Screensaver disabler"
 msgstr "X-Bildschirmschoner-Deaktivierer"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Datei sichern"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "ein C-Modul, das nichts tut"
@@ -9356,35 +10418,43 @@ msgstr "ein C-Modul, das nichts tut"
 msgid "Miscellaneous stress tests"
 msgstr "Verschiedene Streß-Tests"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
-msgstr "Erlaubt Ihnen den Titel festzulegen, der in ASF-Kommentaren ablegt wird."
+msgstr ""
+"Erlaubt Ihnen den Titel festzulegen, der in ASF-Kommentaren ablegt wird."
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
-msgstr "Erlaubt Ihnen den Autor festzulegen, der in ASF-Kommentaren ablegt wird."
+msgstr ""
+"Erlaubt Ihnen den Autor festzulegen, der in ASF-Kommentaren ablegt wird."
 
-#: modules/mux/asf.c:50
-msgid "Allows you to define the copyright string that will be put in ASF comments."
-msgstr "Erlaubt Ihnen den Copyright-String festzulegen, der in ASF-Kommentaren ablegt wird."
+#: modules/mux/asf.c:53
+msgid ""
+"Allows you to define the copyright string that will be put in ASF comments."
+msgstr ""
+"Erlaubt Ihnen den Copyright-String festzulegen, der in ASF-Kommentaren "
+"ablegt wird."
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr "Kommentar"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
-msgstr "Erlaubt Ihnen den Kommentar festzulegen, der in ASF-Kommentaren ablegt wird."
+msgstr ""
+"Erlaubt Ihnen den Kommentar festzulegen, der in ASF-Kommentaren ablegt wird."
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
-msgstr "Erlaubt Ihnen das \"rating\" (die Bewertung) festzulegen, die in ASF-Kommentaren ablegt wird."
+msgstr ""
+"Erlaubt Ihnen das \"rating\" (die Bewertung) festzulegen, die in ASF-"
+"Kommentaren ablegt wird."
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "ASF Muxer"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Unbekanntes Video"
 
@@ -9401,8 +10471,14 @@ msgid "Create \"Fast start\" files"
 msgstr "\"Schnellstart\"-Dateien erzeugen"
 
 #: modules/mux/mp4.c:47
-msgid "When this option is turned on, \"Fast start\" files will be created. (\"Fast start\" files are optimized for download, allowing the user to start previewing the file while it is downloading)."
-msgstr "Wenn diese Option aktiviert ist, werden \"Schnellstart\"-Dateien erzeugt. (\"Schnellstart\"-Dateien sind für Downloads optimiert. Sie erlauben dem Nutzer früh eine Vorschau der Datei während des Downloads zubetrachten)."
+msgid ""
+"When this option is turned on, \"Fast start\" files will be created. (\"Fast "
+"start\" files are optimized for download, allowing the user to start "
+"previewing the file while it is downloading)."
+msgstr ""
+"Wenn diese Option aktiviert ist, werden \"Schnellstart\"-Dateien erzeugt. "
+"(\"Schnellstart\"-Dateien sind für Downloads optimiert. Sie erlauben dem "
+"Nutzer früh eine Vorschau der Datei während des Downloads zubetrachten)."
 
 #: modules/mux/mp4.c:56
 msgid "MP4/MOV muxer"
@@ -9412,82 +10488,124 @@ msgstr "MP4/MOV Muxer"
 msgid "PS muxer"
 msgstr "PS Muxer"
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr "Video-PID"
 
-#: modules/mux/mpeg/ts.c:80
-msgid "Assigns a fixed PID to the video stream. The PCR PID will automatically be the video."
-msgstr "Fügt dem Videostream eine feste PID hinzu. Die PCR PID wird automatisch das Video sein."
+#: modules/mux/mpeg/ts.c:78
+msgid ""
+"Assigns a fixed PID to the video stream. The PCR PID will automatically be "
+"the video."
+msgstr ""
+"Fügt dem Videostream eine feste PID hinzu. Die PCR PID wird automatisch das "
+"Video sein."
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr "Audio-PID"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr "Fügt dem Audiostream eine feste PID hinzu."
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr "Shaping-Verzögerung (ms)"
 
-#: modules/mux/mpeg/ts.c:86
-msgid "If enabled, the TS muxer will cut the stream in slices of the given duration, and ensure a constant bitrate between the two boundaries. This avoids having huge bitrate peaks for reference frames, in particular."
-msgstr "Wenn aktiviert wird der TS-Muxer den Stream in Stücke der angegebenen Dauer schneiden und eine konstante Datenrate zwischen den beiden Grenzen sicherstellen. Dies verhindert insbesondere hohe Datenratenausschläge für Referenzframes."
+#: modules/mux/mpeg/ts.c:84
+msgid ""
+"If enabled, the TS muxer will cut the stream in slices of the given "
+"duration, and ensure a constant bitrate between the two boundaries. This "
+"avoids having huge bitrate peaks for reference frames, in particular."
+msgstr ""
+"Wenn aktiviert wird der TS-Muxer den Stream in Stücke der angegebenen Dauer "
+"schneiden und eine konstante Datenrate zwischen den beiden Grenzen "
+"sicherstellen. Dies verhindert insbesondere hohe Datenratenausschläge für "
+"Referenzframes."
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr "Keyframes benutzen"
 
-#: modules/mux/mpeg/ts.c:91
-msgid "If enabled, and shaping is specified, the TS muxer will place the boundaries at the end of I pictures. In that case, the shaping duration given by the user is a worse case used when no reference frame is available. This enhances the efficiency of the shaping algorithm, since I frames are usually the biggest frames in the stream."
-msgstr "Wenn aktiviert und Shaping angegeben ist, wird der TS-Muxer die Grenzen am Ende von I-Bildern setzen. Diesem Fall wird die vom Benutzer angegebene Shaping-Dauer benutzt, wenn kein Referenzframe verfügbar ist. Dies erhöht die Effizienz des Shaping-Algorithmuses, da I-Frames üblicherweise die größen Frames eines Streams sind."
+#: modules/mux/mpeg/ts.c:89
+msgid ""
+"If enabled, and shaping is specified, the TS muxer will place the boundaries "
+"at the end of I pictures. In that case, the shaping duration given by the "
+"user is a worse case used when no reference frame is available. This "
+"enhances the efficiency of the shaping algorithm, since I frames are usually "
+"the biggest frames in the stream."
+msgstr ""
+"Wenn aktiviert und Shaping angegeben ist, wird der TS-Muxer die Grenzen am "
+"Ende von I-Bildern setzen. Diesem Fall wird die vom Benutzer angegebene "
+"Shaping-Dauer benutzt, wenn kein Referenzframe verfügbar ist. Dies erhöht "
+"die Effizienz des Shaping-Algorithmuses, da I-Frames üblicherweise die "
+"größen Frames eines Streams sind."
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr "PCR-Verzögerung (ms)"
 
-#: modules/mux/mpeg/ts.c:99
-msgid "This option allows you to set at which interval PCRs (Program Clock Reference) will be sent. This value should be below 100ms. (default is 30)"
-msgstr "Diese Option erlaubt die Einstellung an welchen Intervallen PCRs (Programm-Clock-Referenzen) gesendet werden. Dieser Wert sollte unter 100ms sein (standardmäßig 30)."
+#: modules/mux/mpeg/ts.c:97
+msgid ""
+"This option allows you to set at which interval PCRs (Program Clock "
+"Reference) will be sent. This value should be below 100ms. (default is 30)"
+msgstr ""
+"Diese Option erlaubt die Einstellung an welchen Intervallen PCRs (Programm-"
+"Clock-Referenzen) gesendet werden. Dieser Wert sollte unter 100ms sein "
+"(standardmäßig 30)."
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr "DTS-Verzögerung (ms)"
 
-#: modules/mux/mpeg/ts.c:104
-msgid "This option will delay the DTS (decoding time stamps) and PTS (presentation timestamps) of the data in the stream, compared to the PCRs. This allows for some buffering inside the client decoder."
-msgstr "Diese Option wird die DTS (Dekodierungszeitmarken) und PTS (Präsentationszeitmarken) der Daten des Streams verglichen mit den PCRs verzögern. Dies erlaubt etwas Puffern im Client-Dekoder."
+#: modules/mux/mpeg/ts.c:102
+msgid ""
+"This option will delay the DTS (decoding time stamps) and PTS (presentation "
+"timestamps) of the data in the stream, compared to the PCRs. This allows for "
+"some buffering inside the client decoder."
+msgstr ""
+"Diese Option wird die DTS (Dekodierungszeitmarken) und PTS "
+"(Präsentationszeitmarken) der Daten des Streams verglichen mit den PCRs "
+"verzögern. Dies erlaubt etwas Puffern im Client-Dekoder."
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr "Audio verschlüsseln"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr "Audioverschlüsselung durch CSA"
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr "CSA-Schlüssel"
 
-#: modules/mux/mpeg/ts.c:113
-msgid "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal bytes)."
-msgstr "Definiert den CSA-Verschlüsselungsschlüssel. Dies muss ein String mit 16 Zeichen sein (8 hexadezimale Bytes)."
-
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr "TS Muxer"
+#: modules/mux/mpeg/ts.c:111
+msgid ""
+"Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
+"bytes)."
+msgstr ""
+"Definiert den CSA-Verschlüsselungsschlüssel. Dies muss ein String mit 16 "
+"Zeichen sein (8 hexadezimale Bytes)."
 
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr "TS Muxer (libdvbpsi)"
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Ausgabemixer"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "Ogg/ogm Muxer"
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "WAV Demuxer"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copy-Packetizer"
@@ -9532,41 +10650,50 @@ msgstr "Streamausgabe anzeigen"
 msgid "Duplicate stream output"
 msgstr "Streamausgabe duplizieren"
 
-#: modules/stream_out/es.c:37
-#: modules/stream_out/standard.c:40
+#: modules/stream_out/es.c:37 modules/stream_out/standard.c:40
 msgid "Output access method"
 msgstr "Ausgabezugriffsmethode"
 
-#: modules/stream_out/es.c:39
-#: modules/stream_out/standard.c:42
-msgid "Allows you to specify the output access method used for the streaming output."
-msgstr "Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die Streamingausgabe benutzt wird."
+#: modules/stream_out/es.c:39 modules/stream_out/standard.c:42
+msgid ""
+"Allows you to specify the output access method used for the streaming output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die "
+"Streamingausgabe benutzt wird."
 
 #: modules/stream_out/es.c:41
 msgid "Audio output access method"
 msgstr "Audioausgabezugriffsmethode"
 
 #: modules/stream_out/es.c:43
-msgid "Allows you to specify the output access method used for the audio streaming output."
-msgstr "Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die Audiostreamingausgabe benutzt wird."
+msgid ""
+"Allows you to specify the output access method used for the audio streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die "
+"Audiostreamingausgabe benutzt wird."
 
 #: modules/stream_out/es.c:45
 msgid "Video output access method"
 msgstr "Videoausgabezugriffsmethode"
 
 #: modules/stream_out/es.c:47
-msgid "Allows you to specify the output access method used for the video streaming output."
-msgstr "Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die Videostreamingausgabe benutzt wird."
+msgid ""
+"Allows you to specify the output access method used for the video streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabezugriffsmethode festzulegen, die für die "
+"Videostreamingausgabe benutzt wird."
 
-#: modules/stream_out/es.c:50
-#: modules/stream_out/standard.c:44
+#: modules/stream_out/es.c:50 modules/stream_out/standard.c:44
 msgid "Output muxer"
 msgstr "Ausgabemixer"
 
-#: modules/stream_out/es.c:52
-#: modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
-msgstr "Erlaubt Ihnen den Muxer festzulegen, der für die Streamingausgabe benutzt wird."
+msgstr ""
+"Erlaubt Ihnen den Muxer festzulegen, der für die Streamingausgabe benutzt "
+"wird."
 
 #: modules/stream_out/es.c:53
 msgid "Audio output muxer"
@@ -9574,7 +10701,9 @@ msgstr "Audioausgabemuxer"
 
 #: modules/stream_out/es.c:55
 msgid "Allows you to specify the muxer used for the audio streaming output."
-msgstr "Erlaubt Ihnen den Muxer festzulegen, die für die Audiostreamingausgabe benutzt wird."
+msgstr ""
+"Erlaubt Ihnen den Muxer festzulegen, die für die Audiostreamingausgabe "
+"benutzt wird."
 
 #: modules/stream_out/es.c:56
 msgid "Video output muxer"
@@ -9582,15 +10711,15 @@ msgstr "Videoausgabemuxer"
 
 #: modules/stream_out/es.c:58
 msgid "Allows you to specify the muxer used for the video streaming output."
-msgstr "Erlaubt Ihnen den Muxer festzulegen, der für die Videostreamingausgabe benutzt wird."
+msgstr ""
+"Erlaubt Ihnen den Muxer festzulegen, der für die Videostreamingausgabe "
+"benutzt wird."
 
-#: modules/stream_out/es.c:60
-#: modules/stream_out/standard.c:48
+#: modules/stream_out/es.c:60 modules/stream_out/standard.c:48
 msgid "Output URL"
 msgstr "Ausgabe-URL"
 
-#: modules/stream_out/es.c:62
-#: modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr "Erlaubt Ihnen die Ausgabe-URL für die Streamingausgabe festzulegen."
@@ -9600,16 +10729,20 @@ msgid "Audio output URL"
 msgstr "Audioausgabe-URL"
 
 #: modules/stream_out/es.c:65
-msgid "Allows you to specify the output URL used for the audio streaming output."
-msgstr "Erlaubt Ihnen die Ausgabe-URL für die Audiostreamingausgabe festzulegen."
+msgid ""
+"Allows you to specify the output URL used for the audio streaming output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabe-URL für die Audiostreamingausgabe festzulegen."
 
 #: modules/stream_out/es.c:67
 msgid "Video output URL"
 msgstr "Videoausgabe-URL"
 
 #: modules/stream_out/es.c:69
-msgid "Allows you to specify the output URL used for the video streaming output."
-msgstr "Erlaubt Ihnen die Ausgabe-URL für die Videostreamingausgabe festzulegen."
+msgid ""
+"Allows you to specify the output URL used for the video streaming output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabe-URL für die Videostreamingausgabe festzulegen."
 
 #: modules/stream_out/es.c:78
 msgid "Elementary stream output"
@@ -9619,46 +10752,110 @@ msgstr "Elementare Streamausgabe"
 msgid "Gathering stream output"
 msgstr "Streamausgabeerfassung"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr "Ziel"
 
-#: modules/stream_out/rtp.c:42
-#: modules/stream_out/standard.c:52
+#: modules/stream_out/rtp.c:44
+msgid "SDP"
+msgstr "SDP"
+
+#: modules/stream_out/rtp.c:46
+#, fuzzy
+msgid ""
+"Allows you to specify the SDP used for the streaming output. You must use an "
+"url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
+"access, and sap:// for the SDP to be announced via SAP."
+msgstr ""
+"Erlaubt Ihnen den für die Streamingausgabe benutzten SDP festzulegen. Sie "
+"müssen eine URL benutzen: http://ort um das SDP über HTTP zu erreichen, "
+"rtsp://ort für RTSP-Zugriff und sap://, damit das SDP über SAP angekündigt "
+"wird."
+
+#: modules/stream_out/rtp.c:50
+msgid "Muxer"
+msgstr "Muxer"
+
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
 msgid "Session name"
 msgstr "Session-Name"
 
-#: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
+#: modules/stream_out/rtp.c:56
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr "Erlaubt Ihnen den Session-Namen für die Streamingausgabe festzulegen."
+
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Codec-Beschreibung"
+
+#: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+"Erlaubt Ihnen ein Passwort anzugeben, das beim Zugriff auf den Stream "
+"angefordert wird."
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Session-Name"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "Erlaubt Ihnen die Time-To-Live für die Streamausgabe festzulegen."
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Session-Name"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
 msgstr "Erlaubt Ihnen den Session-Namen für die Streamingausgabe festzulegen."
 
-#: modules/stream_out/rtp.c:45
-msgid "SDP"
-msgstr "SDP"
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr "Erlaubt Ihnen den Basisport für RTP-Streaming festzulegen."
 
-#: modules/stream_out/rtp.c:47
-msgid "Allows you to specify the SDP used for the streaming output. You must use an url: http://location to access the SDP via HTTP, rtsp://location for RTSP access, and sap:// for the SDP to be announced via SAP"
-msgstr "Erlaubt Ihnen den für die Streamingausgabe benutzten SDP festzulegen. Sie müssen eine URL benutzen: http://ort um das SDP über HTTP zu erreichen, rtsp://ort für RTSP-Zugriff und sap://, damit das SDP über SAP angekündigt wird."
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Audiodatenrate"
 
-#: modules/stream_out/rtp.c:51
-msgid "Muxer"
-msgstr "Muxer"
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "Erlaubt Ihnen den Basisport für RTP-Streaming festzulegen."
 
-#: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Videodatenrate"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
 msgstr "Erlaubt Ihnen den Basisport für RTP-Streaming festzulegen."
 
-#: modules/stream_out/rtp.c:59
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr "Erlaubt Ihnen die Time-To-Live für die Streamausgabe festzulegen."
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr "RTP-Streamausgabe"
 
 #: modules/stream_out/standard.c:46
-msgid "Allows you to specify the output muxer method used for the streaming output."
-msgstr "Erlaubt Ihnen die Ausgabemuxermethode für die Streamingausgabe festzulegen."
+msgid ""
+"Allows you to specify the output muxer method used for the streaming output."
+msgstr ""
+"Erlaubt Ihnen die Ausgabemuxermethode für die Streamingausgabe festzulegen."
 
 #: modules/stream_out/standard.c:54
 msgid "Name of the session that will be announced with SAP or SLP"
@@ -9692,135 +10889,216 @@ msgstr "Diese Session mit SLP ank
 msgid "Standard stream output"
 msgstr "Standard-Streamausgabe"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Videoencoder"
 
-#: modules/stream_out/transcode.c:53
-msgid "Allows you to specify the video encoder to use and its associated options."
-msgstr "Erlaubt Ihnen den zu benutzenden Videoencoder und dessen Optionen festzulegen."
+#: modules/stream_out/transcode.c:44
+msgid ""
+"Allows you to specify the video encoder to use and its associated options."
+msgstr ""
+"Erlaubt Ihnen den zu benutzenden Videoencoder und dessen Optionen "
+"festzulegen."
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr "Zielvideocodec"
 
-#: modules/stream_out/transcode.c:57
-msgid "Allows you to specify the destination video codec used for the streaming output."
-msgstr "Erlaubt Ihnen den Zielvideocodec festzulegen, der für die Streamingausgabe benutzt wird."
+#: modules/stream_out/transcode.c:48
+msgid ""
+"Allows you to specify the destination video codec used for the streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen den Zielvideocodec festzulegen, der für die Streamingausgabe "
+"benutzt wird."
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Videodatenrate"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
-msgstr "Erlaubt Ihnen die Videodatenrate festzulegen, die bei der Streamingausgabe benutzt wird."
+msgstr ""
+"Erlaubt Ihnen die Videodatenrate festzulegen, die bei der Streamingausgabe "
+"benutzt wird."
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr "Videoskalierung"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr "Dies erlaubt Ihnen das Video vor dem Encoding zu skalieren."
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Videodatenrate"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+"Erlaubt Ihnen die untere Koordinate für die Videobeschneidung festzulegen."
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Deinterlace auf das Video anwenden"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
-msgstr "Erlaubt Ihnen 'deinterlace' auf das Video vor der Kodierung anzuwenden."
+msgstr ""
+"Erlaubt Ihnen 'deinterlace' auf das Video vor der Kodierung anzuwenden."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr "Erlaubt Ihnen die Videoausgabebreite festzulegen."
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr "Erlaubt Ihnen die Videoausgabehöhe festzulegen."
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr "Video oben beschneiden"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
-msgstr "Erlaubt Ihnen die obere Koordinate für die Videobeschneidung festzulegen."
+msgstr ""
+"Erlaubt Ihnen die obere Koordinate für die Videobeschneidung festzulegen."
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr "Video links beschneiden"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
-msgstr "Erlaubt Ihnen die linke Koordinate für die Videobeschneidung festzulegen."
+msgstr ""
+"Erlaubt Ihnen die linke Koordinate für die Videobeschneidung festzulegen."
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr "Video unten beschneiden"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
-msgstr "Erlaubt Ihnen die untere Koordinate für die Videobeschneidung festzulegen."
+msgstr ""
+"Erlaubt Ihnen die untere Koordinate für die Videobeschneidung festzulegen."
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr "Video rechts beschneiden"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
-msgstr "Erlaubt Ihnen die rechte Koordinate für die Videobeschneidung festzulegen."
+msgstr ""
+"Erlaubt Ihnen die rechte Koordinate für die Videobeschneidung festzulegen."
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr "Audioencoder"
 
-#: modules/stream_out/transcode.c:91
-msgid "Allows you to specify the audio encoder to use and its associated options."
-msgstr "Erlaubt Ihnen den zu benutzenden Audioencoder und dessen Optionen festzulegen."
+#: modules/stream_out/transcode.c:85
+msgid ""
+"Allows you to specify the audio encoder to use and its associated options."
+msgstr ""
+"Erlaubt Ihnen den zu benutzenden Audioencoder und dessen Optionen "
+"festzulegen."
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr "Ziel-Audiocodec"
 
-#: modules/stream_out/transcode.c:95
-msgid "Allows you to specify the destination audio codec used for the streaming output."
-msgstr "Erlaubt Ihnen den Ziel-Audiocodec festzulegen, der bei der Streamingausgabe benutzt wird."
+#: modules/stream_out/transcode.c:89
+msgid ""
+"Allows you to specify the destination audio codec used for the streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen den Ziel-Audiocodec festzulegen, der bei der Streamingausgabe "
+"benutzt wird."
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Audiodatenrate"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
-msgstr "Erlaubt Ihnen die Audiodatenrate festzulegen, die bei der Streamingausgabe benutzt wird."
+msgstr ""
+"Erlaubt Ihnen die Audiodatenrate festzulegen, die bei der Streamingausgabe "
+"benutzt wird."
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr "Audio-Samplerate"
 
-#: modules/stream_out/transcode.c:103
-msgid "Allows you to specify the audio sample rate used for the streaming output."
-msgstr "Erlaubt Ihnen die für die Streamingausgabe verwendete Audio-Samplerate festzulegen."
+#: modules/stream_out/transcode.c:97
+msgid ""
+"Allows you to specify the audio sample rate used for the streaming output."
+msgstr ""
+"Erlaubt Ihnen die für die Streamingausgabe verwendete Audio-Samplerate "
+"festzulegen."
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Audiokanäle"
 
-#: modules/stream_out/transcode.c:107
-msgid "Allows you to specify the number of audio channels used for the streaming output."
-msgstr "Erlaubt Ihnen die Anzahl von Audiokanälen festzulegen, die bei der Streamingausgabe verwendet werden."
+#: modules/stream_out/transcode.c:101
+msgid ""
+"Allows you to specify the number of audio channels used for the streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen die Anzahl von Audiokanälen festzulegen, die bei der "
+"Streamingausgabe verwendet werden."
+
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "Untertitelcodierung"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+"Erlaubt Ihnen den zu benutzenden Videoencoder und dessen Optionen "
+"festzulegen."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Zielvideocodec"
 
 #: modules/stream_out/transcode.c:110
+#, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+"Erlaubt Ihnen den Ziel-Audiocodec festzulegen, der bei der Streamingausgabe "
+"benutzt wird."
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr "Anzahl der Threads"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
-msgstr "Erlaubt Ihnen die Anzahl von Threads festzulegen, die für das Umkodieren verwendet werden."
+msgstr ""
+"Erlaubt Ihnen die Anzahl von Threads festzulegen, die für das Umkodieren "
+"verwendet werden."
+
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Streamausgabe umkodieren"
 
@@ -9836,24 +11114,19 @@ msgstr "I420,IYUV,YV12 nach RGB,RV15,RV16,RV24,RV32 Umwandlungen"
 msgid "MMX I420,IYUV,YV12 to RV15,RV16,RV24,RV32 conversions"
 msgstr "MMX I420,IYUV,YV12 nach RV15,RV16,RV24,RV32 Umwandlungen"
 
-#: modules/video_chroma/i420_ymga.c:48
-#: modules/video_chroma/i420_yuy2.c:75
+#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_yuy2.c:75
 #: modules/video_chroma/i422_yuy2.c:63
 msgid "Conversions from "
 msgstr "Umwandlungen von "
 
-#: modules/video_chroma/i420_ymga.c:48
-#: modules/video_chroma/i420_ymga.c:51
-#: modules/video_chroma/i420_yuy2.c:75
-#: modules/video_chroma/i420_yuy2.c:78
-#: modules/video_chroma/i420_yuy2.c:86
-#: modules/video_chroma/i422_yuy2.c:63
+#: modules/video_chroma/i420_ymga.c:48 modules/video_chroma/i420_ymga.c:51
+#: modules/video_chroma/i420_yuy2.c:75 modules/video_chroma/i420_yuy2.c:78
+#: modules/video_chroma/i420_yuy2.c:86 modules/video_chroma/i422_yuy2.c:63
 #: modules/video_chroma/i422_yuy2.c:66
 msgid " to "
 msgstr " nach "
 
-#: modules/video_chroma/i420_ymga.c:51
-#: modules/video_chroma/i420_yuy2.c:78
+#: modules/video_chroma/i420_ymga.c:51 modules/video_chroma/i420_yuy2.c:78
 #: modules/video_chroma/i422_yuy2.c:66
 msgid "MMX conversions from "
 msgstr "MMX-Umwandlungen von "
@@ -9906,21 +11179,32 @@ msgstr "Das Bildgamma zwischen 0.01 und 10 einstellen. Standardm
 msgid "Image properties filter"
 msgstr "Bildeigenschaftsfilter"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Videofilter-Einstellungen"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Anzahl der Klone"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
-msgstr "Wählen Sie die Anzahl von Videofenstern, in denen das Bild geklont werden soll"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
+msgstr ""
+"Wählen Sie die Anzahl von Videofenstern, in denen das Bild geklont werden "
+"soll"
 
 #: modules/video_filter/clone.c:59
 msgid "List of video output modules"
 msgstr "Liste von Videoausgabemodulen"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
-msgstr "Wählen Sie das spezifische Videoausgabemodul aus, welches Sie aktivieren möchten"
+#, fuzzy
+msgid "Select the specific video output modules that you want to activate."
+msgstr ""
+"Wählen Sie das spezifische Videoausgabemodul aus, welches Sie aktivieren "
+"möchten"
 
 #: modules/video_filter/clone.c:63
 msgid "Clone video filter"
@@ -9931,8 +11215,12 @@ msgid "Crop geometry (pixels)"
 msgstr "Geometrie beschneiden (Pixel)"
 
 #: modules/video_filter/crop.c:55
-msgid "Set the geometry of the zone to crop. This is set as <width> x <height> + <left offset> + <top offset>."
-msgstr "Geben Sie die geometrischen Daten der freizustellenden Zone in der Form <Breite> x <Höhe> + <linker Versatz> + <oberer Versatz> ein."
+msgid ""
+"Set the geometry of the zone to crop. This is set as <width> x <height> + "
+"<left offset> + <top offset>."
+msgstr ""
+"Geben Sie die geometrischen Daten der freizustellenden Zone in der Form "
+"<Breite> x <Höhe> + <linker Versatz> + <oberer Versatz> ein."
 
 #: modules/video_filter/crop.c:57
 msgid "Automatic cropping"
@@ -9987,17 +11275,20 @@ msgid "Logo filename"
 msgstr "Logo-Dateiname"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+#, fuzzy
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "Die Datei muss (derzeit) im PNG RGBA 8bit - Format sein"
 
 #: modules/video_filter/logo.c:60
 msgid "X coordinate of the logo"
 msgstr "X-Koordinate des Logos"
 
-#: modules/video_filter/logo.c:61
-#: modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
-msgstr "Sie können das Logo bewegen, in dem Sie mit der linken Maustaste darauf klicken."
+#: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
+#, fuzzy
+msgid "You can move the logo by left-clicking on it."
+msgstr ""
+"Sie können das Logo bewegen, in dem Sie mit der linken Maustaste darauf "
+"klicken."
 
 #: modules/video_filter/logo.c:62
 msgid "Y coordinate of the logo"
@@ -10008,8 +11299,10 @@ msgid "Transparency of the logo (255-0)"
 msgstr "Transparenz des Logos (255-0)"
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
-msgstr "Sie können es per Mittel-Klick und rechts/links bewegen der Maus verändern"
+#, fuzzy
+msgid "You can change it by middle-clicking and moving mouse left or right."
+msgstr ""
+"Sie können es per Mittel-Klick und rechts/links bewegen der Maus verändern"
 
 #: modules/video_filter/logo.c:68
 msgid "Logo video filter"
@@ -10020,7 +11313,8 @@ msgid "Blur factor (1-127)"
 msgstr "Verwischungsfaktor (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "Der Grad der Verwischung von 1 bis 127"
 
 #: modules/video_filter/motionblur.c:58
@@ -10033,7 +11327,9 @@ msgstr "Umkodierungstyp"
 
 #: modules/video_filter/transform.c:58
 msgid "One of '90', '180', '270', 'hflip' and 'vflip'"
-msgstr "Einer von 90, 180, 270, hflip (horizontal umkehren) oder vflip (vertikal umkehren)"
+msgstr ""
+"Einer von 90, 180, 270, hflip (horizontal umkehren) oder vflip (vertikal "
+"umkehren)"
 
 #: modules/video_filter/transform.c:61
 msgid "Rotate by 90 degrees"
@@ -10064,16 +11360,24 @@ msgid "Number of columns"
 msgstr "Anzahl der Spalten"
 
 #: modules/video_filter/wall.c:54
-msgid "Select the number of horizontal video windows in which to split the video"
-msgstr "Wählen Sie die Anzahl der horizontalen Videofenster, auf die das Bild verteilt werden soll"
+#, fuzzy
+msgid ""
+"Select the number of horizontal video windows in which to split the video."
+msgstr ""
+"Wählen Sie die Anzahl der horizontalen Videofenster, auf die das Bild "
+"verteilt werden soll"
 
 #: modules/video_filter/wall.c:57
 msgid "Number of rows"
 msgstr "Anzahl der Reihen"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
-msgstr "Wählen Sie die Anzahl der vertikalen Videofenster, auf die das Bild verteilt werden soll"
+#, fuzzy
+msgid ""
+"Select the number of vertical video windows in which to split the video."
+msgstr ""
+"Wählen Sie die Anzahl der vertikalen Videofenster, auf die das Bild verteilt "
+"werden soll"
 
 #: modules/video_filter/wall.c:61
 msgid "Active windows"
@@ -10095,57 +11399,103 @@ msgstr "ASCII-Kunst Videoausgabe"
 msgid "color ASCII art video output"
 msgstr "Farbige ASCII-Kunst-Videoausgabe"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr "Hardware-Konvertierungen von YUV nach RGB benutzen"
 
-#: modules/video_output/directx/directx.c:105
-msgid "Try to use hardware acceleration for YUV->RGB conversions. This option doesn't have any effect when using overlays."
-msgstr "Versuchen, die YUV in RGB Konvertierungen mit der Hardware zu beschleunigen. Diese Option hat keinen Effekt, wenn Sie Overlay benutzen."
+#: modules/video_output/directx/directx.c:110
+msgid ""
+"Try to use hardware acceleration for YUV->RGB conversions. This option "
+"doesn't have any effect when using overlays."
+msgstr ""
+"Versuchen, die YUV in RGB Konvertierungen mit der Hardware zu beschleunigen. "
+"Diese Option hat keinen Effekt, wenn Sie Overlay benutzen."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr "Videopuffer im Systemspeicher benutzen"
 
-#: modules/video_output/directx/directx.c:110
-msgid "Create video buffers in system memory instead of video memory. This isn't recommended as usually using video memory allows to benefit from more hardware acceleration (like rescaling or YUV->RGB conversions). This option doesn't have any effect when using overlays."
-msgstr "Videopuffer im Systemspeicher erzeugen, anstatt den Videospeicher zu benutzen. Dies ist nicht empfohlen, da die Benutzung vom Videospeicher normalerweise mehr von der Hardwarebeschleunigung profitiert (wie erneute Skalierungen oder YUV->RGB Konvertierungen). Diese Option hat keinen Effekt, wenn Overlay benutzt wird."
-
 #: modules/video_output/directx/directx.c:115
+msgid ""
+"Create video buffers in system memory instead of video memory. This isn't "
+"recommended as usually using video memory allows to benefit from more "
+"hardware acceleration (like rescaling or YUV->RGB conversions). This option "
+"doesn't have any effect when using overlays."
+msgstr ""
+"Videopuffer im Systemspeicher erzeugen, anstatt den Videospeicher zu "
+"benutzen. Dies ist nicht empfohlen, da die Benutzung vom Videospeicher "
+"normalerweise mehr von der Hardwarebeschleunigung profitiert (wie erneute "
+"Skalierungen oder YUV->RGB Konvertierungen). Diese Option hat keinen Effekt, "
+"wenn Overlay benutzt wird."
+
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr "Dreifache Pufferung für Overlay benutzen"
 
-#: modules/video_output/directx/directx.c:117
-msgid "Try to use triple buffering when using YUV overlays. That results in much better video quality (no flickering)."
-msgstr "Dreifache Pufferung bei YUV-Overlay verwenden. Dies sorgt für die deutlich bessere Bildqualität (kein Flackern)."
+#: modules/video_output/directx/directx.c:122
+msgid ""
+"Try to use triple buffering when using YUV overlays. That results in much "
+"better video quality (no flickering)."
+msgstr ""
+"Dreifache Pufferung bei YUV-Overlay verwenden. Dies sorgt für die deutlich "
+"bessere Bildqualität (kein Flackern)."
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr "Name des gewünschten Anzeigegerätes"
 
-#: modules/video_output/directx/directx.c:121
-msgid "In a multiple monitor configuration, you can specify the Windows device name of the display that you want the video window to open on. For example, \"\\\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
-msgstr "Bei mehreren monitoren können Sie den Windows-Gerätenamen des Bildschirms angeben, auf dem das Videofenster geöffnet werden soll. Zum Beispiel: \"\\\\.\\DISPLAY1\" oder \"\\\\.\\DISPLAY2\"."
+#: modules/video_output/directx/directx.c:126
+msgid ""
+"In a multiple monitor configuration, you can specify the Windows device name "
+"of the display that you want the video window to open on. For example, \"\\"
+"\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
+msgstr ""
+"Bei mehreren monitoren können Sie den Windows-Gerätenamen des Bildschirms "
+"angeben, auf dem das Videofenster geöffnet werden soll. Zum Beispiel: \"\\\\."
+"\\DISPLAY1\" oder \"\\\\.\\DISPLAY2\"."
+
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "DirectX Videoausgabe"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Kleiner"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr "Framebuffer-Device"
 
 #: modules/video_output/fb.c:69
-msgid "You can select here the framebuffer device that will be used for rendering (usually /dev/fb0)."
-msgstr "Wählen Sie hier das Framepuffer-Device aus, das zum rendern benutzt werden soll (üblicherweise /dev/fb0)."
+msgid ""
+"You can select here the framebuffer device that will be used for rendering "
+"(usually /dev/fb0)."
+msgstr ""
+"Wählen Sie hier das Framepuffer-Device aus, das zum rendern benutzt werden "
+"soll (üblicherweise /dev/fb0)."
 
 #: modules/video_output/fb.c:75
 msgid "GNU/Linux console framebuffer video output"
 msgstr "GNU/Linux framebuffer Ausgabe (auf der Konsole)"
 
-#: modules/video_output/ggi.c:56
-#: modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "X11 Bildschirmname"
 
@@ -10161,17 +11511,41 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "3dfx Glide Videoausgabe"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "HD1000 Audioausgabe"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr "Matrox Graphic Array Videoausgabe"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Ausgewählt"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "Erlaubt Ihnen die Ratenkontrollierungspuffergröße festzulegen."
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Videoausgabe überlagern"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "QT Bildschirmname"
 
 #: modules/video_output/qte/qte.cpp:81
-msgid "Specify the Qt Embedded hardware display you want to use. By default VLC will use the value of the DISPLAY environment variable."
-msgstr "Geben Sie den QT-Bildschirm an, den Sie benutzen möchten. Standardmäßig wird der Bildschirm der DISPLAY-Variablen benutzt."
+msgid ""
+"Specify the Qt Embedded hardware display you want to use. By default VLC "
+"will use the value of the DISPLAY environment variable."
+msgstr ""
+"Geben Sie den QT-Bildschirm an, den Sie benutzen möchten. Standardmäßig wird "
+"der Bildschirm der DISPLAY-Variablen benutzt."
 
 #: modules/video_output/qte/qte.cpp:115
 msgid "QT Embedded video output"
@@ -10181,6 +11555,45 @@ msgstr "Integrierte QT Videoausgabe"
 msgid "Simple DirectMedia Layer video output"
 msgstr "Simple DirectMedia Layer Videoausgabe"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+#, fuzzy
+msgid "Set the width of the snapshot image"
+msgstr "Wählen Sie den Pfad zur zuletzt benutzen Skin."
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+#, fuzzy
+msgid "Set the cache size (number of images to keep)"
+msgstr "Die Anzahl von Frames pro Sekunde einstellen"
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Zugriffsmodul"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr "SVGAlib Videoausgabe"
@@ -10189,74 +11602,106 @@ msgstr "SVGAlib Videoausgabe"
 msgid "Windows GDI video output"
 msgstr "Windows GDI Videoausgabe"
 
-#: modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "XVideo Adapter Nummer"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Mit dieser Option können sie den Adapter ihrer Grafikkarte auswählen, falls "
+"sie mehrere besitze (Sie sollten dies eigentlich nicht ändern müssen)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
 #: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr "Alternative Vollbildmethode"
 
-#: modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
 #: modules/video_output/x11/xvideo.c:51
 msgid ""
-"There are two ways to make a fullscreen window, unfortunately each one has its drawbacks.\n"
-"1) Let the window manager handle your fullscreen window (default), but things like taskbars will likely show on top of the video.\n"
-"2) Completely bypass the window manager, but then nothing will be able to show on top of the video."
+"There are two ways to make a fullscreen window, unfortunately each one has "
+"its drawbacks.\n"
+"1) Let the window manager handle your fullscreen window (default), but "
+"things like taskbars will likely show on top of the video.\n"
+"2) Completely bypass the window manager, but then nothing will be able to "
+"show on top of the video."
 msgstr ""
-"Es gibt zwei Wege ein Vollbildfenster zu erzeugen. Leider hat jede Nachteile.\n"
-"1) Der Window Manager soll das Vollbildfenster verwalten (Standard). Aber Sachen wie die Taskbar werden wahrscheinlich über dem Ausgabefenster angezeigt.\n"
-"2) Der Window Manager wird komplett umgangen. Damit wird es jedoch unmöglich etwas anderes über dem Ausgabefenster anzuzeigen."
-
-#: modules/video_output/x11/x11.c:54
+"Es gibt zwei Wege ein Vollbildfenster zu erzeugen. Leider hat jede "
+"Nachteile.\n"
+"1) Der Window Manager soll das Vollbildfenster verwalten (Standard). Aber "
+"Sachen wie die Taskbar werden wahrscheinlich über dem Ausgabefenster "
+"angezeigt.\n"
+"2) Der Window Manager wird komplett umgangen. Damit wird es jedoch unmöglich "
+"etwas anderes über dem Ausgabefenster anzuzeigen."
+
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
 #: modules/video_output/x11/xvideo.c:60
-msgid "Specify the X11 hardware display you want to use. By default VLC will use the value of the DISPLAY environment variable."
-msgstr "Geben Sie den X11-Bildschirm an, den Sie benutzen wollen. Standardmäßig wird der Bildschirm der DISPLAY-Variablen benutzt."
+msgid ""
+"Specify the X11 hardware display you want to use. By default VLC will use "
+"the value of the DISPLAY environment variable."
+msgstr ""
+"Geben Sie den X11-Bildschirm an, den Sie benutzen wollen. Standardmäßig wird "
+"der Bildschirm der DISPLAY-Variablen benutzt."
+
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr "Bildschirm, der für den Vollbildmodus benutzt wird."
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+"Wählen Sie den Bildschirm, der für den Vollbildmodus benutzt werden soll, z."
+"B. 0 für den ersten Bildschirm, 1 für den Zweiten..."
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
 
-#: modules/video_output/x11/x11.c:57
-#: modules/video_output/x11/xvideo.c:68
+#: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr "Geteilten Speicher benutzen"
 
-#: modules/video_output/x11/x11.c:59
-#: modules/video_output/x11/xvideo.c:70
+#: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70
 msgid "Use shared memory to communicate between VLC and the X server."
-msgstr "Geteilten Speicher benutzen, um zwischen VLC und dem X-Server zu kommunizieren."
+msgstr ""
+"Geteilten Speicher benutzen, um zwischen VLC und dem X-Server zu "
+"kommunizieren."
 
 #: modules/video_output/x11/x11.c:61
 msgid "choose the screen to be used for fullscreen mode."
-msgstr "Wählen Sie den Bildschirm, der für den Vollbildmodus benutzt werden soll."
-
-#: modules/video_output/x11/x11.c:63
-#: modules/video_output/x11/xvideo.c:74
-msgid "Choose the screen you want to use in fullscreen mode. For instance set it to 0 for first screen, 1 for the second."
-msgstr "Wählen Sie den Bildschirm, der für den Vollbildmodus benutzt werden soll, z.B. 0 für den ersten Bildschirm, 1 für den Zweiten..."
+msgstr ""
+"Wählen Sie den Bildschirm, der für den Vollbildmodus benutzt werden soll."
 
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr "X11 Videoausgabe"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "XVideo Adapter Nummer"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid "If you graphics card provides several adaptors, this option allows you to choose which one will be used (you shouldn't have to change this)."
-msgstr "Mit dieser Option können sie den Adapter ihrer Grafikkarte auswählen, falls sie mehrere besitze (Sie sollten dies eigentlich nicht ändern müssen)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "XVimage Chromaformat"
 
 #: modules/video_output/x11/xvideo.c:65
-msgid "Force the XVideo renderer to use a specific chroma format instead of trying to improve performances by using the most efficient one."
-msgstr "Den XVideo - Renderer zwingen ein bestimmtes Chromaformat zu benutzen, anstatt ihn das effizienteste wählen zu lassen."
-
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr "Bildschirm, der für den Vollbildmodus benutzt wird."
+msgid ""
+"Force the XVideo renderer to use a specific chroma format instead of trying "
+"to improve performances by using the most efficient one."
+msgstr ""
+"Den XVideo - Renderer zwingen ein bestimmtes Chromaformat zu benutzen, "
+"anstatt ihn das effizienteste wählen zu lassen."
 
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr "XVideo-Extension Videoausgabe"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr "Goom-Anzeigebreite"
@@ -10266,8 +11711,12 @@ msgid "Goom display height"
 msgstr "Goom-Anzeigehöhe"
 
 #: modules/visualization/goom.c:60
-msgid "Allows you to change the resolution of the Goom display (bigger resolution will be prettier but more CPU intensive)."
-msgstr "Erlaubt Ihnen die Auflösung der Goomanzeige zu ändern (höhere Auflösung ist schöner, braucht aber mehr Leistung)."
+msgid ""
+"Allows you to change the resolution of the Goom display (bigger resolution "
+"will be prettier but more CPU intensive)."
+msgstr ""
+"Erlaubt Ihnen die Auflösung der Goomanzeige zu ändern (höhere Auflösung ist "
+"schöner, braucht aber mehr Leistung)."
 
 #: modules/visualization/goom.c:63
 msgid "Goom animation speed"
@@ -10275,7 +11724,9 @@ msgstr "Goom-Animationsgeschwindigkeit"
 
 #: modules/visualization/goom.c:64
 msgid "Allows you to reduce the speed of the animation (default 6, max 10)."
-msgstr "Erlaubt Ihnen die Geschwindigkeit der Animation zu reduzieren (standardmäßig 6, max. 10)."
+msgstr ""
+"Erlaubt Ihnen die Geschwindigkeit der Animation zu reduzieren (standardmäßig "
+"6, max. 10)."
 
 #: modules/visualization/goom.c:70
 msgid "Goom effect"
@@ -10307,7 +11758,9 @@ msgstr "Anzahl der B
 
 #: modules/visualization/visual/visual.c:53
 msgid "Number of bands used by spectrum analyzer, should be 20 or 80."
-msgstr "Anzahl von Bändern, die vom Spektrumanalysierer benutzt werden. Es sollten 20 oder 80 sein."
+msgstr ""
+"Anzahl von Bändern, die vom Spektrumanalysierer benutzt werden. Es sollten "
+"20 oder 80 sein."
 
 #: modules/visualization/visual/visual.c:55
 msgid "Band separator"
@@ -10339,7 +11792,9 @@ msgstr "Anzahl der Sterne"
 
 #: modules/visualization/visual/visual.c:69
 msgid "Defines the number of stars to draw with random effect."
-msgstr "Legt die Anzahl der Sterne fest, die mit dem 'Zufällig'-Effekt gezeichnet werden."
+msgstr ""
+"Legt die Anzahl der Sterne fest, die mit dem 'Zufällig'-Effekt gezeichnet "
+"werden."
 
 #: modules/visualization/visual/visual.c:75
 msgid "visualizer filter"
@@ -10371,9 +11826,198 @@ msgstr "Versatz des Schattens in Pixeln"
 
 #: modules/visualization/xosd.c:74
 msgid "Font used to display text in the xosd output"
-msgstr "Die Schrift, die zur Anzeige des Textes in der xosd Ausgabe benutzt wird"
+msgstr ""
+"Die Schrift, die zur Anzeige des Textes in der xosd Ausgabe benutzt wird"
 
 #: modules/visualization/xosd.c:80
 msgid "XOSD interface"
 msgstr "XOSD Interface"
 
+#~ msgid "Stream "
+#~ msgstr "Stream "
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr "[dvd:][Device][@raw_device][@[Titel][,[Kapitel][,Ankerpunkt]]]"
+
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "DVD Input (benutzt libdvdcss, falls installiert)"
+
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "DVD Input (benutzt libdvdcss)"
+
+#~ msgid "DVD menus"
+#~ msgstr "DVD-Menüs"
+
+#~ msgid "Root"
+#~ msgstr "Ausgangspunkt"
+
+#~ msgid "Angle"
+#~ msgstr "Ankerpunkt"
+
+#~ msgid "Resume"
+#~ msgstr "Wiederaufnehmen"
+
+#~ msgid "DVD input with menus support"
+#~ msgstr "DVD Input mit Menü-Unterstützung"
+
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "DVD Input (benutzt libdvdread)"
+
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Video4Linux Demuxer"
+
+#~ msgid "Jump -10 seconds"
+#~ msgstr "-10 Sekunden springen"
+
+#~ msgid "Jump +10 seconds"
+#~ msgstr "+10 Sekunden springen"
+
+#~ msgid "Jump -1 minute"
+#~ msgstr "-1 Minute springen"
+
+#~ msgid "Jump +1 minute"
+#~ msgstr "+1 Minute springen"
+
+#~ msgid "Jump -5 minutes"
+#~ msgstr "-5 Minuten springen"
+
+#~ msgid "Jump +5 minutes"
+#~ msgstr "+5 Minuten springen"
+
+#~ msgid "Demux2 adaptation layer"
+#~ msgstr "Demux2-Adaptionslayer"
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Kompatiblität mit VLS-0.4 Vorgängern"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "Das Protokoll zur Übertragung von A/52 Audiostreams hat zwischen VLC 0.3."
+#~ "x und 0.4.x gewechselt. Standardmäßig nimmt VLC an, dass sie das neueste "
+#~ "VLS haben. Falls Sie eine alte Version benutzen, aktivieren Sie dies."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "Fehlerhaftes PSI"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Wenn Sie einen Stream, dessen PSI-Pakete keine sich erhöhenden Zähler "
+#~ "(feature incremented continuity counters) enthalten, wählen Sie diese "
+#~ "Option."
+
+#~ msgid "Output MRL"
+#~ msgstr "Ausgabe-MRL"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream Demux-Stream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream Demux-Stream (libdvbpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "Cachewert in ms"
+
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "DVDnav Input (Demux)"
+
+#~ msgid "RTSP/RTP describe"
+#~ msgstr "RTSP/RTP Describe"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "ISO 13818-1 MPEG Program Stream Input"
+
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "Allgemeines ISO 13818-1 MPEG Demultiplexing"
+
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "SVCD-Untertitel %i"
+
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "CVD-Untertitel %i"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream Input"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream Input (libdvbpsi)"
+
+#~ msgid "<unknown>"
+#~ msgstr "<unbekannt>"
+
+#~ msgid "Jump +10 Seconds"
+#~ msgstr "+10 Sekunden springen"
+
+#~ msgid "Jump -10 Seconds"
+#~ msgstr "-10 Sekunden springen"
+
+#~ msgid "video rendering mode"
+#~ msgstr "Videorendermodus"
+
+#~ msgid ""
+#~ "The default method is OpenGL for Quartz Extreme machines and Quartz for "
+#~ "the others."
+#~ msgstr ""
+#~ "Die Standardmethode ist OpenGL für Quartz-Extreme-Geräte und Quartz für "
+#~ "die anderen."
+
+#~ msgid "OpenGL effect"
+#~ msgstr "OpenGL Effekt"
+
+#~ msgid ""
+#~ "Use 'None' to display the video without any fantasy, 'Cube' to let the "
+#~ "video play on the faces of a rotating cube, 'Transparent cube' do make "
+#~ "this cube transparent."
+#~ msgstr ""
+#~ "Benutzen Sie 'None' zur normalen Anzeige des Videos, 'Cube' zur "
+#~ "Wiedergabe des Videos auf den Seiten eines rotierenden Würfels oder "
+#~ "'Transparent cube', um diesen Würfel transparent zu machen."
+
+#~ msgid "Transparent cube"
+#~ msgstr "Transparenter Würfel"
+
+#~ msgid "Last skin actually used"
+#~ msgstr "Zuletzt benutzte Skin"
+
+#~ msgid "Show application in system tray"
+#~ msgstr "Programm im System-Tray anzeigen"
+
+#~ msgid "Show application in taskbar"
+#~ msgstr "Programm in der Taskleiste anzeigen"
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Skinbares Interface"
+
+#~ msgid "New Wizard..."
+#~ msgstr "Neuer Assistent..."
+
+#~ msgid "Audio Options"
+#~ msgstr "Audiooptionen"
+
+#~ msgid "DVD (test)"
+#~ msgstr "DVD (Test)"
+
+#~ msgid "Stream with VLC in three steps."
+#~ msgstr "Streaming mit VLC in drei Schritten."
+
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Schritt 1: Wählen Sie aus, was gestreamt wird."
+
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Schritt 2: Legen Sie die Streamingmethode fest."
+
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Schritt 3: Streaming starten."
+
+#~ msgid "Choose..."
+#~ msgstr "Wählen..."
+
+#~ msgid "Start!"
+#~ msgstr "Start!"
+
+#~ msgid "TS muxer"
+#~ msgstr "TS Muxer"
index b9b4a5c59b17ae86611dd9d6541481e33349e5dd..36073685782d0c96c14f6cd0d1f7167f7b018e84 100644 (file)
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2002-04-22 09:56+0200\n"
 "Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
 "Language-Team: \n"
@@ -204,7 +204,7 @@ msgstr "No help available"
 msgid "No help is available for these modules"
 msgstr "No help is available for these modules"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -214,7 +214,7 @@ msgstr ""
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -234,36 +234,33 @@ msgstr ""
 "\n"
 "For more information, have a look at the web site."
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Title"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Author"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Artist"
 
@@ -272,17 +269,16 @@ msgstr "Artist"
 msgid "Genre"
 msgstr "Genre"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Copyright"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Description"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Rating"
 
@@ -297,13 +293,13 @@ msgstr "Setting"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Language"
 
@@ -315,58 +311,71 @@ msgstr "Codec Name"
 msgid "Codec Description"
 msgstr "Codec Description"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visualisations"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Disable"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Random"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Scope"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Spectrum"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr "Goom"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "visualiser"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Audio filters"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Audio Channels"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Stereo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Left"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Right"
 
@@ -433,245 +442,227 @@ msgstr "%s: option `-W %s' is ambiguous\n"
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: option `-W %s' doesn't allow an argument\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr "Bookmark %i"
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Stream "
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Stream %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codec"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Type"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Channels"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Sample rate"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bits per sample"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: src/input/es_out.c:383
-#, c-format
-msgid "%d bps"
+#: src/input/es_out.c:1113
+#, fuzzy, c-format
+msgid "%d kb/s"
 msgstr "%d bps"
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Video"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Resolution"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Display resolution"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr ""
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+msgid "Meta-information"
 msgstr ""
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr ""
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr ""
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programme"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr ""
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr ""
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr ""
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr ""
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Subtitles Track"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, c-format
-msgid "Title %i"
+#: src/input/var.c:256
+msgid "Next title"
 msgstr ""
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, c-format
-msgid "Chapter %i"
+#: src/input/var.c:261
+msgid "Previous title"
 msgstr ""
 
-#: src/input/input_programs.c:395
-msgid "Next title"
+#: src/input/var.c:284
+#, c-format
+msgid "Title %i"
 msgstr ""
 
-#: src/input/input_programs.c:398
-msgid "Previous title"
+#: src/input/var.c:307 src/input/var.c:367
+#, c-format
+msgid "Chapter %i"
 msgstr ""
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr ""
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr ""
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Switch interface"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr "Add Interface"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "en_GB"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Help options"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -680,7 +671,7 @@ msgstr ""
 "\n"
 "Press the RETURN key to continue...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -689,12 +680,12 @@ msgstr ""
 "Usage: %s [options] [items]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -707,7 +698,7 @@ msgstr ""
 "see the file named COPYING for details.\n"
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr ""
 
@@ -859,31 +850,7 @@ msgstr ""
 "all the available options, including those that most users should never "
 "touch."
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr ""
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr ""
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -897,11 +864,11 @@ msgstr ""
 "Enable these filters here, and configure them in the \"audio filters\" "
 "modules section."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -909,11 +876,11 @@ msgstr ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behaviour is to automatically select the best method available."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr ""
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
@@ -921,37 +888,37 @@ msgstr ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr ""
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr ""
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr ""
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
@@ -959,11 +926,11 @@ msgstr ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
@@ -973,11 +940,11 @@ msgstr ""
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Audio desynchronisation compensation"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
@@ -987,11 +954,11 @@ msgstr ""
 "milliseconds. This can be handy if you notice a lag between the video and "
 "the audio."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
@@ -1001,11 +968,11 @@ msgstr ""
 "used by default when possible (ie. if your hardware supports it as well as "
 "the audio stream being played)."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1013,7 +980,7 @@ msgstr ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
@@ -1021,11 +988,11 @@ msgstr ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualisation modules (spectrum analyser, ...)."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
@@ -1033,7 +1000,7 @@ msgstr ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1045,11 +1012,11 @@ msgstr ""
 "adjusting, ...). Enable these filters here and configure them in the \"video "
 "filters\" modules section. You can also set many miscellaneous video options."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr ""
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1057,11 +1024,11 @@ msgstr ""
 "This option allows you to select the video output method used by VLC. The "
 "default behaviour is to automatically select the best method available."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
@@ -1069,12 +1036,12 @@ msgstr ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1082,12 +1049,12 @@ msgstr ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1095,11 +1062,11 @@ msgstr ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr ""
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
@@ -1107,11 +1074,11 @@ msgstr ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
@@ -1119,19 +1086,19 @@ msgstr ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr "Video title"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr ""
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
@@ -1141,47 +1108,47 @@ msgstr ""
 "centred (0=centre, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr ""
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Greyscale video output"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1189,21 +1156,21 @@ msgstr ""
 "When enabled, the colour information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
@@ -1211,19 +1178,19 @@ msgstr ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr ""
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1231,11 +1198,11 @@ msgstr ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
@@ -1243,11 +1210,11 @@ msgstr ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1255,11 +1222,11 @@ msgstr ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1273,7 +1240,7 @@ msgstr ""
 "y (4:3, 16:9, etc.) expressing the global image aspect, or a float value "
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
@@ -1283,11 +1250,11 @@ msgstr ""
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1295,19 +1262,19 @@ msgstr ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1315,11 +1282,11 @@ msgstr ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1329,11 +1296,11 @@ msgstr ""
 "solution, you will probably have to indicate the IP address of your "
 "multicasting interface here."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
@@ -1341,29 +1308,29 @@ msgstr ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Choose programme (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Choose the programme to select by giving its Service ID."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr ""
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -1371,33 +1338,37 @@ msgstr ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Choose subtitle track"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -1407,21 +1378,21 @@ msgstr ""
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr "Subtitle autodetection fuzziness"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1439,11 +1410,11 @@ msgstr ""
 "3 = subtitle file matching the movie name with additional chars\n"
 "4 = subtitle file matching the movie name exactly"
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr "Subtitle autodetection paths"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -1451,11 +1422,11 @@ msgstr ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr ""
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -1463,11 +1434,11 @@ msgstr ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -1475,15 +1446,15 @@ msgstr ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -1491,15 +1462,15 @@ msgstr ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Audio CD device"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
@@ -1507,15 +1478,15 @@ msgstr ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1523,11 +1494,11 @@ msgstr ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1535,71 +1506,71 @@ msgstr ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
@@ -1609,11 +1580,11 @@ msgstr ""
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Preferred codecs list"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
@@ -1623,17 +1594,17 @@ msgstr ""
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Preferred encoders list"
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "This allows you to select a list of encoders that VLC will use in priority"
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -1641,35 +1612,35 @@ msgstr ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr ""
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1677,15 +1648,15 @@ msgstr ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 msgid "Keep stream output open"
 msgstr "Keep stream output open"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -1695,37 +1666,37 @@ msgstr ""
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Preferred packetiser list"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "This allows you to select the order in which VLC will choose its packetisers."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
@@ -1733,11 +1704,11 @@ msgstr ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
@@ -1745,7 +1716,7 @@ msgstr ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
@@ -1753,11 +1724,11 @@ msgstr ""
 "These options allow you to enable special CPU optimisations.\n"
 "You should always leave all these enabled."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1765,11 +1736,11 @@ msgstr ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1777,11 +1748,11 @@ msgstr ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1789,11 +1760,11 @@ msgstr ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1801,11 +1772,11 @@ msgstr ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -1813,11 +1784,11 @@ msgstr ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1825,7 +1796,7 @@ msgstr ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -1833,11 +1804,11 @@ msgstr ""
 "These options define the behaviour of the playlist. Some of them can be "
 "overridden in the playlist dialogue box."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1845,11 +1816,11 @@ msgstr ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1857,11 +1828,11 @@ msgstr ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr ""
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
@@ -1869,7 +1840,17 @@ msgstr ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+msgid "Play and stop"
+msgstr ""
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -1877,11 +1858,11 @@ msgstr ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1889,27 +1870,27 @@ msgstr ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr ""
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1921,11 +1902,11 @@ msgstr ""
 "however lock up your whole machine, or make it very very slow. You should "
 "only activate this if you know what you're doing."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
@@ -1935,19 +1916,49 @@ msgstr ""
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Minimise number of threads"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr "This option minimises the number of threads needed to run VLC"
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr ""
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1961,11 +1972,11 @@ msgstr ""
 "explorer. This option will allow you to play the file with the already "
 "running instance or enqueue it."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1981,11 +1992,11 @@ msgstr ""
 "the processor time and render the whole system unresponsive which might "
 "require a reboot of your machine."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
@@ -1995,11 +2006,11 @@ msgstr ""
 "to correctly implement condition variables. You can also use the faster "
 "Win9x implementation but you might experience problems with it."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -2013,345 +2024,345 @@ msgstr ""
 "robust. Currently you can choose between implementation 0 (which is the "
 "fastest but slightly incorrect), 1 (default) and 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr "Subtitle delay up"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr "Subtitle delay down"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -2359,11 +2370,11 @@ msgstr ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -2371,18 +2382,39 @@ msgstr ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+msgid "Cycle audio track"
+msgstr ""
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Choose subtitle track"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
+#, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2401,90 +2433,94 @@ msgstr ""
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr ""
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr ""
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr ""
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "main program"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+msgid "resets the current plugins cache"
+msgstr ""
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr ""
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr ""
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -3104,71 +3140,73 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr ""
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr ""
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr ""
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr ""
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3180,6 +3218,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Audio CD input"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3189,10 +3231,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr ""
 
@@ -3212,7 +3254,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr ""
 
@@ -3403,11 +3445,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr "Subdirectory behaviour"
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3419,37 +3461,40 @@ msgstr ""
 "collapse: subdirectories appear but are expanded on first play.\n"
 "expand: all subdirectories are expanded.\n"
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr ""
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+msgid "Directory EOF"
+msgstr ""
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
@@ -3457,11 +3502,11 @@ msgstr ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3471,11 +3516,11 @@ msgstr ""
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3485,11 +3530,11 @@ msgstr ""
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
@@ -3499,11 +3544,11 @@ msgstr ""
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -3511,40 +3556,40 @@ msgstr ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Device properties"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 "Show the properties dialogue of the selected device before starting the "
 "stream."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -3553,20 +3598,20 @@ msgstr ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "Pseudo raw video decoder"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3574,142 +3619,178 @@ msgstr ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "Greyscale video output"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Allows you to specify the minimum video quantiser scale."
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Allows you to modify the default caching value for CDDA streams. This value "
+"should be set in millisecond units."
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3737,65 +3818,29 @@ msgstr ""
 "with this method. It is the one that was used by libcss.\n"
 "The default method is: key."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr ""
-
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
@@ -3803,11 +3848,11 @@ msgstr ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
@@ -3815,7 +3860,7 @@ msgstr ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3905,11 +3950,20 @@ msgid ""
 msgstr ""
 "Allows you to modify the user agent that will be used for the connection."
 
+#: modules/access/http.c:65
+msgid "Auto re-connect"
+msgstr ""
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
@@ -3917,151 +3971,331 @@ msgstr ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr ""
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
-#: modules/access/pvr/pvr.c:77
-msgid "PVR"
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
 msgstr ""
 
-#: modules/access/pvr/pvr.c:78
-msgid "MPEG Encoding cards input (with ivtv drivers)"
-msgstr ""
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Video Device"
 
-#: modules/access/satellite/satellite.c:41
-msgid "Demux number"
+#: modules/access/pvr/pvr.c:49
+msgid "Norm"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:44
-msgid "Tuner number"
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:47
-msgid "Satellite default transponder frequency (kHz)"
+#: modules/access/pvr/pvr.c:53
+msgid "Automatic"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:50
-msgid "Satellite default transponder polarization"
-msgstr "Satellite default transponder polarisation"
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:53
-msgid "Satellite default transponder FEC"
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:56
-msgid "Satellite default transponder symbol rate (kHz)"
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:59
-msgid "Use diseqc with antenna"
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
 msgstr ""
 
-#: modules/access/satellite/satellite.c:72
-msgid "Satellite input"
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
 msgstr ""
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
+#: modules/access/pvr/pvr.c:59
+#, fuzzy
+msgid "Height"
+msgstr "Right"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
 msgstr ""
 
-#: modules/access/slp.c:62
-msgid ""
-"This string is a comma separated list of attribute identifiers to search for "
-"a playlist title or empty to use all attributes."
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
 msgstr ""
-"This string is a comma separated list of attribute identifiers to search for "
-"a playlist title or empty to use all attributes."
 
-#: modules/access/slp.c:65
-msgid "SLP scopes list"
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
 msgstr ""
 
-#: modules/access/slp.c:67
-msgid ""
-"This string is a comma separated list of scope names or empty if you want to "
-"use the default scopes. It is used in all SLP queries."
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Sample rate"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
 msgstr ""
-"This string is a comma separated list of scope names or empty if you want to "
-"use the default scopes. It is used in all SLP queries."
 
-#: modules/access/slp.c:70
-msgid "SLP naming authority"
+#: modules/access/pvr/pvr.c:67
+msgid "Key interval"
 msgstr ""
 
-#: modules/access/slp.c:72
-msgid ""
-"This string is a list of naming authorities to search. Use \"*\" for all and "
-"the empty string for the default of IANA."
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
 msgstr ""
-"This string is a list of naming authorities to search. Use \"*\" for all and "
-"the empty string for the default of IANA."
 
-#: modules/access/slp.c:75
-msgid "SLP LDAP filter"
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
 msgstr ""
 
-#: modules/access/slp.c:77
+#: modules/access/pvr/pvr.c:71
 msgid ""
-"This is a query formulated of attribute pattern matching expressions in the "
-"form of an LDAPv3 search filter or empty for all answers."
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
 msgstr ""
-"This is a query formulated of attribute pattern matching expressions in the "
-"form of an LDAPv3 search filter or empty for all answers."
 
-#: modules/access/slp.c:80
-msgid "Language requested in SLP requests"
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
 msgstr ""
 
-#: modules/access/slp.c:82
-msgid ""
-"RFC 1766 Language tag for the natural language locale of requests, leave "
-"empty to use the default locale. It is used in all SLP queries."
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Bitrate"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
 msgstr ""
-"RFC 1766 Language tag for the natural language locale of requests, leave "
-"empty to use the default locale. It is used in all SLP queries."
 
-#: modules/access/slp.c:86
-msgid "SLP input"
+#: modules/access/pvr/pvr.c:77
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
-#: modules/access/tcp.c:39
-msgid ""
-"Allows you to modify the default caching value for TCP streams. This value "
-"should be set in millisecond units."
+#: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
 msgstr ""
-"Allows you to modify the default caching value for TCP streams. This value "
-"should be set in millisecond units."
 
-#: modules/access/tcp.c:46
-msgid "TCP input"
-msgstr "TCP input"
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Audio bitrate"
 
-#: modules/access/udp.c:43 modules/access_output/udp.c:65
+#: modules/access/pvr/pvr.c:80
 msgid ""
-"Allows you to modify the default caching value for UDP streams. This value "
-"should be set in millisecond units."
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Channels"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
+msgid "MPEG Encoding cards input (with ivtv drivers)"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:41
+msgid "Demux number"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:44
+msgid "Tuner number"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:47
+msgid "Satellite default transponder frequency (kHz)"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:50
+msgid "Satellite default transponder polarization"
+msgstr "Satellite default transponder polarisation"
+
+#: modules/access/satellite/satellite.c:53
+msgid "Satellite default transponder FEC"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:56
+msgid "Satellite default transponder symbol rate (kHz)"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:59
+msgid "Use diseqc with antenna"
+msgstr ""
+
+#: modules/access/satellite/satellite.c:72
+msgid "Satellite input"
+msgstr ""
+
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Allows you to modify the default caching value for cdda streams. This value "
+"should be set in milliseconds units."
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Sample rate"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr ""
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
+msgstr ""
+
+#: modules/access/slp.c:62
+msgid ""
+"This string is a comma separated list of attribute identifiers to search for "
+"a playlist title or empty to use all attributes."
+msgstr ""
+"This string is a comma separated list of attribute identifiers to search for "
+"a playlist title or empty to use all attributes."
+
+#: modules/access/slp.c:65
+msgid "SLP scopes list"
+msgstr ""
+
+#: modules/access/slp.c:67
+msgid ""
+"This string is a comma separated list of scope names or empty if you want to "
+"use the default scopes. It is used in all SLP queries."
+msgstr ""
+"This string is a comma separated list of scope names or empty if you want to "
+"use the default scopes. It is used in all SLP queries."
+
+#: modules/access/slp.c:70
+msgid "SLP naming authority"
+msgstr ""
+
+#: modules/access/slp.c:72
+msgid ""
+"This string is a list of naming authorities to search. Use \"*\" for all and "
+"the empty string for the default of IANA."
+msgstr ""
+"This string is a list of naming authorities to search. Use \"*\" for all and "
+"the empty string for the default of IANA."
+
+#: modules/access/slp.c:75
+msgid "SLP LDAP filter"
+msgstr ""
+
+#: modules/access/slp.c:77
+msgid ""
+"This is a query formulated of attribute pattern matching expressions in the "
+"form of an LDAPv3 search filter or empty for all answers."
+msgstr ""
+"This is a query formulated of attribute pattern matching expressions in the "
+"form of an LDAPv3 search filter or empty for all answers."
+
+#: modules/access/slp.c:80
+msgid "Language requested in SLP requests"
+msgstr ""
+
+#: modules/access/slp.c:82
+msgid ""
+"RFC 1766 Language tag for the natural language locale of requests, leave "
+"empty to use the default locale. It is used in all SLP queries."
+msgstr ""
+"RFC 1766 Language tag for the natural language locale of requests, leave "
+"empty to use the default locale. It is used in all SLP queries."
+
+#: modules/access/slp.c:86
+msgid "SLP input"
+msgstr ""
+
+#: modules/access/tcp.c:39
+msgid ""
+"Allows you to modify the default caching value for TCP streams. This value "
+"should be set in millisecond units."
+msgstr ""
+"Allows you to modify the default caching value for TCP streams. This value "
+"should be set in millisecond units."
+
+#: modules/access/tcp.c:46
+msgid "TCP input"
+msgstr "TCP input"
+
+#: modules/access/udp.c:43 modules/access_output/udp.c:65
+msgid ""
+"Allows you to modify the default caching value for UDP streams. This value "
+"should be set in millisecond units."
 msgstr ""
 "Allows you to modify the default caching value for UDP streams. This value "
 "should be set in millisecond units."
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr "UDP/RTP input"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
@@ -4069,7 +4303,7 @@ msgstr ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
@@ -4077,7 +4311,7 @@ msgstr ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
@@ -4085,7 +4319,7 @@ msgstr ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -4093,21 +4327,21 @@ msgstr ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Video"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
+#: modules/access/vcd/vcd.c:46
+msgid "VCD input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:79
-msgid "VCD input"
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
 msgstr ""
 
 #: modules/access/vcdx/access.c:113
@@ -4115,81 +4349,81 @@ msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr ""
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr ""
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4326,11 +4560,21 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Allows you to give a user name that will be requested to access the stream."
+
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr "HTTP stream output"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4407,12 +4651,12 @@ msgstr "headphone channel mixer with virtual spatialisation effect"
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4420,7 +4664,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr ""
 
@@ -4428,11 +4673,12 @@ msgstr ""
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "DTS Coherent Acoustics audio decoder"
 
@@ -4464,7 +4710,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr ""
 
@@ -4492,6 +4739,148 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+msgid "Equalizer 10 bands"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Flat"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Large Hall"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Live"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Party"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Number of threads"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+msgid "Max level"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr ""
@@ -4536,32 +4925,32 @@ msgstr ""
 msgid "ALSA Device Name"
 msgstr ""
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Audio Device"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr ""
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4569,14 +4958,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr ""
 
@@ -4659,7 +5048,18 @@ msgstr "OSS DSP device"
 msgid "Simple DirectMedia Layer audio output"
 msgstr ""
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "UDP stream output"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4691,6 +5091,14 @@ msgstr ""
 msgid "CMML annotations decoder"
 msgstr ""
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4703,10 +5111,15 @@ msgstr "DTS audio packetiser"
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "DVB subtitles decoder"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "DVB subtitles decoder"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4723,31 +5136,46 @@ msgstr ""
 msgid "simple"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ffmpeg audio/video encoder"
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "ffmpeg audio/video encoder"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "ffmpeg demuxer"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "ffmpeg demuxer"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "ffmpeg demuxer"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4755,11 +5183,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4771,41 +5199,41 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Visualise motion vectors"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4817,83 +5245,83 @@ msgstr ""
 "2 - visualise forward predicted MVs of B frames\n"
 "4 - visualise backward predicted MVs of B frames"
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr "Enable interlaced encoding"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr "Rate control buffer size"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr "Rate control buffer aggressiveness"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr "I quantisation factor"
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
@@ -4901,21 +5329,21 @@ msgstr ""
 "Allows you to specify the quantisation factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr "Enable MPEG4 quantisation matrix"
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
@@ -4925,17 +5353,17 @@ msgstr ""
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4947,27 +5375,27 @@ msgstr ""
 "trellis quantisation, then the rate distortion of motion vectors (hq), and "
 "raise the noise reduction threshold to ease the encoder's task."
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr "Minimum video quantiser scale"
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Allows you to specify the minimum video quantiser scale."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr "Maximum video quantiser scale"
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr "Allows you to specify the maximum video quantiser scale."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr "Enable trellis quantisation"
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
@@ -4975,7 +5403,29 @@ msgstr ""
 "Allows you to enable trellis quantisation (rate distortion for block "
 "coefficients)."
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+#, fuzzy
+msgid "Use fixed video quantizer scale"
+msgstr "Minimum video quantiser scale"
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -5011,7 +5461,7 @@ msgstr "Flac audio packetiser"
 msgid "Flac audio encoder"
 msgstr "Flac audio encoder"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -5047,7 +5497,7 @@ msgstr "Chaoji VCD subtitle packetiser"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr ""
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Philips OGT (SVCD subtitle) packetiser"
 
@@ -5124,59 +5574,59 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Pseudo raw video decoder"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Pseudo raw video packetiser"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr ""
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Speex audio packetiser"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "Speex audio encoder"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr ""
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "DVD subtitles packetiser"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr ""
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr ""
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr ""
 
@@ -5184,65 +5634,102 @@ msgstr ""
 msgid "Tarkin decoder module"
 msgstr ""
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr ""
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Theora video packetiser"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Theora video encoder"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stereo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Flac audio encoder"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+msgid "CBR encoding"
+msgstr ""
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Vorbis audio packetiser"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Vorbis audio encoder"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5266,229 +5753,237 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+msgid "Corba control"
+msgstr ""
+
+#: modules/control/corba/corba.c:687
+msgid "corba control module"
 msgstr ""
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr ""
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr ""
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr ""
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
+msgid "Audio track: %s"
 msgstr ""
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Subtitle track: %s"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr ""
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr ""
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr ""
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr ""
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr ""
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
+msgid "Pause"
 msgstr ""
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Subtitle track: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr ""
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5526,242 +6021,260 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Windows Service interface"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Remote control interface"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Remote control interface initialised, `h' for help\n"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, c-format
 msgid "no input\n"
 msgstr "no input\n"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr ""
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr ""
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr ""
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr ""
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 msgid "Telnet remote control interface"
 msgstr "Telnet remote control interface"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr ""
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5803,120 +6316,80 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr ""
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr ""
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr ""
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "ISO 13818-1 MPEG Transport Stream demuxstream"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr ""
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "MPEG-4 video demuxer"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr ""
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr ""
 
@@ -5996,7 +6469,7 @@ msgstr "H264 video demuxer"
 msgid "MPEG-4 video demuxer"
 msgstr "MPEG-4 video demuxer"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "MPEG-I/II audio demuxer"
 
@@ -6004,32 +6477,6 @@ msgstr "MPEG-I/II audio demuxer"
 msgid "MPEG-I/II video demuxer"
 msgstr "MPEG-I/II video demuxer"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "ISO 13818-1 MPEG Programme Stream input"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, c-format
-msgid "SVCD Subtitle %i"
-msgstr "SVCD Subtitle %i"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, c-format
-msgid "CVD Subtitle %i"
-msgstr "CVD Subtitle %i"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -6046,7 +6493,7 @@ msgstr ""
 msgid "M3U playlist import"
 msgstr ""
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr ""
 
@@ -6070,11 +6517,59 @@ msgstr ""
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr ""
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+msgid "Fast udp streaming"
+msgstr ""
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+msgid "Silent mode"
+msgstr ""
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "ISO 13818-1 MPEG Transport Stream input - new"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -6090,10 +6585,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr ""
@@ -6130,10 +6621,6 @@ msgstr ""
 msgid "Other"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -6142,18 +6629,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -6162,10 +6637,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6206,10 +6677,6 @@ msgstr ""
 msgid "Trance"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6402,18 +6869,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr ""
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr ""
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6441,113 +6896,131 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr ""
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr ""
 
@@ -6555,73 +7028,75 @@ msgstr ""
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Randomise"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr ""
@@ -6633,7 +7108,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr ""
@@ -6674,10 +7149,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6704,7 +7175,19 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr ""
 
@@ -6812,20 +7295,15 @@ msgid "Select audio channel"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6843,7 +7321,7 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr ""
 
@@ -6856,8 +7334,9 @@ msgid "_Video"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -6910,7 +7389,7 @@ msgid "Slow"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr ""
 
@@ -6921,12 +7400,13 @@ msgid "Fast"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr ""
 
@@ -7028,7 +7508,7 @@ msgid "Open Target:"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7036,52 +7516,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -7089,24 +7569,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr ""
 
@@ -7114,10 +7594,6 @@ msgstr ""
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarisation"
@@ -7139,12 +7615,12 @@ msgid "Satellite"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7153,8 +7629,8 @@ msgid "stream output"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr ""
 
@@ -7181,19 +7657,19 @@ msgid "Invert"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr ""
 
@@ -7214,12 +7690,12 @@ msgid "Destination Target: "
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7259,7 +7735,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr ""
 
@@ -7375,15 +7851,15 @@ msgstr ""
 msgid "Open Target"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7460,12 +7936,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr ""
@@ -7596,7 +8072,7 @@ msgstr ""
 msgid "Opening file..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr ""
 
@@ -7612,7 +8088,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7652,403 +8128,421 @@ msgstr ""
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Random On"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Random Off"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr ""
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Stream "
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Video Device"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Minimise Window"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licence"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "Force a video rendering mode."
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr ""
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr ""
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr ""
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr ""
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr ""
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr ""
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr ""
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr ""
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "SDP"
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr ""
 
@@ -8072,7 +8566,7 @@ msgstr ""
 msgid "Properties"
 msgstr "Properties"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8107,7 +8601,6 @@ msgstr ""
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr ""
 
@@ -8119,46 +8612,46 @@ msgstr ""
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8166,7 +8659,20 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr ""
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr ""
 
@@ -8183,7 +8689,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr ""
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr ""
 
@@ -8199,7 +8705,7 @@ msgstr ""
 msgid "Owner"
 msgstr ""
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr ""
 
@@ -8604,225 +9110,334 @@ msgstr ""
 msgid "Qt interface"
 msgstr ""
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
-msgstr "Skinnable interface"
-
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+#: modules/gui/skins2/src/dialogs.cpp:241
+msgid "M3U file|*.m3u"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 msgid "Skinnable Interface"
 msgstr "Skinnable Interface"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+msgid "Select skin"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Open subtitles file"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+msgid "Edit bookmark"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr ""
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
-msgid "Stream and media info"
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
-msgid "Quick &Open File...\tCtrl-O"
+#: modules/gui/wxwindows/bookmarks.cpp:408
+msgid "Invalid selection"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:336
-msgid "Open &File...\tCtrl-F"
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:337
-msgid "Open &Disc...\tCtrl-D"
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "no input\n"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:339
-msgid "Open &Network Stream...\tCtrl-N"
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "no input\n"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:341
-msgid "Open &Capture Device...\tCtrl-C"
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:350
-msgid "E&xit\tCtrl-X"
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
-msgid "&Playlist...\tCtrl-P"
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:355
-msgid "&Messages...\tCtrl-M"
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:357
-msgid "Stream and Media &info...\tCtrl-I"
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
-msgid "&File"
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:372
-msgid "&View"
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:373
-msgid "&Settings"
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:374
-msgid "&Audio"
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:375
-msgid "&Video"
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Video title"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+msgid "More info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:376
-msgid "&Navigation"
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:377
-msgid "&Help"
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:444
-msgid "Previous playlist item"
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visualisations"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:445
-msgid "Next playlist item"
+#: modules/gui/wxwindows/extrapanel.cpp:400
+msgid "Maximum level"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
+#: modules/gui/wxwindows/extrapanel.cpp:919
+msgid "More information"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
+#: modules/gui/wxwindows/fileinfo.cpp:59
+msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
+#: modules/gui/wxwindows/interface.cpp:314
+msgid "Quick &Open File...\tCtrl-O"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
+#: modules/gui/wxwindows/interface.cpp:317
+msgid "Open &File...\tCtrl-F"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
+#: modules/gui/wxwindows/interface.cpp:318
+msgid "Open &Disc...\tCtrl-D"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
+#: modules/gui/wxwindows/interface.cpp:320
+msgid "Open &Network Stream...\tCtrl-N"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
+#: modules/gui/wxwindows/interface.cpp:322
+msgid "Open &Capture Device...\tCtrl-C"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:325
+msgid "&Wizard...\tCtrl-W"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:327
+msgid "E&xit\tCtrl-X"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:331
+msgid "&Playlist...\tCtrl-P"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:332
+msgid "&Messages...\tCtrl-M"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:334
+msgid "Stream and Media &info...\tCtrl-I"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:348
+msgid "&File"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:349
+msgid "&View"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:350
+msgid "&Settings"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:351
+msgid "&Audio"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:352
+msgid "&Video"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:353
+msgid "&Navigation"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:354
+msgid "&Help"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:429
+msgid "Previous playlist item"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
+#: modules/gui/wxwindows/interface.cpp:430
+msgid "Next playlist item"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -8830,14 +9445,14 @@ msgstr ""
 "© 1996-2004 - the VideoLAN Team\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr ""
@@ -8855,7 +9470,7 @@ msgid "Group Info"
 msgstr ""
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr ""
 
@@ -8863,43 +9478,51 @@ msgstr ""
 msgid "Options"
 msgstr "Options"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+msgid "Media &Info..."
+msgstr ""
+
+#: modules/gui/wxwindows/menus.cpp:136
+msgid "&Messages..."
+msgstr ""
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -8911,188 +9534,192 @@ msgstr ""
 msgid "Save Messages As..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr "Advanced options..."
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr "Options:"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Subtitle options"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 msgid "DVD (menus)"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
-msgstr ""
+#: modules/gui/wxwindows/open.cpp:646
+#, fuzzy
+msgid "Subtitles track"
+msgstr "Subtitles Track"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+msgid "Repeat"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "&Shuffle Playlist"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr ""
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr ""
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9116,97 +9743,69 @@ msgstr "Choose directory"
 msgid "Choose file"
 msgstr "Choose file"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
-msgid "Output methods"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:424
-msgid "HTTP"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:425
-msgid "MMSH"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:529
-msgid "Miscellaneous options"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:543
-msgid "Channel name"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:622
-msgid "Transcoding options"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:672
-msgid "Video codec"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
+#: modules/gui/wxwindows/streamout.cpp:417
+msgid "Output methods"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:735
-msgid "Audio codec"
+#: modules/gui/wxwindows/streamout.cpp:426
+msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:881
-msgid "Save file"
+#: modules/gui/wxwindows/streamout.cpp:427
+msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
+#: modules/gui/wxwindows/streamout.cpp:531
+msgid "Miscellaneous options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
+#: modules/gui/wxwindows/streamout.cpp:545
+msgid "Channel name"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
+#: modules/gui/wxwindows/streamout.cpp:624
+msgid "Transcoding options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
+#: modules/gui/wxwindows/streamout.cpp:676
+msgid "Video codec"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
+#: modules/gui/wxwindows/streamout.cpp:741
+msgid "Audio codec"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
+#: modules/gui/wxwindows/streamout.cpp:888
+msgid "Save file"
 msgstr ""
 
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr ""
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr ""
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr ""
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9304,49 +9903,45 @@ msgstr ""
 msgid "Dummy font renderer function"
 msgstr ""
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr ""
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr ""
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9400,11 +9995,11 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 #, fuzzy
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
@@ -9413,7 +10008,7 @@ msgstr ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9504,6 +10099,15 @@ msgstr ""
 msgid "X Screensaver disabler"
 msgstr ""
 
+#: modules/misc/svg.c:60
+msgid "SVG template file"
+msgstr ""
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr ""
@@ -9512,36 +10116,36 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr ""
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -9572,40 +10176,40 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr "Video PID"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr "Audio PID"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9614,57 +10218,62 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
+#: modules/mux/mpeg/ts.c:117
+msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:125
-msgid "TS muxer (libdvbpsi)"
+#: modules/mux/mpjpeg.c:41
+msgid "Multipart jpeg muxer"
 msgstr ""
 
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "PS demuxer"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copy packetiser"
@@ -9742,7 +10351,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr ""
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -9766,7 +10375,7 @@ msgstr ""
 msgid "Output URL"
 msgstr ""
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9797,42 +10406,96 @@ msgstr ""
 msgid "Gathering stream output"
 msgstr ""
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr ""
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr ""
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr "SDP"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr ""
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr ""
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr ""
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Codec Description"
+
 #: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+"Allows you to give a user name that will be requested to access the stream."
+
+#: modules/stream_out/rtp.c:60
+msgid "Session URL"
+msgstr ""
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "Allows you to specify the minimum video quantiser scale."
+
+#: modules/stream_out/rtp.c:63
+msgid "Session email"
+msgstr ""
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr "Allows you to specify the maximum video quantiser scale."
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Audio options"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+"Allows you to modify the user agent that will be used for the connection."
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Video bitrate"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr "Allows you to specify the maximum video quantiser scale."
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr ""
 
@@ -9873,144 +10536,190 @@ msgstr ""
 msgid "Standard stream output"
 msgstr ""
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Video encoder"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr "Destination video codec"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Video bitrate"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr ""
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Video bitrate"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Deinterlace video"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr ""
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr "Video crop left"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr ""
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr ""
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr "Audio encoder"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr "Destination audio codec"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Audio bitrate"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr ""
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Audio channels"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "DVB subtitles decoder"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr "Allows you to specify the minimum video quantiser scale."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Destination video codec"
+
 #: modules/stream_out/transcode.c:110
+#, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+"Allows you to modify the user name that will be used for the connection."
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr "Number of threads"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Transcode stream output"
 
@@ -10091,12 +10800,17 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "Image properties filter"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Video filters settings"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr ""
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -10104,7 +10818,7 @@ msgid "List of video output modules"
 msgstr "List of video output modules"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10176,7 +10890,7 @@ msgid "Logo filename"
 msgstr ""
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10184,7 +10898,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10196,7 +10910,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10208,7 +10922,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10253,7 +10967,7 @@ msgstr ""
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -10261,7 +10975,8 @@ msgid "Number of rows"
 msgstr ""
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -10284,21 +10999,21 @@ msgstr ""
 msgid "color ASCII art video output"
 msgstr "colour ASCII art video output"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10306,31 +11021,50 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr ""
 
+#: modules/video_output/directx/directx.c:288
+msgid "Wallpaper"
+msgstr ""
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr ""
@@ -10345,8 +11079,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -10360,10 +11094,28 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr ""
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "HD1000 audio output"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr ""
 
+#: modules/video_output/opengl.c:97
+msgid "Select effect"
+msgstr ""
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Greyscale video output"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr ""
@@ -10382,6 +11134,42 @@ msgstr ""
 msgid "Simple DirectMedia Layer video output"
 msgstr ""
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+msgid "snapshot module"
+msgstr ""
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr ""
@@ -10390,11 +11178,23 @@ msgstr ""
 msgid "Windows GDI video output"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr ""
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10404,12 +11204,28 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr ""
@@ -10422,26 +11238,10 @@ msgstr ""
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr ""
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr ""
@@ -10452,14 +11252,14 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr ""
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -10580,6 +11380,28 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "XOSD interface"
 
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream demuxstream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "ISO 13818-1 MPEG Programme Stream input"
+
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "SVCD Subtitle %i"
+
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "CVD Subtitle %i"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "Force a video rendering mode."
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Skinnable interface"
+
 #~ msgid "Satellite transponder polarization"
 #~ msgstr "Satellite transponder polarisation"
 
@@ -10598,10 +11420,6 @@ msgstr "XOSD interface"
 #~ msgid "Codec setting"
 #~ msgstr "Codec setting"
 
-#, fuzzy
-#~ msgid "Open a skin file."
-#~ msgstr "Open subtitles file"
-
 #~ msgid "Exit this program"
 #~ msgstr "Exit this program"
 
@@ -10611,9 +11429,6 @@ msgstr "XOSD interface"
 #~ msgid "About this program"
 #~ msgstr "About this program"
 
-#~ msgid "Audio options"
-#~ msgstr "Audio options"
-
 #~ msgid "(c) 1996-2003 the VideoLAN team"
 #~ msgstr "© 1996-2003 the VideoLAN team"
 
@@ -10638,9 +11453,6 @@ msgstr "XOSD interface"
 #~ msgid "Random dithering"
 #~ msgstr "Random dithering"
 
-#~ msgid "visualizer"
-#~ msgstr "visualiser"
-
 #~ msgid "(C) 1996-2003 the VideoLAN team"
 #~ msgstr "© 1996-2003 the VideoLAN team"
 
index 6924cd9e37fa0cdc34aefbf0ca13e0864f23265c..44409a81df56fb6bfd1ea2bce37d6179f9eb69dd 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2002-04-22 09:56+0200\n"
 "Last-Translator: Antonio Javier Varela <tonxabar@hotmail.com>\n"
 "Language-Team: \n"
@@ -57,7 +57,8 @@ msgstr "Opciones de filtros de audio"
 
 #: include/vlc_help.h:55
 msgid "Audio filters can be set in the Audio section, and configured here."
-msgstr "Los filtros de audio pueden ponerse en la sección Audio, y configurarse aquí."
+msgstr ""
+"Los filtros de audio pueden ponerse en la sección Audio, y configurarse aquí."
 
 #: include/vlc_help.h:58
 msgid "Audio output modules settings"
@@ -167,7 +168,8 @@ msgstr "Opciones de m
 msgid ""
 "Choose your preferred video output in the Video section, and configure it "
 "here."
-msgstr "Elige tu salida de vídeo preferida en la sección Vídeo, y configúrala aquí."
+msgstr ""
+"Elige tu salida de vídeo preferida en la sección Vídeo, y configúrala aquí."
 
 #: include/vlc_help.h:104
 msgid "Video filters settings"
@@ -191,7 +193,7 @@ msgstr "Sin ayuda disponible"
 msgid "No help is available for these modules"
 msgstr "No se dispone de ayuda para estos módulos"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -202,7 +204,7 @@ msgstr ""
 "ventana de comandos dos, ve al directorio donde instalaste VLC y ejecuta "
 "\"vlc -I wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -224,36 +226,33 @@ msgstr ""
 "\n"
 "Para más información, echa un vistazo al sitio web."
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Autor"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Artista"
 
@@ -262,17 +261,16 @@ msgstr "Artista"
 msgid "Genre"
 msgstr "Género"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr ""
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Descripción"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Puntuación"
 
@@ -287,13 +285,13 @@ msgstr "Opci
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Lenguaje"
 
@@ -305,58 +303,71 @@ msgstr "Nombre del C
 msgid "Codec Description"
 msgstr "Descripción del Códec"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visualizaciones"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Deshabilitar"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Aleatorio"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Osciloscopio"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Espectrómetro"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "visualizador"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Filtros de audio"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Canales de Audio"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Estéreo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Izquierdo"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Derecho"
 
@@ -423,245 +434,228 @@ msgstr "%s: opci
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: opción `-W %s' no permite un argumento\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr "Favorito %i"
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Volcado "
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr "Pista %i"
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Volcado %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Códec"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Tipo"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Canales"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Tasa de Muestra"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bits por muestra"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Tasa de Bits"
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Vídeo"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Resolución"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Resolución de pantalla"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr "Subtítulo"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr "Favorito"
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Archivo"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Informaciones de objeto"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "Volcado"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Duración"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr "Favorito"
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programa"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Capítulo"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr "Navegación"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr "Pista de Vídeo"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr "Pista de Audio"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Pista de Subtítulos"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Título siguiente"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Título anterior"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Título %i"
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Capítulo %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Título siguiente"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Título anterior"
-
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr "Capítulo siguiente"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr "Capítulo anterior"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr "Pista %i"
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Cambiar interfaz"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr "Añadir Interfaz"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "es"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Opciones de Ayuda"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Uso: %s [opciones] [objetos]...\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "cadena"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "integral"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "flotante"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (por defecto habilitado)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (por defecto deshabilitado)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -670,7 +664,7 @@ msgstr ""
 "\n"
 "Pulsa tecla RETORNO para continuar...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -679,12 +673,12 @@ msgstr ""
 "Uso: %s [opciones] [objetos]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[módulo]              [descripción]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -697,7 +691,7 @@ msgstr ""
 "mira el archivo llamado COPYING para ver los detalles.\n"
 "Escrito por el equipo VideoLAN; mira el archivo AUTHORS.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr "Automático"
 
@@ -849,31 +843,7 @@ msgstr ""
 "Al activar esta opción, las preferencias y/o interfaces mostrarán toda "
 "opción posible, incluso ésas que la mayoría de usiarios no deberían tocar."
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr "Ruta de búsqueda por defecto de interfaz"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"La opción permite poner la ruta por defecto que la interfaz abrirá al buscar "
-"un archivo."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr "Ruta de búsqueda de módulos"
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"La opción permite especificar una ruta adicional para VLC para buscar sus "
-"módulos."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -887,11 +857,11 @@ msgstr ""
 "Habilita estos filtros aquí, y configúralos en la sección de módulos "
 "\"filtros de audio\"."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Módulo de salida de audio"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -899,11 +869,11 @@ msgstr ""
 "La opción te permite elegir el método de salida de audio usado por VLC. El "
 "comportamiento por defecto es elegir automáticamente el mejor método posible."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr "Habilitar audio"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
@@ -911,35 +881,37 @@ msgstr ""
 "Puedes deshabilitar totalmente la salida de audio. En este caso no se hará "
 "la decodificación de audio, y salvará algo de potencia de procesamiento."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr "Forzar audio mono"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr "Esto forzará una salida de audio mono"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Volumen de salida de audio"
 
-#: src/libvlc.h:122
-msgid "You can set the default audio output volume here, in a range from 0 to 1024."
-msgstr "Puedes poner el volumen de salida de audio por defecto aquí, de 0 a 1024."
+#: src/libvlc.h:112
+msgid ""
+"You can set the default audio output volume here, in a range from 0 to 1024."
+msgstr ""
+"Puedes poner el volumen de salida de audio por defecto aquí, de 0 a 1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr "Volumen guardado de salida de audio"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr "Esto guarda el volumen de salida de audio al elegir mudo."
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr "Frecuencia de salida de audio (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
@@ -947,11 +919,11 @@ msgstr ""
 "Aquí puedes forzar la frecuencia de salida de audio. Valores comunes son -1 "
 "(por defecto), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr "Remuestreo de audio de alta calidad"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
@@ -961,11 +933,11 @@ msgstr ""
 "remuestreo puede consumir mucho procesador, puedes deshabilitarlo y entonces "
 "se usará un algoritmo de remuestreo menor."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Compensar desincronización de audio"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
@@ -974,11 +946,11 @@ msgstr ""
 "Esto permite retrasar la salida de audio. Debes dar un número de "
 "milisegundos. Puede ser útil si notas un retraso entre el vídeo y el audio."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr "Modo preferido de canales de salida de audio"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
@@ -988,11 +960,11 @@ msgstr ""
 "cuando sea posible (ej. si tu hardware así como el volcado de audio que se "
 "ejecuta lo soportan)."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "Usar S/PDIF salida de audio si posible"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1000,7 +972,7 @@ msgstr ""
 "Esta opción permite usar S/PDIF salida de audio por defecto cuando tu "
 "hardware y la fuente de sonido ejecutada lo soportan."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
@@ -1008,11 +980,11 @@ msgstr ""
 "Esto te permite añadir filtros de postproceso de audio, para modificar el "
 "sonido, o módulos de visualización de audio (analizador espectral, ..)."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr "Mezclador de canal"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
@@ -1021,7 +993,7 @@ msgstr ""
 "ejemplo, puedes usar el mezclador \"auriculares\" que da una sensación 5.1 "
 "con auriculares."
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1034,11 +1006,11 @@ msgstr ""
 "módulos \"filtros de vídeo\". También puedes poner diversas opciones de "
 "vídeo."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Módulo de salida de vídeo"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1046,11 +1018,11 @@ msgstr ""
 "Esta opción permite elegir el método de salida de vídeo usado por VLC. El "
 "modo por defecto es elegir automáticamente el mejor método posible."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr "Habilitar vídeo"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
@@ -1059,12 +1031,12 @@ msgstr ""
 "decodificación de vídeo no sucede, lo que salvará algo de potencia del "
 "procesador."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Anchura del vídeo"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1072,12 +1044,12 @@ msgstr ""
 "Puedes forzar la anchura de vídeo aquí. Por defecto (-1) VLC se adaptará a "
 "las características de vídeo."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Altura del vídeo"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1085,11 +1057,11 @@ msgstr ""
 "Puedes forzar la altura de vídeo aquí. Por defecto (-1) VLC se adaptará a "
 "las características del vídeo."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr "Coordenada x de vídeo"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
@@ -1097,11 +1069,11 @@ msgstr ""
 "Aquí puedes forzar la posición de la esquina superior izquierda de la "
 "ventana de vídeo (coordenada x)."
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr "Coodenada y de vídeo"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
@@ -1109,19 +1081,19 @@ msgstr ""
 "Aquí puedes forzar la posición de la esquina superior izquierda de la "
 "ventana de vídeo (coordenada y)."
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr "Título del vídeo"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr "Aquí puedes especificar un título personalizado de ventana de vídeo."
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr "Alineación del vídeo"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
@@ -1131,47 +1103,47 @@ msgstr ""
 "centrado (0=centro, 1=izquierda, 2=derecha, 4=arriba, 8=abajo, también "
 "puedes usar combinaciones de estos valores)."
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Centro"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr "Arriba"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr "Abajo"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr "Arriba Izquierda"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr "Arriba Derecha"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr "Abajo Izquierda"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr "Abajo Derecha"
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr "Zoom de vídeo"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Puedes hacer zoom en el vídeo con el valor especificado."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Escala de grises de salida de vídeo"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1179,19 +1151,21 @@ msgstr ""
 "Al habilitarlo, la información de color del vídeo no se decodificará (esto "
 "también puede permitirte salvar algo de potencia del procesador)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Salida de vídeo a pantalla completa"
 
-#: src/libvlc.h:233
-msgid "If this option is enabled, VLC will always start a video in fullscreen mode."
-msgstr "Al habilitar esta opción, VLC siempre iniciará un vídeo a pantalla completa."
+#: src/libvlc.h:223
+msgid ""
+"If this option is enabled, VLC will always start a video in fullscreen mode."
+msgstr ""
+"Al habilitar esta opción, VLC siempre iniciará un vídeo a pantalla completa."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr "Transparencia de salida de vídeo"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
@@ -1199,19 +1173,19 @@ msgstr ""
 "Si habilitada, VLC intentará aprovecharse de las capacidades de "
 "transparencia de tu tarjeta gráfica (aceleración por hardware)."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Siempre sobre todo"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr "Pone siempre la ventana de video sobre las otras ventanas."
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr "Forzar posición SPU"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1219,11 +1193,11 @@ msgstr ""
 "Puedes usar esta opción para colocar los subtítulos bajo la película, en vez "
 "de estar sobre la película. Prueba varias posiciones."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr "Mostrar En Pantalla"
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
@@ -1231,11 +1205,11 @@ msgstr ""
 "VLC puede mostrar mensajes sobre el vídeo. Esto se llama OSD (Mostrar En "
 "Pantalla). Puedes deshabilitar esta opción aquí."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr "Módulo de filtro de vídeo"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1244,11 +1218,11 @@ msgstr ""
 "imagen, por ejemplo desentrelazado, o clonar o distorsionar la ventana de "
 "vídeo."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr "Relación de aspecto de fuente"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1263,7 +1237,7 @@ msgstr ""
 "global de la imagen, o un valor flotante (1.25, 1.3333, etc.) expresando "
 "cuadratura de píxel."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
@@ -1273,11 +1247,11 @@ msgstr ""
 "entrada, tales como el aparato DVD o VCD, las opciones de interfaz de red o "
 "el canal de subtítulos."
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr "Contador reloj de referencia promedio"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1285,29 +1259,30 @@ msgstr ""
 "Al usar la entrada PVR (o una fuente muy irregular), deberías poner ésto a "
 "10000."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Puerto del servidor"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "El puerto usado para volcados UDP. Por defecto, elegimos 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "MTU de la interfaz de red"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
-msgstr "El típico tamaño de paquetes UDP solicitado. En Ethernet normalmente es 1500."
+msgstr ""
+"El típico tamaño de paquetes UDP solicitado. En Ethernet normalmente es 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Dirección de interfaz de red"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1317,11 +1292,11 @@ msgstr ""
 "probablemente tendrás que indicar aquí la dirección IP de tu interfaz "
 "multiemisión."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr "Hora para emisión en directo"
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
@@ -1329,57 +1304,66 @@ msgstr ""
 "Indicar aquí la Hora Para La Emisión En Directo de los paquetes multiemisión "
 "enviados por el volcado de salida."
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Elige programa (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Elige el programa para seleccionar dando su ID de Servicio."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Elige audio"
 
-#: src/libvlc.h:306
-msgid "Give the default type of audio you want to use in a DVD. (Developers only)"
-msgstr "Da el tipo de audio por defecto a usar en un DVD. (Sólo desarrolladores)."
+#: src/libvlc.h:296
+msgid ""
+"Give the default type of audio you want to use in a DVD. (Developers only)"
+msgstr ""
+"Da el tipo de audio por defecto a usar en un DVD. (Sólo desarrolladores)."
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr "Elige canal de audio"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
-msgstr "Da el número de fuente del canal de audio a usar en un DVD (desde 1 a n)."
+msgstr ""
+"Da el número de fuente del canal de audio a usar en un DVD (desde 1 a n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Elige pista de subtítulos"
 
-#: src/libvlc.h:316
-msgid "Give the stream number of the subtitle channel you want to use (from 1 to n)."
-msgstr "Da el número de fuente del canal de subtítulo a usar en un DVD (de 1 a n)."
+#: src/libvlc.h:306
+msgid ""
+"Give the stream number of the subtitle channel you want to use (from 1 to n)."
+msgstr ""
+"Da el número de fuente del canal de subtítulo a usar en un DVD (de 1 a n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr "Número de veces que la misma entrada se repetirá"
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr "Tiempo de inicio de entrada (segundos)"
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr "Tiempo de parada de entrada (segundos)"
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr "Lista de favoritos para un volcado"
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -1389,19 +1373,21 @@ msgstr ""
 "\"{name=nombre-de-enlace,time=tiempo-de-desplazamiento-opcional,bytes=byte-"
 "offset-opcional}{etc...}\""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr "Autodetectar archivo de subtítulos"
 
-#: src/libvlc.h:335
-msgid "Automatically detect a subtitle file, if no subtitle filename is specified."
-msgstr "Automáticamente detecta un archivo de subtítulos, si no se especifica alguno."
+#: src/libvlc.h:328
+msgid ""
+"Automatically detect a subtitle file, if no subtitle filename is specified."
+msgstr ""
+"Automáticamente detecta un archivo de subtítulos, si no se especifica alguno."
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr "Exactitud en autodetección de subtítulos"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1420,11 +1406,11 @@ msgstr ""
 "caracteres\n"
 "4 = archivo de subtítulos igual que el nombre de película exactamente"
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr "Rutas de autodetección de subtítulos"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -1432,11 +1418,11 @@ msgstr ""
 "Busca un archivo de subtítulos en esas rutas también, si no se halló tu "
 "archivo de subtítulos en el directorio actual."
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr "Usar archivo de subtítulos"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -1444,11 +1430,11 @@ msgstr ""
 "Carga este archivo de subtítulos. Úsalo si no se detecta automáticamente el "
 "tuyo."
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "Aparato DVD"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -1456,15 +1442,15 @@ msgstr ""
 "El aparato (o archivo) DVD a usar por defecto. No olvides los dos puntos "
 "tras la letra de unidad (ej. D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Éste es el aparato DVD a usar por defecto."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "Aparato VCD"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -1472,15 +1458,15 @@ msgstr ""
 "Éste es el aparato VCD a usar por defecto. Si no especificas nada, "
 "buscaremos un aparato CD-ROM adecuado."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Éste es el aparato VCD a usar por defecto."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Aparato de CD de Audio"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
@@ -1488,95 +1474,98 @@ msgstr ""
 "Éste es el aparato de CD de Audio a usar por defecto. Si no especificas "
 "nada, buscaremos un aparato CD-ROM adecuado."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr "Éste es el aparato CD de Audio a usar por defecto."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "Forzar IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
-msgstr "Si eliges esta opción, IPv6 se usará por defecto en toda conexión UDP y HTTP."
+msgstr ""
+"Si eliges esta opción, IPv6 se usará por defecto en toda conexión UDP y HTTP."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "Forzar IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
-msgstr "Si eliges esta opción, IPv4 se usará por defecto en toda conexión UDP y HTTP."
+msgstr ""
+"Si eliges esta opción, IPv4 se usará por defecto en toda conexión UDP y HTTP."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr "Metadata de título"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Te permite especificar un metadata de \"título\" para una entrada."
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr "Metadata de autor"
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Te permite especificar un metatadata de \"autor\" para una entrada."
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr "Metadata de artista"
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Te permite especificar un metadata de \"artista\" para una entrada."
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr "Metadata de género"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Te permite especificar un metadata de \"género\" para una entrada."
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr "Metadata de copyright"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr "Te permite especificar un metadata de \"copyright\" para una entrada."
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr "Metadata de descripción"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
-msgstr "Te permite especificar un metadata de \"Descripción\" para una entrada."
+msgstr ""
+"Te permite especificar un metadata de \"Descripción\" para una entrada."
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr "Metadata de fecha"
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Te permite especificar un metadata \"fecha\" para una entrada."
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr "Metadata de URL"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Te permite especificar un metadata \"url\" para una entrada."
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
@@ -1586,11 +1575,11 @@ msgstr ""
 "descompresión). Sólo usuarios avanzados deberían alterar esta opción pues "
 "puede desbaratar la reproducción de todas tus fuentes."
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Lista de códecs preferida"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
@@ -1600,17 +1589,18 @@ msgstr ""
 "Por ejemplo, 'dummy,a52' probará los códecs dummy y a52 antes de probar los "
 "otros."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:443
-msgid "This allows you to select a list of encoders that VLC will use in priority"
+#: src/libvlc.h:436
+msgid ""
+"This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "Esto te permite elegir una lista de codificadores que VLC usará "
 "prioritariamente"
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -1618,35 +1608,35 @@ msgstr ""
 "Estas opciones te permiten configurar opciones globales por defecto para el "
 "subsistema de volcado de salida."
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr "Elige un volcado de salida"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Vaciar si no hay volcado de salida."
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr "Habilitar volcado de todo ES"
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr "Esto te permite volcar todo ES (vídeo, audio y subtítulos)"
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr "Mostrar mientras se vuelca"
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr "Esto te permite reproducir el volcado mientras lo vuelcas."
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr "Habilitar volcado de salida de vídeo"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1654,15 +1644,15 @@ msgstr ""
 "Esto te permite elegir si el volcado de vídeo debería redirigirse al aparato "
 "de volcado de salida cuando este último está habilitado."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr "Habilitar volcado de salida de audio"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 msgid "Keep stream output open"
 msgstr "Mantener abierta salida de volcado"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -1672,37 +1662,39 @@ msgstr ""
 "de múltiples objetos de listas de reproducción (automáticamente inserta la "
 "asemblanda salida de volcado obtenida si no se especifica)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Lista de empaquetador preferida"
 
-#: src/libvlc.h:480
-msgid "This allows you to select the order in which VLC will choose its packetizers."
-msgstr "Esto te permite elegir el orden en el que VLC elegirá sus empaquetadores."
+#: src/libvlc.h:473
+msgid ""
+"This allows you to select the order in which VLC will choose its packetizers."
+msgstr ""
+"Esto te permite elegir el orden en el que VLC elegirá sus empaquetadores."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr "Módulo mux"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "Esta es una entrada legado para permitirte configurar módulos mux"
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr "Módulo de salida de acceso"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Esta es una entrada legado para permitirte configurar módulos de salida de "
 "acceso"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr "Controlar fluido de SAP"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
@@ -1710,11 +1702,11 @@ msgstr ""
 "Si se habilita esta opción, el fluido en la dirección multiemisión SAP se "
 "controlará. Esto se necesita si deseas hacer anuncios en el MBone"
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr "Intervalo de anuncio de SAP"
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
@@ -1722,7 +1714,7 @@ msgstr ""
 "Cuando se deshabilita el control de fluido de SAP, esto te deja poner el "
 "intervalo fijo entre anuncios de SAP"
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
@@ -1730,11 +1722,11 @@ msgstr ""
 "Estas opciones te permiten habilitar optimizaciones especiales de CPU.\n"
 "Deberías siempre dejarlas todas habilitadas."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "Habilitar soporte CPU MMX"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1742,11 +1734,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones MMX, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilitar soporte CPU 3D Now!"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1754,11 +1746,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones 3D Now!, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilitar soporte CPU MMX EXT"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1766,11 +1758,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones MMX EXT, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "Habilitar soporte CPU SSE"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1778,11 +1770,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones SSE, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr "Habilitar soporte CPU SSE2"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -1790,11 +1782,11 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones SSE2, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "Habilitar soporte CPU AltiVec"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1802,7 +1794,7 @@ msgstr ""
 "Si tu procesador soporta el conjunto de instrucciones AltiVec, VLC puede "
 "aprovecharlas."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -1810,11 +1802,11 @@ msgstr ""
 "Estas opciones definen el comportamiento de la lista de reproducción. "
 "Algunas pueden anularse en la caja de diálogo de lista de reproducción."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Ejecutar archivos aleatoriamente para siempre"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1822,11 +1814,11 @@ msgstr ""
 "Al elegirse, VLC ejecutará archivos aleatoriamente en la lista de "
 "reproducción hasta ser interrumpido."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Repite lista de reproducción al final"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1834,11 +1826,11 @@ msgstr ""
 "Si quieres que VLC siga ejecutando la lista de reproducción indefinidamente, "
 "entonces habilita esta opción."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr "Repite el actual objeto"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
@@ -1846,7 +1838,18 @@ msgstr ""
 "Al activarse esto, VLC seguirá reproduciendo el actual objeto de lista de "
 "reproducción una y otra vez."
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Siempre sobre todo"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -1854,11 +1857,11 @@ msgstr ""
 "Estas opciones te permiten elegir módulos por defecto. Déjalas en paz a "
 "menos que sepas lo que realmente estás haciendo..."
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Módulo de copia de memoria"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1866,27 +1869,27 @@ msgstr ""
 "Puedes elegir qué módulo de copia de memoria quieres usar. Por defecto VLC "
 "eligirá el más rápido soportado por tu hardware."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Módulos de acceso"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr "Ésta es una entrada legado para dejarte configurar módulos de acceso."
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Módulos demux"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr "Ésta es una entrada legado para dejarte configurar módulos demux"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr "Permitir prioridad a tiempo real"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1898,11 +1901,11 @@ msgstr ""
 "puede colgar entera tu máquina, o hacerla muy, muy lenta. Deberías activar "
 "esto sólo si sabes lo que estás haciendo."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr "Ajustar prioridad de VLC"
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
@@ -1912,19 +1915,49 @@ msgstr ""
 "por defecto de VLC. Puedes usarla para afinar la prioridad de VLC ante otros "
 "programas, o ante otras instancias VLC."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Minimizar número de hilos"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr "Esta opción minimiza el número de hilos necesitados para ejecutar VLC"
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr "Ruta de búsqueda de módulos"
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"La opción permite especificar una ruta adicional para VLC para buscar sus "
+"módulos."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr "Sólo permitir un VLC ejecutándose"
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1938,11 +1971,11 @@ msgstr ""
 "opción te permite reproducir el archivo con el VLC ya ejecutado o ponerlo en "
 "cola."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "Aumentar la prioridad del proceso"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1958,11 +1991,11 @@ msgstr ""
 "todo el tiempo de procesador y dejar al sistema inoperante, lo que puede "
 "requerir un reinicio de tu máquina."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Mutex rápido en NT/2K/XP (sólo desarrolladores)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
@@ -1973,11 +2006,12 @@ msgstr ""
 "también la implementación más rápida de Win9x pero puedes experimentar "
 "problemas con ella."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
-msgstr "Implementación de variables de condición para Win9x (sólo desarrolladores)"
+msgstr ""
+"Implementación de variables de condición para Win9x (sólo desarrolladores)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1991,347 +2025,349 @@ msgstr ""
 "más robustas. Actualmente puedes elegir entre implementación 0 (la más "
 "rápida pero ligeramente incorrecta), 1 (por defecto) y 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Estas opciones son las teclas enlazadas globales de VLC, conocidas como "
 "\"teclas rápidas\"."
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Pantalla completa"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Elige tecla a usar para cambiar el estado de pantalla completa."
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr "Reproducir/Pausar"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Elige tecla a usar para cambiar el estado de pausa."
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr "Sólo pausa"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr "Elige tecla a usar para pausa."
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr "Sólo reproducir"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr "Elige tecla a usar para reproducir."
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "Más Rápido"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Elige tecla a usar para reproducción acelerada."
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Más Lento"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Elige tecla a usar para reproducción frenada."
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Siguiente"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
-msgstr "Elige tecla a usar para pasar al objeto siguiente en lista de reproducción."
+msgstr ""
+"Elige tecla a usar para pasar al objeto siguiente en lista de reproducción."
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Previo"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
-msgstr "Elige tecla a usar para pasar al objeto previo en la lista de reproducción."
+msgstr ""
+"Elige tecla a usar para pasar al objeto previo en la lista de reproducción."
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Parar"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr "Elige tecla para detener la reproducción."
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr "Posición"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr "Elige tecla para mostrar la posición."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr "Saltar 10 segundos atrás"
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr "Elige tecla a usar para saltar 10 segundos atrás"
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr "Saltar 1 minuto atrás"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr "Elige tecla a usar para saltar 1 minuto atrás"
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr "Saltar 5 minutos atrás"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr "Elige tecla a usar para saltar 5 minutos atrás"
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr "Saltar 10 segundos adelante"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr "Elige tecla a usar para saltar 10 segundos adelante"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr "Saltar 1 minuto adelante"
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr "Elige tecla a usar para saltar 1 minuto adelante"
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr "Saltar 5 minutos adelante"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr "Elige tecla a usar para saltar 5 minutos adelante."
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr "Quitar"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr "Elige tecla para quitar la aplicación"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr "Navegar arriba"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Elige la tecla para subir el selector en menús DVD."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr "Navegar abajo"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Elige la tecla para bajar el selector en menús DVD."
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr "Navegar a izquierda"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Elige la tecla para mover el selector a izquierda en menús DVD."
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr "Navegar a derecha"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Elige la tecla para mover el selector a derecha en menús DVD."
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr "Activar"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Elige la tecla para activar el objeto elegido en manús DVD."
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr "Subir volumen"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr "Elige tecla para subir el volumen."
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr "Bajar volumen"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr "Elige tecla para bajar el volumen"
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Mudo"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr "Elige la tecla para apagar el volumen de audio."
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr "Aumentar retraso de subtítulos"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
 msgstr "Elige tecla para aumentar el retraso de subtítulos."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr "Reducir retraso de subtítulos"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Elige tecla para reducir retraso de subtítulos."
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr "Reproducir favorito 1 de lista de reproducción"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr "Reproducir favorito 2 de lista de reproducción"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr "Reproducir favorito 3 de lista de reproducción"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr "Reproducir favorito 4 de lista de reproducción"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr "Reproducir favorito 5 de lista de reproducción"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr "Reproducir favorito 6 de lista de reproducción"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr "Reproducir favorito 7 de lista de reproducción"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr "Reproducir favorito 8 de lista de reproducción"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr "Reproducir favorito 9 de lista de reproducción"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr "Reproducir favorito 10 de lista de reproducción"
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr "Elige la tecla para reproducir este favorito."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr "Pon favorito 1 de lista de reproducción"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr "Pon favorito 2 de lista de reproducción"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr "Pon favorito 3 de lista de reproducción"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr "Pon favorito 4 de lista de reproducción"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr "Pon favorito 5 de lista de reproducción"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr "Pon favorito 6 de lista de reproducción"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr "Pon favorito 7 de lista de reproducción"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr "Pon favorito 8 de lista de reproducción"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr "Pon favorito 9 de lista de reproducción"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr "Pon favorito 10 de lista de reproducción"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
 msgstr "Elige la tecla para poner este favorito de lista de reproducción."
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr "Retroceder en el historial de exploración"
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
@@ -2339,11 +2375,11 @@ msgstr ""
 "Elige tecla a usar para retroceder (al objeto de medios anterior) en el "
 "historial de exploración."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr "Avanzar en el historial de exploración"
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
@@ -2351,18 +2387,40 @@ msgstr ""
 "Elige tecla a usar para avanzar (al objeto de medios siguiente) en el "
 "historial de exploración."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Pista de Audio"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Elige pista de subtítulos"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
+#, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2381,90 +2439,95 @@ msgstr ""
 "  vlc:pause               pausa ejecución de objetos en lista de reprod.\n"
 "  vlc:quit                quita VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interfaz"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Entrada"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Decodificadores"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "Volcado de salida"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Lista de reproducción"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Miscelánea"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr "Teclas rápidas"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "programa principal"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr "imprime ayuda (puede combinarse con --advanced)"
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr "imprime ayuda detallada (puede combinarse con --advanced)"
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "imprime lista de módulos disponibles"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr "imprime ayuda de módulos (puede combinarse con --advanced)"
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr "salvar las actuales opciones de línea de comandos en configuración"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr "restaurar la actual configuración a los valores por defecto"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr "Usar archivo de configuración alternativo"
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Repite el actual objeto"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "imprimir información de versión"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "booleano"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr "tecla"
 
@@ -3084,71 +3147,73 @@ msgstr "Zul
 msgid "Unknown"
 msgstr "Desconocido"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Desentrelazar"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Descartar"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Mezclar"
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Promedio"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Lineal"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filtros"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr "1:4 Cuarto"
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr "1:2 Medio"
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr "2:1 Doble"
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr "Valor de captura en ms"
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3160,6 +3225,11 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Entrada de CD de Audio"
 
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "cddax://[aparato-o-archivo][@[T]num]"
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr "El anterior mensaje tuvo nivel de registro vcdimager desconocido"
@@ -3169,10 +3239,10 @@ msgid "The above message had unknown cdio log level"
 msgstr "El anterior mensaje tuvo nivel de registro cdio desconocido"
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr "Pista"
 
@@ -3192,7 +3262,7 @@ msgstr "ID de Disco en CDDB"
 msgid "CDDB Disc Category"
 msgstr "Categoría de Disco en CDDB"
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr "Álbum"
 
@@ -3327,7 +3397,8 @@ msgstr "Formato a usar en campo \"t
 
 #: modules/access/cdda/cdda.c:137
 msgid "Format to use in playlist \"title\" field when using CDDB"
-msgstr "Formato a usar en campo \"título\" de lista de reproducción usando CDDB"
+msgstr ""
+"Formato a usar en campo \"título\" de lista de reproducción usando CDDB"
 
 #: modules/access/cdda/cdda.c:141
 msgid "Do CDDB lookups?"
@@ -3371,7 +3442,8 @@ msgstr "
 
 #: modules/access/cdda/cdda.c:168
 msgid "If set, the CDDB server gets information via the CDDB HTTP protocol"
-msgstr "Si puesto, el servidor CDDB toma información por el protocolo HTTP de CDDB"
+msgstr ""
+"Si puesto, el servidor CDDB toma información por el protocolo HTTP de CDDB"
 
 #: modules/access/cdda/cdda.c:173
 msgid "CDDB server timeout"
@@ -3385,11 +3457,11 @@ msgstr "Tiempo (en segundos) a esperar una respuesta del servidor CDDB"
 msgid "Directory to cache CDDB requests"
 msgstr "Directorio para hacer caché de solicitudes CDDB"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr "Comportamiento con subdirectorio"
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3401,37 +3473,41 @@ msgstr ""
 "colapsar: los subdirectorios aparecen pero se expanden en 1ª reproducción.\n"
 "expandir: todos los subdirectorios se expanden.\n"
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr "ninguno"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr "colapsar"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr "expandir"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr "Entrada estándar del directorio de sistema de archivos"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "Entrada de Reproducción en Directo (DirectShow)"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr "Por Defecto"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Ninguno"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
@@ -3439,11 +3515,11 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados DirectShow. "
 "Este valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr "Nombre de aparato de vídeo"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3452,11 +3528,11 @@ msgstr ""
 "Puedes especificar el nombre del aparato de vídeo que usará el plugin "
 "DirectShow. Si no especificas nada, usará el aparato por defecto."
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr "Nombre de aparato de audio"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3465,11 +3541,11 @@ msgstr ""
 "Puedes especificar el nombre del aparato de audio que usará el plugin "
 "DirectShow. Si no especificas nada, usará el aparato por defecto."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr "Tamaño del vídeo"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
@@ -3478,11 +3554,11 @@ msgstr ""
 "Puedes especificar el tamaño del vídeo que mostrará el plugin DirectShow. Si "
 "no especificas nada, usará el tamaño por defecto para tu aparato."
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr "Formato cromático de entrada de vídeo"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -3490,39 +3566,40 @@ msgstr ""
 "Fuerza a la entrada de vídeo DirectShow a usar un formato cromático "
 "específico (ej: I420 (por defecto), RV24, etc.)"
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Propiedades del aparato"
 
-#: modules/access/dshow/dshow.cpp:133
-msgid "Show the properties dialog of the selected device before starting the stream."
+#: modules/access/dshow/dshow.cpp:120
+msgid ""
+"Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 "Muestra el diálogo propiedades del aparato elegido antes de iniciar el "
 "volcado."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr "Entrada de Reproducción en Directo (DirectShow)"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr "Entrada de Reproducción en Directo (DirectShow)"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr "Actualizar lista"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Configurar"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr "Demuxer DirectShow"
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
@@ -3530,19 +3607,19 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados udp. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr "Decodificador de vídeo Theora"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "Tarjeta adaptadora a sintonizar"
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3550,141 +3627,181 @@ msgstr ""
 "Las tajetas adaptadoras tienen un archivo de aparato en directorio llamado /"
 "dev/dvb/adapter[n] con n>=0."
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "Nº de aparato a usar en adaptador"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr "Conversiones desde "
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr "Sondear las capacidades de tarjeta DVB"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr "A algunas tarjetas DVB no les gusta que sondeen sus capacidades."
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "Antena lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "Antena lnb_lof2 (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "Antena lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
-msgstr ""
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
+msgstr "Esto te permite reproducir el volcado mientras lo vuelcas."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 msgid "Transponder FEC"
 msgstr "FEC de transpondedor satélite"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
-msgstr "FEC=Forward Error Correction, modo de Correción de Error por Adelantado"
+msgstr ""
+"FEC=Forward Error Correction, modo de Correción de Error por Adelantado"
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr "Tasa símbolo del transpondedor satélite en kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Tipo de modulación"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr "Tipo de modulación para aparato destinatario."
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "Tasa de código de volcado terrestre de alta prioridad (FEC)"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "Tasa de código de volcado terrestre de baja prioridad (FEC)"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Ancho de banda terrestre"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Ancho de banda terrestre [0=auto,6,7,8 en MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Intervalo de protección terrestre"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Modo de transmisión terrestre"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Modo de jerarquía terrestre"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "Entrada DVB con soporte v412"
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Te permite escalar el vídeo antes de la codificación."
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Te permite modificar el valor de caché por defecto para volcados DVDnav. "
+"Este valor debería ponerse en unidades de milisegundos."
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr "Entrada DVDnav"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Te permite modificar el valor de caché por defecto para volcados DVDnav. "
+"Este valor debería ponerse en unidades de milisegundos."
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr "Método usado por libdvdcss para desencriptar"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3714,65 +3831,30 @@ msgstr ""
 "clave disco será más rápida con este método. Es el usado por libcss.\n"
 "El método por defecto: clave."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr "título"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disco"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr "Clave"
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][aparato][@raw_device][@[título][,[capítulo][,ángulo]]]"
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "Entrada DVD (usa libdvdcss si está instalado)"
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr "Entrada DVD (usa libdvdcss)"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr "Menús DVD"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr "Raíz"
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr "Ángulo"
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr "Continuar"
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvdplay:][aparato][@[título][,[capítulo][,ángulo]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr "Entrada DVD con soporte de menús"
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr "Entrada DVD (usando libdvdread)"
+#: modules/access/dvdread.c:90
+#, fuzzy
+msgid "DVDRead Input"
+msgstr "Entrada DVDnav"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
@@ -3780,11 +3862,11 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados de "
 "archivos. Este valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr "Concatenar con archivos adicionales"
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
@@ -3792,7 +3874,7 @@ msgstr ""
 "Te permite reproducir archivos partidos como si fueran un único archivo. "
 "Especifica una lista de archivos separados por comas."
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr "Entrada estándar de archivo de sistema de archivos"
 
@@ -3809,7 +3891,8 @@ msgid "FTP user name"
 msgstr "Nombre de usuario FTP"
 
 #: modules/access/ftp.c:45
-msgid "Allows you to modify the user name that will be used for the connection."
+msgid ""
+"Allows you to modify the user name that will be used for the connection."
 msgstr "Te permite modificar el nombre de usuario a usar en la conexión."
 
 #: modules/access/ftp.c:47
@@ -3875,14 +3958,25 @@ msgid "HTTP user agent"
 msgstr "Agente usuario HTTP"
 
 #: modules/access/http.c:62
-msgid "Allows you to modify the user agent that will be used for the connection."
+msgid ""
+"Allows you to modify the user agent that will be used for the connection."
 msgstr "Te permite modificar el agente usuario a usar en la conexión."
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Códec de audio"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr "Entrada HTTP"
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
@@ -3890,27 +3984,169 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados MMS. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr "Forzar selección de todas las fuentes"
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr "Elegir máxima tasa de bits de volcado"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr "Siempre elegir el volcado con la tasa de bits máxima."
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "Aparato"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Aparato de vídeo"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Norma:"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Cortado automático"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr "Anchura"
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr "Altura"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Frecuencia"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Tasa de Fotograma"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Intervalo de Fotograma Clave:"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+#, fuzzy
+msgid "B Frames"
+msgstr "Birmano"
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Tasa de Bits"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+#, fuzzy
+msgid "Bitrate mode to use"
+msgstr "Opciones de tasa de bits"
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Tasa de bits de audio"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+msgid "Channel"
+msgstr "Canal"
+
+#: modules/access/pvr/pvr.c:82
+#, fuzzy
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr "Usualmente 0 es para sintonizador, 1 para compuesto y 2 para svídeo"
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "Entrada de tarjetas Codificadoras MPEG (con controladores ivtv)"
 
@@ -3946,6 +4182,42 @@ msgstr "Usar diseqc con antena"
 msgid "Satellite input"
 msgstr "Entrada satélite"
 
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Te permite modificar el valor de captura por defecto para volcados cdda. "
+"Este valor debería ponerse en unidades de milisegundos."
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Tasa de Fotograma"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+"Te permite indicar la hora de emisión en vivo para el volcado de salida."
+
+#: modules/access/screen/screen.c:46
+#, fuzzy
+msgid "Capture fragment size"
+msgstr "Capturar volcado de entrada"
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Pantalla"
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr "Identificadores de atributo SLP"
@@ -4033,11 +4305,19 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados UDP. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/udp.c:50
-msgid "UDP/RTP input"
-msgstr "Entrada UDP/RTP"
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
+msgid "UDP/RTP input"
+msgstr "Entrada UDP/RTP"
+
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
@@ -4045,7 +4325,7 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados v41. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
@@ -4053,7 +4333,7 @@ msgstr ""
 "Especifica el nombre del aparato de vídeo a usar. Si no se pone nada, no se "
 "usará aparato de vídeo."
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
@@ -4061,7 +4341,7 @@ msgstr ""
 "Especifica el nombre del aparato de vídeo a usar. Si no se pone nada, no se "
 "usará aparato de audio."
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -4069,102 +4349,103 @@ msgstr ""
 "Fuerza al aparato de vídeo Video4Linux a usar un formato cromático "
 "específico (ej: I420 (por defecto), RV24, etc.)"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr "Entrada Video4Linux"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr "Entrada Video4Linux"
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
-msgstr "Demuxer Video4Linux"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr "Entrada VCD"
 
+#: modules/access/vcd/vcd.c:50
+#, fuzzy
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvdplay:][aparato][@[título][,[capítulo][,ángulo]]]"
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr "El anterior mensaje tuvo nivel de registro desconocido"
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr "Acceso"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr "Segmento"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr "Formato VCD"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr "Aplicación"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr "Preparador"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr "Vol máx #"
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr "Conjunto de Volumen"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Volumen"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr "Editor"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr "Id del Sistema"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr "Entradas"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr "Segmentos"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr "Pistas"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr "Pista "
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr "Primer Punto de Entrada"
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr "Último Punto de Entrada"
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr "ID de Lista"
 
@@ -4288,22 +4569,35 @@ msgid "Username"
 msgstr "Nombre de usuario"
 
 #: modules/access_output/http.c:47
-msgid "Allows you to give a user name that will be requested to access the stream."
-msgstr "Te permite dar un nombre de usuario que se pregunta al acceder al volcado."
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Te permite dar un nombre de usuario que se pregunta al acceder al volcado."
 
 #: modules/access_output/http.c:49
 msgid "Password"
 msgstr "Clave"
 
 #: modules/access_output/http.c:50
-msgid "Allows you to give a password that will be requested to access the stream."
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
 msgstr "Te permite dar una clave que se preguntará al acceder al volcado."
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Hora"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr "Te permite definir la hora de emisión en directo del volcado saliente."
+
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr "Salida de volcado HTTP"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr "Valor de caché (ms)"
 
@@ -4393,12 +4687,12 @@ msgstr "canal mezclador de auriculares con efecto de espacializaci
 msgid "audio filter for trivial channel mixing"
 msgstr "filtro de audio para mezcla de canal trivial"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "Compresión de rango dinámico A/52"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4411,7 +4705,8 @@ msgstr ""
 "rango dinámico, la reproducción estará más adaptada a un cine o una "
 "habitación acústica."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "Decodificador de audio ATSC A/52 (AC-3)"
 
@@ -4419,11 +4714,12 @@ msgstr "Decodificador de audio ATSC A/52 (AC-3)"
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "filtro de audio para encapsulación A/52->S/PDIF"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "Compresión de rango dinámico DTS"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Decodificador de audio DTS Acústicas Coherentes"
 
@@ -4455,7 +4751,8 @@ msgstr "filtro de audio para conversi
 msgid "audio filter for float32->u8 conversion"
 msgstr "filtro de audio para conversión float32->u8"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "Decodificador de audio MPEG"
 
@@ -4483,6 +4780,162 @@ msgstr "filtro de audio para conversi
 msgid "audio filter for u8->float32 conversion"
 msgstr "filtro de audio para conversión u8->float32"
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+#, fuzzy
+msgid "Two pass"
+msgstr "Clave FTP"
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+#, fuzzy
+msgid "Global gain"
+msgstr "Gallego"
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Número de bandas"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Rápido"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr "Clásica"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Club"
+msgstr "Cubo"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Pantalla completa"
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Headphones"
+msgstr "auriculares"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Grande"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "Lineal"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Puerto"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "&Ordenar"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Rock sureño"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr "Tecno"
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "filtro de audio para conversión float32->s8"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Número de bandas"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Nivel de calidad"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr "filtro de audio para remuestreo de interpolación limitado por banda"
@@ -4527,32 +4980,32 @@ msgstr "Salida de audio ALSA"
 msgid "ALSA Device Name"
 msgstr "Nombre de Aparato ALSA"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Aparato de Audio"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Frontales 2 Traseros"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 sobre S/PDIF"
 
@@ -4560,7 +5013,7 @@ msgstr "A/52 sobre S/PDIF"
 msgid "aRts audio output"
 msgstr "salida de audio aRts"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
@@ -4570,7 +5023,7 @@ msgstr ""
 "lista en tu menú 'Aparato de Audio'. Este aparato se usará por defecto para "
 "reproducir audio."
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr "Salida CoreAudio"
 
@@ -4616,7 +5069,8 @@ msgstr "A
 
 #: modules/audio_output/file.c:89
 msgid "Instead of writing a raw file, you can add a WAV header to the file"
-msgstr "En vez de escribir un archivo raw, puedes añadir un encabezado WAV al archivo"
+msgstr ""
+"En vez de escribir un archivo raw, puedes añadir un encabezado WAV al archivo"
 
 #: modules/audio_output/file.c:106
 msgid "Output file"
@@ -4660,7 +5114,18 @@ msgstr "Aparato DSP OSS"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Salida de audio Simple DirectMedia Layer"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Usar salida de volcado"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr "Salida de extensión waveOut Win32"
 
@@ -4692,6 +5157,14 @@ msgstr "Decodificador de v
 msgid "CMML annotations decoder"
 msgstr "Decodificador de anotaciones CMML"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr "Analizador DTS"
@@ -4704,10 +5177,15 @@ msgstr "Empaquetador de audio DTS"
 msgid "DV video decoder"
 msgstr "Decodificador de vídeo DV"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "Decodificador de subtítulos DVB"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Decodificador de subtítulos DVB"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr "Decodificador de audio AAC (usando libfaad2)"
@@ -4724,31 +5202,47 @@ msgstr ""
 msgid "simple"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "decodificador audio/vídeo ffmpeg((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "decodificador audio/vídeo ffmpeg((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr "conversión chroma ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "codificador de audio/vídeo ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "demuxer ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Cortar filtro de vídeo"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Desentrelazar filtro de vídeo"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Renderizado directo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Salto de error"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4760,11 +5254,11 @@ msgstr ""
 "de M$) puede producir un montón de errores.\n"
 "El rango válido va de 0 a 4 (0 deshabilita todos los saltos de errores)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Arreglo de errores"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4784,11 +5278,11 @@ msgstr ""
 "32 ac vlc\n"
 "64 Qpel croma"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "¡Deprisa!"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
@@ -4798,11 +5292,11 @@ msgstr ""
 "cuando no hay tiempo suficiente. Es útil con CPU de baja potencia, pero "
 "puede producir imágenes distorsionadas."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Calidad de post-proceso"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
@@ -4812,19 +5306,19 @@ msgstr ""
 "Niveles mayores requieren más potencia de CPU considerable, pero producen "
 "mejores imágenes."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr "Máscara de depuración de errores"
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr "Pon máscara de depuración de errores ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Visualizar vectores de movimiento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4836,15 +5330,15 @@ msgstr ""
 "2 - visualizar adelante VMs predecidos de B fotogramas\n"
 "4 - visualizar atrás VMs predecidos de B fotogramas"
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr "cadenas de filtro post-proceso de ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr "Proporción de fotogramas clave"
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
@@ -4852,11 +5346,11 @@ msgstr ""
 "Te permite especificar el nº de fotogramas a codificar para un fotograma "
 "clave."
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr "Proporción de fotogramas B"
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
@@ -4864,59 +5358,60 @@ msgstr ""
 "Te permite especificar el nº de fotogramas B a codificar entre dos "
 "fotogramas referencia."
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr "Tolerancia de tasa de bits de vídeo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
-msgstr "Te permite especificar la tolerancia de tasa de bits de vídeo en kbit/s."
+msgstr ""
+"Te permite especificar la tolerancia de tasa de bits de vídeo en kbit/s."
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr "Habilitar codificación entrelazada"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr "Te permite habilitar algoritmos dedicados a fotogramas entrelazados."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr "Habilitar estimación pre-movimiento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Te permite habilitar la estimación pre-moviliento."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr "Habilitar control estricto de tasa"
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr "Te permite habilitar el algoritmo de control estricto de tasa."
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr "Tamaño del búfer de control de tasa"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr "Te permite especificar el tamaño del búfer de control de tasa."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr "Agresividad del búfer de control de tasa"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Te permite indicar la agresividad del búfer de control de tasa."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr "Factor de quantizacion I"
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
@@ -4924,11 +5419,11 @@ msgstr ""
 "Te permite especificar el factor de cuantía de fotogramas I, comparados con "
 "los P (por ejemplo 1.0 => misma escala para fotogramas I y P.)"
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Reducción de ruido"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
@@ -4937,11 +5432,11 @@ msgstr ""
 "la longitud de codificación y tasa de bits, al coste de fotogramas de menor "
 "calidad."
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr "Habilita matriz de cuantía MPEG4"
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
@@ -4951,11 +5446,11 @@ msgstr ""
 "lleva en general a una imagen de más calidad, mientras sigue manteniendo la "
 "compatibilidad con decodificadores MPEG-2 estándar."
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr "Nivel de calidad"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
@@ -4963,7 +5458,7 @@ msgstr ""
 "Te permite especificar el nivel de calidad para el codificado de vectores de "
 "movimiento (esto puede retardar la codificación mucho)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4976,27 +5471,27 @@ msgstr ""
 "movimiento (hq), y elevará el margen de reducción de ruido para facilitar la "
 "tarea de codificar."
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr "Escala mínima de cuantizador de vídeo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Te permite especificar la escala mínima de cuantizador de vídeo."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr "Escala máxima de cuantizador de vídeo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr "Te permite especificar la escala máxima de cuantizador de vídeo."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr "Habilitar cuantización trellis"
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
@@ -5004,7 +5499,29 @@ msgstr ""
 "Te permite habilitar cuantización trellis (rate distorsión para coeficientes "
 "de bloque)."
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+#, fuzzy
+msgid "Use fixed video quantizer scale"
+msgstr "Escala mínima de cuantizador de vídeo"
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "Post-Proceso"
 
@@ -5040,7 +5557,7 @@ msgstr "Empaquetador de audio Flac"
 msgid "Flac audio encoder"
 msgstr "Codificador de audio Flac"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "decodificador de vídeo MPEG I/II (usando libmpeg2)"
 
@@ -5076,7 +5593,7 @@ msgstr "Empaquetador de subt
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Decodificador (subtítulos SVCD) Philips OGT"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Empaquetador (subtítulos SVCD) Philips OGT"
 
@@ -5181,59 +5698,59 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr "Decodificador de librería QuickTime"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Decodificador pseudo vídeo raw"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Empaquetador pseudo vídeo raw"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr "Codificador de audio speex"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Empaquetador de audio speex"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "Codificador de audio speex"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Comentario speex"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Modo"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr "Decodificador de subtítulos DVD"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "Empaquetador de subtítulos DVD"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Codificador de texto de subtítulos"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Cambia la codificación usada en subtítulos de texto"
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Justificación de subtítulos"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr "Pon la justificación de subtítulos"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "decodificador de subtítulos de texto"
 
@@ -5241,11 +5758,12 @@ msgstr "decodificador de subt
 msgid "Tarkin decoder module"
 msgstr "Módulo decodificador Tarkin"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr "Calidad de codificación"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
@@ -5253,27 +5771,58 @@ msgstr ""
 "Te permite especificar una calidad entre 1 (baja) y 10 (alta), en vez de "
 "especificar una tasa de bits particular. Esto producirá un volcado VBR."
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr "Decodificador de vídeo Theora"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Empaquetador de vídeo Theora"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Codificador de vídeo Theora"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Comentario Theora"
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+#, fuzzy
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+"Te permite especificar una calidad entre 1 (baja) y 10 (alta), en vez de "
+"especificar una tasa de bits particular. Esto producirá un volcado VBR."
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Estéreo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Codificador de audio Flac"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr "Máxima tasa de bits de codificación"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
@@ -5281,11 +5830,11 @@ msgstr ""
 "Te permite especificar una tasa de bits máxima en kbps. Útil para "
 "aplicaciones de volcado."
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr "Mínima tasa de bits de codificación"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
@@ -5293,19 +5842,29 @@ msgstr ""
 "Te permite especificar una tasa de bits mínima en kbps. Útil para "
 "codificación para un canal de tamaño fijo."
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "codificación de subtítulos"
+
 #: modules/codec/vorbis.c:141
+#, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Te permite escalar el vídeo antes de la codificación."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Decodificador de audio Vorbis"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Empaquetador de audio Vorbis"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Codificador de audio Vorbis"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Comentario Vorbis"
 
@@ -5329,155 +5888,123 @@ msgstr "codificador de v
 msgid "Xvid video decoder"
 msgstr "Decodificador de vídeo Xvid"
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+msgid "Corba control"
+msgstr "Control Corba"
+
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
 msgstr "Módulo de control corba"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr "Umbral de movimiento (10-100)"
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr "Cantidad de movimiento requerida al gesto de ratón para grabarlo"
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr "Botón activador"
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr "Aquí puedes poner el botón activador para gestos de ratón"
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr "Medio"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr "Interfaz de control de gestos de ratón"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr "Favorito 1 de lista de reproducción"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr "Favorito 2 de lista de reproducción"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr "Favorito 3 de lista de reproducción"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr "Favorito 4 de lista de reproducción"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr "Favorito 5 de lista de reproducción"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr "Favorito 6 de lista de reproducción"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr "Favorito 7 de lista de reproducción"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr "Favorito 8 de lista de reproducción"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr "Favorito 9 de lista de reproducción"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr "Favorito 10 de lista de reproducción"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr "Esta opción te permite definir favoritos de listas de reproducción."
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr "Interfaz de gestión de teclas rápidas"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr "Pausa"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Reproducir"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr "Saltar -10 segundos"
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr "Saltar +10 segundos"
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr "Saltar -1 minuto"
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr "Saltar +1 minuto"
+msgid "Audio track: %s"
+msgstr "Pista de audio: %s"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr "Saltar -5 minutos"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Pista de subtítulos: %s"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr "Saltar +5 minutos"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
+msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr "Dirección de Host"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr "Puedes poner la dirección y puerto al que se unirá la interfaz http."
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr "Directorio fuente"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr "Interfaz de control remoto HTTP"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr "Umbral de movimiento"
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
@@ -5485,19 +6012,19 @@ msgstr ""
 "Cantidad de movimiento de joystick necesaria para grabar un movimiento (0-"
 ">32767)"
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr "Aparato joystick"
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr "El aparato joystick (usualmente /dev/js0 ó /dev/input/js0)."
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr "Tiempo de repetición (ms)"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
@@ -5505,57 +6032,99 @@ msgstr ""
 "Tiempo esperado antes de repetir la acción si se sigue activando, en "
 "milisegundos."
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr "Tiempo de espera (ms)"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr "Tiempo esperado antes de empezar la repetición, en milisegundos."
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr "Intervalo de búsqueda máximo (segundos)"
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr "Máximo nº de segundos que se buscará en cada momento."
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr "Mapeado de acción"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr "Te permite remapear las acciones."
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr "Interfaz de control joystick"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr "Interfaz infrarroja de control remoto"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
-msgstr "Pista de audio: %s"
+msgid "Pause"
+msgstr "Pausa"
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Pista de subtítulos: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Reproducir"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr "Te permite indicar la coordenada inferior para cortar el vídeo."
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+"Te permite inidicar el número de hilos usados para la transcodificación."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5597,241 +6166,262 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Interfaz de Servicio de Windows"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr "Muestra posición de volcado"
 
-#: modules/control/rc.c:78
-msgid "Show the current position in seconds within the stream from time to time."
-msgstr "Muestra la posición actual en segundos dentro del volcado de vez en cuando."
+#: modules/control/rc.c:118
+msgid ""
+"Show the current position in seconds within the stream from time to time."
+msgstr ""
+"Muestra la posición actual en segundos dentro del volcado de vez en cuando."
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr "Falso TTY"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Forzar la entrada rc a usar stdin como si fuera TTY."
 
-#: modules/control/rc.c:84
-msgid "Remote control interface"
-msgstr "Interfaz de control remoto"
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+#, fuzzy
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr "Puedes poner la dirección y puerto al que se unirá la interfaz http."
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:131
+msgid "Remote control interface"
+msgstr "Interfaz de control remoto"
+
+#: modules/control/rc.c:246
 #, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Interfaz inicializada de control remoto, `h' para ayuda\n"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr "%s: devolvió %i (%s)\n"
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr "+----[ fin de info de volcado ]\n"
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, c-format
 msgid "no input\n"
 msgstr "sin entrada\n"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr "+----[ Comandos de control remoto ]\n"
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr "| add XYZ . . . . . . .  añade XYZ a lista de repr.\n"
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr "| playlist  . . mostrar objetos actualmente en ella\n"
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr "| play  . . . . . . . . . . . .  reproducir volcado\n"
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr "| stop  . . . . . . . . . . . . . . . parar volcado\n"
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr "| next  . . . .  siguiente objeto de lista de repr.\n"
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr "| prev  . . . . . . objeto previo de lista de repr.\n"
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, fuzzy, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr "| title [X] . . . pon/obtén titulo en objeto actual\n"
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr "| title_n . . . . título siguiente en objeto actual\n"
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr "| title_p . . . . .  título previo en objeto actual\n"
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, fuzzy, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr "| chapter [X] . pon/obtén capítulo en objeto actual\n"
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr "| chapter_n . .  capítulo siguente en objeto actual\n"
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr "| chapter_p . . .  capítulo previo en objeto actual\n"
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr "| seek X  . . . buscar en segundos, p.ej. `seek 12'\n"
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr "| pause . . . . . . . . . . . .  intercambiar pausa\n"
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr "| f . . . . . . . .  intercambiar pantalla completa\n"
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr "| info  . . . . información sobre el volcado actual\n"
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr "| volume [X]. . . . . .  pon/obtén volumen de audio\n"
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr "| volup [X] . . . . subir volumen de audio X puntos\n"
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr "| voldown [X] . . . bajar volumen de audio X puntos\n"
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr "| adev [X]. . . . . . . . pon/obtén aparato de audio\n"
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr "| achan [X] . . . . . .  pon/obtén canales de audio\n"
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr "| help  . . . . . . . . . . . este mensaje de ayuda\n"
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr "| quit  . . . . . . . . . . . . . . . .  quitar vlc\n"
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr "+----[ fin de ayuda ]\n"
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr "comando desconocido `%s', escribe `help' para ayuda\n"
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr "Reproduciendo ahora capítulo %d/%d\n"
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr "Reproduciendo ahora título %d/%d\n"
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr "intentando añadir %s a lista de repr.\n"
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr "| sin entradas\n"
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr "¡comando desconocido!\n"
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr "Volumen deber estar en el rango %d-%d\n"
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr "Volumen es %d\n"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr "+----[ fin de %s ]\n"
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr "Puerto Interfaz telnet"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr "Por defecto a 4212"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr "Clave Interfaz telnet"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr "Por defecto a admin"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 msgid "Telnet remote control interface"
 msgstr "Interfaz de control remoto telnet"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr "Usando el plugin de interfaz VLM..."
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr "Interfaz telnet iniciado en puerto: %d"
@@ -5865,7 +6455,8 @@ msgid "Force index creation"
 msgstr "Forzar creación de índice"
 
 #: modules/demux/avi/avi.c:45
-msgid "Recreate a index for the AVI file so we can seek trough it more reliably."
+msgid ""
+"Recreate a index for the AVI file so we can seek trough it more reliably."
 msgstr ""
 "Recrear un índice para el archivo AV para que podamos buscarlo con más "
 "acierto."
@@ -5874,89 +6465,27 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr "Demuxer AVI"
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr "Capa de adaptación demux2"
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr "Nombre de archivo de volcado"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr "Especifica un nombre de archivo al que el flujo raw se volcará."
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr "Demuxer de archivo de volcado"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Compatibilidad con pre-0.4 VLS"
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"El protocolo para transmitir volcados de audio A/52 cambió entre VLC 0.3.x y "
-"0.4. Por defecto VLC asume que tienes el último VLS. En caso de que uses una "
-"vieja versión, elige esta opción."
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr "PSI con errores"
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-"Si tienes un volcado cuyos paquetes PSI no poseen contadores de continuidad "
-"incrementados, elige esta opción."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "MRL de Salida"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "Demux volcador de Volcado de Transporte MPEG ISO 13818-1"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "Demux volcador de Volcado de Transporte MPEG ISO 13818-1 (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "Demuxer raw DTS"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "valor de captura en ms"
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-"Te permite modificar el valor de caché por defecto para volcados DVDnav. "
-"Este valor debería ponerse en unidades de milisegundos."
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr "Entrada DVDnav"
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr "Entrada DVDnav (demux)"
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr "Demuxer FLAC"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
@@ -5964,39 +6493,55 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados RTSP. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr "Demuxor live.com (RTSP/RTP/SDP)"
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
-msgstr "Describir RTSP/RTP"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
+msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr "Usar RTP sobre RTSP (TCP)"
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr "Metademux de lista de reproducción"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Fotogramas por segundo"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "Demuxer de vídeo MPEG-4"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr "Demuxer de volcado Matroska"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr "Búsqueda basada en porcentaje, no en tiempo"
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Nombre de archivo del segmento"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Aplicación muxing"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Aplicación de escritura"
 
@@ -6076,7 +6621,7 @@ msgstr "Demuxer de v
 msgid "MPEG-4 video demuxer"
 msgstr "Demuxer de vídeo MPEG-4"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "Demuxer de audio MPEG-I/II"
 
@@ -6084,32 +6629,6 @@ msgstr "Demuxer de audio MPEG-I/II"
 msgid "MPEG-I/II video demuxer"
 msgstr "Demuxer de audio MPEG-I/II"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "entrada de Volcado de Programa MPEG ISO 13818-1"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "MPEG ISO 13818-1 genérico demultiplexador"
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Subtítulo SVCD %i"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, c-format
-msgid "CVD Subtitle %i"
-msgstr "Subtítulo CVD %i"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "Entrada de Volcado de Transporte MPEG ISO 13818-1"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "Entrada de Volcado de Transporte MPEG ISO 13818-1 (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr "Demuxer Nullsoft"
@@ -6126,7 +6645,7 @@ msgstr "Vieja lista de reproducci
 msgid "M3U playlist import"
 msgstr "Importar lista de reproducción M3U"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr "Importar lista de reproducción PLS"
 
@@ -6150,11 +6669,62 @@ msgstr "Demuxer Real"
 msgid "Kasenna MediaBase metademux"
 msgstr "Metademux Kasenna MediaBase"
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr "Demux de subtítulos de texto"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Fotogramas por segundo"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Adelantar volcado"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+#, fuzzy
+msgid "CSA ck"
+msgstr "Clave CSA"
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "modo de desenfoque"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "Entrada de Volcado de Transporte MPEG ISO 13818-1 - nueva"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "Anulador de etiqueta id3 simple"
 
@@ -6170,10 +6740,6 @@ msgstr "Rock cl
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr ""
@@ -6210,10 +6776,6 @@ msgstr ""
 msgid "Other"
 msgstr "Otro"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr "Rithim & Blues"
@@ -6222,18 +6784,6 @@ msgstr "Rithim & Blues"
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr "Tecno"
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -6242,10 +6792,6 @@ msgstr ""
 msgid "Alternative"
 msgstr "Alternativa"
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6286,10 +6832,6 @@ msgstr "Fusi
 msgid "Trance"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr "Clásica"
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6482,18 +7024,6 @@ msgstr "Rock duro"
 msgid "ID3 tag parser using libid3tag"
 msgstr "Analizador de etiqueta ID3 usando libid3tag"
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr "Demux de subtítulos de texto"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Fotogramas por segundo"
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Retrasar subtítulos (en 1/10s)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr "Demuxer WAV"
@@ -6521,113 +7051,131 @@ msgstr "
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Abrir"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Preferencias"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Mensajes"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Archivo"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Abrir Archivo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Abrir Disco"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Abrir Subtítulos"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Acerca de"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Subtítulos"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Título Previo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Título Siguiente"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr "Ve a Menú"
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Ve a Título"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Ve a Capítulo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Velocidad"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Ventana"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr "Reproductor de medios VLC: Abrir Archivos de Medios"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr "Reproductor de medios VLC: Abrir Archivo de Subtítulos"
 
@@ -6635,73 +7183,75 @@ msgstr "Reproductor de medios VLC: Abrir Archivo de Subt
 msgid "Drop files to play"
 msgstr "Poner archivos para reproducir"
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr "lista de reproducción"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Cerrar"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Editar"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Elegir Todo"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr "Elegir Ninguno"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr "Poner al Revés"
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr "Poner por Nombre"
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr "Poner por Ruta"
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Aleatorio"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr "Quitar"
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr "Quitar Todos"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "Ver"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr "Ruta"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Nombre"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Módulos"
@@ -6713,7 +7263,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Salvar"
@@ -6754,10 +7304,6 @@ msgstr "Poner Al Frente"
 msgid "Take Screen Shot"
 msgstr "Tomar Captura de Pantalla"
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<desconocido>"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr "Mostrar consejos"
@@ -6786,7 +7332,19 @@ msgstr ""
 "Puedes poner la altura máxima que ocuparán las ventanas de configuración en "
 "el menú de preferencias."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr "Ruta de búsqueda por defecto de interfaz"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"La opción permite poner la ruta por defecto que la interfaz abrirá al buscar "
+"un archivo."
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr "interfaz GNOME"
 
@@ -6894,20 +7452,15 @@ msgid "Select audio channel"
 msgstr "Elige canal de audio"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Subir Volumen"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Bajar Volumen"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "Aparato"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6925,7 +7478,7 @@ msgstr "Pantalla completa: _F"
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Pantalla"
 
@@ -6938,8 +7491,9 @@ msgid "_Video"
 msgstr "_Vídeo"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "Reproductor de medios VLC"
 
@@ -6992,7 +7546,7 @@ msgid "Slow"
 msgstr "Lento"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Reproducir más lento"
 
@@ -7003,12 +7557,13 @@ msgid "Fast"
 msgstr "Rápido"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Reproducir más rápido"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Abrir lista de reproducción"
 
@@ -7112,7 +7667,7 @@ msgid "Open Target:"
 msgstr "Abrir Objetivo:"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7122,52 +7677,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Explorar..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Tipo de disco"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "CD de Audio"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Nombre de aparato"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "Usar menús DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "UDP/RTP Multiemisión"
 
@@ -7175,24 +7730,24 @@ msgstr "UDP/RTP Multiemisi
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Puerto"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Dirección"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Red"
 
@@ -7200,10 +7755,6 @@ msgstr "Red"
 msgid "Symbol Rate"
 msgstr "Tasa de Símbolo"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Frecuencia"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarización"
@@ -7225,12 +7776,12 @@ msgid "Satellite"
 msgstr "Satélite"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "retraso"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7239,8 +7790,8 @@ msgid "stream output"
 msgstr "volcado de salida"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Opciones..."
 
@@ -7269,19 +7820,19 @@ msgid "Invert"
 msgstr "Invertir"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Elegir"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Añadir"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Borrar"
 
@@ -7302,12 +7853,12 @@ msgid "Destination Target: "
 msgstr "Objetivo Destino: "
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7347,7 +7898,7 @@ msgstr "No se halla archivo pixmap: %s"
 msgid "Couldn't create pixmap from file: %s"
 msgstr "No pudo crear pixmap desde archivo: %s"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr "Interfaz Gtk+"
 
@@ -7463,15 +8014,15 @@ msgstr "el equipo VideoLAN <videolan@videolan.org>"
 msgid "Open Target"
 msgstr "Abrir Objetivo"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7548,12 +8099,12 @@ msgstr "Salida de volcado (MRL)"
 msgid "Error loading pixmap file: %s"
 msgstr "Error cargando archivo pixmap: %s"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Título %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Capítulo %d"
@@ -7684,7 +8235,7 @@ msgstr "Listo."
 msgid "Opening file..."
 msgstr "Abriendo Archivo..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Abrir Archivo..."
 
@@ -7700,7 +8251,7 @@ msgstr "Cambiando barra de herramientas..."
 msgid "Toggle the status bar..."
 msgstr "Cambia la barra de estado..."
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "Apagar"
 
@@ -7740,242 +8291,262 @@ msgstr "&Salvar"
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "Acerca del reproductor de medios VLC"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Aleatorio Sí"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Aleatorio No"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr "Repetir Todo"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr "Repetir No"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr "Repetir Uno"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr "Saltar +10 Segundos"
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr "Saltar -10 Segundos"
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr "Mitad de Tamaño"
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr "Tamaño Normal"
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr "Tamaño Doble"
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr "Flotar sobre Todo"
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr "Ajustar a Pantalla"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr "Paso Adelante"
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr "Paso Atrás"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr "Habilitar"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Volcado"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr "VLC - Controlador"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Rebobinar"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr "Adelantar Rápido"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr "Abrir Registro de Fallos"
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr "Preferencias..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr "Servicios"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "Ocultar VLC"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Ocultar Otros"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Mostrar Todo"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "Quitar VLC"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:Archivo"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr "Abrir Rápido Archivo..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Abrir Disco..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Abrir Red..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Abrir Reciente"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Limpiar Menú"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Cortar"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Copiar"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Pegar"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Limpiar"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Controles"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Aparato de Vídeo"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Minimizar Ventana"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Cerrar Ventana"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr "Controlador"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Traer Todo al Frente"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Ayuda"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "Léeme..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Documentación Online"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Avisa de un Error"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "Página Web de VideoLAN"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licencia"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
-msgid "An error has occurred which probably prevented the execution of your request:"
-msgstr "Ha ocurrido un error que probablemente evitó la ejecución de tu petición:"
+#: modules/gui/macosx/intf.m:497
+msgid ""
+"An error has occurred which probably prevented the execution of your request:"
+msgstr ""
+"Ha ocurrido un error que probablemente evitó la ejecución de tu petición:"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr "Si crees que es un error, por favor sigue las instrucciones en:"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "Abrir Ventana de Mensajes"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "Desechar"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr "Suprimir errores adicionales"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "No se encontró Registro de Errores"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
@@ -7983,11 +8554,12 @@ msgstr ""
 "O utilizas Mac OS X anterior al 10.2 o todavía no has experimentado ningún "
 "error grande."
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Aparato de vídeo"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
@@ -7996,11 +8568,11 @@ msgstr ""
 "aparato de vídeo y esta pantalla se usará por defecto como la pantalla para "
 "'pantalla'."
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr "Opacidad"
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
@@ -8008,11 +8580,11 @@ msgstr ""
 "Pone la transparencia de la salida de vídeo. 1 es no transparente (por "
 "defecto) 0 es totalmente transparente."
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr "Estrechar Proporción de Aspecto"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
@@ -8020,36 +8592,11 @@ msgstr ""
 "En vez de mantener la proporción de aspecto de la película al cambiarle el "
 "tamaño al vídeo, estrecha el vídeo para para que llene toda la ventana."
 
-#: modules/gui/macosx/macosx.m:62
-msgid "video rendering mode"
-msgstr "modo de renderizado de vídeo"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-"El método por defecto es OpenGL para máquinas Quartz Extreme y Quartz para "
-"las otras."
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr "efecto OpenGL"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-"Usa 'Ninguno' para mostrar el vídeo sin fantasías, 'Cubo' para reproducirlo "
-"en las caras de un cubo rotante, 'Cubo transparente' lo hace transparente."
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr "Llenar pantalla completa"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
@@ -8057,99 +8604,121 @@ msgstr ""
 "En modo a pantalla completa, corta la imagen si es necesario para llenar la "
 "pantalla sin bordes negros (sólo OpenGL)."
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr "Cubo"
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr "Cubo transparente"
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr "Interfaz Mac OS X, sonido y vídeo"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Abrir Fuente"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Localizador de Fuente de Medios (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Tratar como tubo más que como archivo"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "Carpeta VIDEO_TS"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Cargar archivo de subtítulos:"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Sustituir"
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "codificación de subtítulos"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Tamaño de fuente"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "%@s no encontrados"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "Abrir Directorio VIDEO_TS"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr "Salida avanzada:"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr "Opciones de Salida"
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr "Reproducir localmente"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr "Entrada de volcado raw"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr "Método de Encapsulamiento"
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr "Opciones de transcodificación"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr "Tasa de bits (kb/s)"
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr "Escala"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr "Anunciando Volcado"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr "Anuncio de SAP"
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr "Anuncio de SLP"
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "Anuncio de SAP"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "Anuncio de SAP"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr "Nombre de Canal"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "Salvar Archivo"
 
@@ -8173,7 +8742,7 @@ msgstr "Deshabilitar todos los objetos del grupo"
 msgid "Properties"
 msgstr "Propiedades"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr "Buscar"
 
@@ -8208,7 +8777,6 @@ msgstr "A
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "Grupo"
 
@@ -8220,40 +8788,40 @@ msgstr "Restaurar Todo"
 msgid "Advanced"
 msgstr "Avanzado"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Comando"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Opción/Alt"
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Mays"
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Restaurar Preferencias"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Continuar"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8261,7 +8829,7 @@ msgstr ""
 "Cuidado, esto restaurará tus preferencias del reproductor de medios VLC.\n"
 "¿Seguro que quieres continuar?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Elige archivo o directorio"
 
@@ -8269,7 +8837,20 @@ msgstr "Elige archivo o directorio"
 msgid "Select a file or directory"
 msgstr "Elige un archivo o directorio"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"La opción permite especificar una ruta adicional para VLC para buscar sus "
+"módulos."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr "interfaz ncurses"
 
@@ -8288,7 +8869,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Interfaz PDA Linux Gtk2+"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Nombre de archivo"
 
@@ -8304,7 +8885,7 @@ msgstr "Tama
 msgid "Owner"
 msgstr "Dueño"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Hora"
 
@@ -8709,57 +9290,49 @@ msgstr "Salida de v
 msgid "Qt interface"
 msgstr "Interfaz Qt"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr "Abrir un archivo de pieles"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr "Última piel usada actualmente"
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr "Configuración de última piel usada"
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr "Mostrar aplicación en bandeja de sistema"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+msgstr "Archivos de piel (*.vlt)|*.vlt|Archivos de piel (*.xml)|*.xml|"
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
-msgstr "Mostrar aplicación en barra de tareas"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
-msgstr "Interfaz con piel"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Salvar lista de reproducción"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr "Archivos de piel (*.vlt)|*.vlt|Archivos de piel (*.xml)|*.xml|"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "Archivo M3U"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr "Última piel usada"
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr "Elige ruta a última piel usada."
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr "Configuración de última piel usada"
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr "Configuración de última piel usada."
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr "Habilitar efectos de transparencia"
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
@@ -8767,163 +9340,290 @@ msgstr ""
 "Puedes deshabilitar todos los efectos de transparencia si quieres. Esto es "
 "útil principalmente cuando al mover ventanas no se comporta correctamente."
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 msgid "Skinnable Interface"
 msgstr "Interfaz con Piel"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Selección"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Abrir Archivo..."
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Favorito 1 de lista de reproducción"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr "Favoritos"
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr "Compensación de tamaño"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr "Compensación de tiempo"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Selección"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "%@s no encontrados"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "sin entrada\n"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr "Ajustar Imagen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr "Restaurar Opciones Por Defecto"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr "Color"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr "Contraste"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr "Brillo"
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr "Saturación"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
+msgstr "Opciones de Vídeo"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr "Proporción de Aspecto"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Título del vídeo"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "sin info"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "Efecto espacio virtual en auriculares"
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visualizaciones"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Nivel de calidad"
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Informaciones de objeto"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+#, fuzzy
+msgid "Extended controls"
+msgstr "Datos Extendidos"
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Info de volcado y medios"
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "Abrir Rápid&o Archivo...\tCtrl-O"
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 msgid "Open &File...\tCtrl-F"
 msgstr "Abrir Archivo...: &F\tCtrl-F"
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Abrir &Disco...\tCtrl-D"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "Abrir Volcado de Red...: &N\tCtrl-N"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr "Abrir Aparato de &Captura...\tCtrl-C"
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
 msgstr "Asistente de Volcado...: &W\tCtrl-W"
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr "Nuevo Asistente de Volcado..."
-
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr "Salir: &X\tCtrl-X"
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 msgid "&Playlist...\tCtrl-P"
 msgstr "Lista de Re&producción...\tCtrl-P"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 msgid "&Messages...\tCtrl-M"
 msgstr "&Mensajes...\tCtrl-M"
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "&Info de Volcado y Medios...\tCtrl-I"
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "Archivo: &F"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Ver"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "Opcione&s"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Vídeo"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navegación"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "Ayuda: &H"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Objeto previo de lista de reproducción"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Objeto siguiente de lista de reproducción"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr "Ajustar Imagen"
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr "Habilitar"
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr "Restaurar Opciones Por Defecto"
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr "Color"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr "Contraste"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr "Brillo"
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr "Saturación"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
-msgstr "Opciones de Vídeo"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
-msgstr "Proporción de Aspecto"
-
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
-msgstr "Opciones de Audio"
-
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr "GUI &Extendida"
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr "Favoritos...: &B"
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Preferencias..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -8931,7 +9631,7 @@ msgstr ""
 " (interfaz wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -8939,7 +9639,7 @@ msgstr ""
 "(c) 1996-2004 - el Equipo de VideoLAN\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -8949,7 +9649,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Acerca de %s"
@@ -8967,7 +9667,7 @@ msgid "Group Info"
 msgstr "Info de Grupo"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Nuevo Grupo"
 
@@ -8975,43 +9675,53 @@ msgstr "Nuevo Grupo"
 msgid "Options"
 msgstr "Opciones"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr "Abrir Rápid&o Archivo..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "Abrir Archivo...: &F"
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "Abrir &Disco..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "Abrir Volcado de Red...: &N"
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr "Abrir Aparato de &Captura..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Info de volcado..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Mensajes..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Menú de audio"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Menú de vídeo"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Menú de entrada"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr "Menú de interfaz"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Vacío"
 
@@ -9023,29 +9733,28 @@ msgstr "Salvar Como..."
 msgid "Save Messages As..."
 msgstr "Salvar Mensajes Como..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr "Opciones avanzadas..."
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "Opciones avanzadas"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr "Opciones:"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "Abrir..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr "Abrir:"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9056,159 +9765,165 @@ msgstr ""
 "Alternativamente, el campo se llenará automáticamente al usar los controles "
 "de abajo."
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr "Usar VLC como servidor de volcados"
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Opciones de subtítulos"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr "Forzar opciones para separar archivos de subtítulos."
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 msgid "DVD (menus)"
 msgstr "Menús DVD"
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
-msgstr "Menús DVD"
+#: modules/gui/wxwindows/open.cpp:646
+#, fuzzy
+msgid "Subtitles track"
+msgstr "Pista de Subtítulos"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr "Mezclar"
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr "Reproducción Constante"
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Repetir Activo"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "Añadir &Simple..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&Añadir MRL..."
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "Abrir Lista de Repr&oducción..."
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "&Salvar Lista de Reproducción..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "&Cerrar"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr "Ordenar por &título"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr "Inverti&r orden por título"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr "Ordenar por &autor"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr "Invertir orden por autor"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr "Ordenar por &grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr "Invertir orden por grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "Mezclar Li&sta de Reproducción"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr "Habilitar: &E"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr "&Deshabilitar"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "&Invertir"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr "Borrar: &D"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "&Seleccionar Todo"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr "Habilitar todos los obj&etos del grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr "&Deshabilitar todo objeto del grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "&Manejar"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr "&Ordenar"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Selección"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr "&Grupos"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr "Habilitar/Deshabilitar"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr "Arriba"
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr "Abajo"
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr "Info de objeto"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr "Archivo M3U"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr "Archivo PLS"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr "Lista de reproducción vacía"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr "No pudo salvar"
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Salvar lista de reproducción"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Pon un nombre al nuevo grupo:"
 
@@ -9232,15 +9947,15 @@ msgstr "Elige directorio"
 msgid "Choose file"
 msgstr "Elige archivo"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "Salida de volcado MRL"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr "Objetivo Destino:"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9251,82 +9966,54 @@ msgstr ""
 "Alternativamente, el campo se llenará automáticamente al usar los controles "
 "de abajo."
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr "Métodos de salida"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr "Opciones varias"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr "Nombre de canal"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr "Opciones de transcodificación"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "Códec de vídeo"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr "Escala"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "Códec de audio"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Salvar archivo"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr "Volcar con VLC en tres pasos."
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr "Paso 1: Elige qué volcar."
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr "Paso 2: Define método de volcado."
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr "Paso 3: Inicia el volcado."
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr "Elige..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr "¡Iniciar!"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "Archivo de subtítulos"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "codificación de subtítulos"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Opciones de subtítulos"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Retrasar subtítulos (en 1/10s)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr "Anular fotogramas por seg. Sólo funciona con subtítulos de MicroDVD."
@@ -9433,19 +10120,19 @@ msgstr "Funci
 msgid "Dummy font renderer function"
 msgstr "Función de renderizador de fuente dummy"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr "Fuente"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr "nombre de archivo de fuente"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr "Tamaño de fuente en píxels"
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
@@ -9453,31 +10140,27 @@ msgstr ""
 "El tamaño de las fuentes usadas por el módulo osd. Si puesto a algo distinto "
 "de 0, esta opción evitará el tamaño relativo de fuente "
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr "Tamaño de fuente"
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr "El tamaño de las fuentes usadas por el módulo osd"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr "Más pequeña"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr "Pequeña"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr "Grande"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr "Más grande"
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr "renderizador de fuente freetype2"
 
@@ -9533,11 +10216,11 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
@@ -9545,7 +10228,7 @@ msgstr ""
 "Te permite modificar el valor de caché por defecto para volcados udp. Este "
 "valor debería ponerse en unidades de milisegundos."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9614,8 +10297,10 @@ msgid "SAP timeout (seconds)"
 msgstr "Anulación SAP (segundos)"
 
 #: modules/misc/sap.c:100
-msgid "Sets the time before SAP items get deleted if no new announce is received."
-msgstr "Pone el tiempo al que objetos SAP se borren si no se recibe nuevo anuncio."
+msgid ""
+"Sets the time before SAP items get deleted if no new announce is received."
+msgstr ""
+"Pone el tiempo al que objetos SAP se borren si no se recibe nuevo anuncio."
 
 #: modules/misc/sap.c:102
 msgid "Try to parse the SAP"
@@ -9637,6 +10322,16 @@ msgstr "interfaz SAP"
 msgid "X Screensaver disabler"
 msgstr "Deshabilitador Salvapantallas X"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Salvar archivo"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "Módulo C que no hace nada"
@@ -9645,35 +10340,37 @@ msgstr "M
 msgid "Miscellaneous stress tests"
 msgstr "Pruebas varias de tensión"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr "Te permite definir el título que se pondrá en comentarios ASF."
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr "Te permite definir el autor que se pondrá en comentarios ASF."
 
-#: modules/mux/asf.c:50
-msgid "Allows you to define the copyright string that will be put in ASF comments."
-msgstr "Te permite definir la cadena copyright que se pondrá en comentarios ASF."
+#: modules/mux/asf.c:53
+msgid ""
+"Allows you to define the copyright string that will be put in ASF comments."
+msgstr ""
+"Te permite definir la cadena copyright que se pondrá en comentarios ASF."
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr "Comentario"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr "Te permite definir el comentario que se pondrá en comentarios ASF."
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr "Te permite definir la \"puntuación\" que se pondrá en comentarios ASF."
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "Muxer ASF"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Vídeo Desconocido"
 
@@ -9707,11 +10404,11 @@ msgstr "Muxer MP4/MOV"
 msgid "PS muxer"
 msgstr "Muxer PS"
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr "Vídeo PID"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
@@ -9719,19 +10416,19 @@ msgstr ""
 "Asigna un PID fijo al volcado de vídeo. El PID PCR será automáticamente el "
 "vídeo."
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr "PID de audio"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr "Asigna un PID fijo al volcado de audio."
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr "Tamaño del retraso (ms)"
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
@@ -9742,11 +10439,11 @@ msgstr ""
 "tener grandes picos de tasa de bits para los fotogramas referencia, en "
 "particular."
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr "Usar fotogramas clave"
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9760,11 +10457,11 @@ msgstr ""
 "eficiencia del algoritmo shaping, pues los fotogramas I son usualmente los "
 "mayores del volcado."
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr "Retraso de PCR (ms)"
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
@@ -9773,11 +10470,11 @@ msgstr ""
 "de Reloj de Programa). Este valor debería ser menor de 100ms. (por defecto "
 "30)"
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr "Retraso de DTS (ms)"
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
@@ -9787,19 +10484,19 @@ msgstr ""
 "presentación) de los datos en el volcado, comparado a los PCRs. Esto permite "
 "algo de búfer dentro del decodificador del cliente."
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr "Encriptar audio"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr "Encriptar audio usando CSA"
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr "Clave CSA"
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
@@ -9807,18 +10504,24 @@ msgstr ""
 "Define la clave de encriptación CSA. Ésta debe ser una cadena de 16 "
 "caracteres (8 bytes hexadecimales)."
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr "Muxer TS"
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr "Muxer TS (libdvbpsi)"
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Muxer de salida"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "Muxer Ogg/ogm"
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "Demuxer WAV"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copiar empaquetador"
@@ -9868,7 +10571,8 @@ msgid "Output access method"
 msgstr "Método de acceso de salida"
 
 #: modules/stream_out/es.c:39 modules/stream_out/standard.c:42
-msgid "Allows you to specify the output access method used for the streaming output."
+msgid ""
+"Allows you to specify the output access method used for the streaming output."
 msgstr ""
 "Te permite especificar el método de acceso de salida usado para la salida de "
 "volcado."
@@ -9901,7 +10605,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "Muxer de salida"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr "Te permite especificar el muxer usado para la salida de volcado."
 
@@ -9911,7 +10615,8 @@ msgstr "Muxer de salida de audio"
 
 #: modules/stream_out/es.c:55
 msgid "Allows you to specify the muxer used for the audio streaming output."
-msgstr "Te permite especificar el muxer usado para la salida de volcado de audio."
+msgstr ""
+"Te permite especificar el muxer usado para la salida de volcado de audio."
 
 #: modules/stream_out/es.c:56
 msgid "Video output muxer"
@@ -9919,23 +10624,26 @@ msgstr "Muxer de salida de v
 
 #: modules/stream_out/es.c:58
 msgid "Allows you to specify the muxer used for the video streaming output."
-msgstr "Te permite especifiar el muxer usado para la salida de volcado de vídeo."
+msgstr ""
+"Te permite especifiar el muxer usado para la salida de volcado de vídeo."
 
 #: modules/stream_out/es.c:60 modules/stream_out/standard.c:48
 msgid "Output URL"
 msgstr "URL de salida"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
-msgstr "Te permite especificar la URL de salida usada para la salida de volcado."
+msgstr ""
+"Te permite especificar la URL de salida usada para la salida de volcado."
 
 #: modules/stream_out/es.c:63
 msgid "Audio output URL"
 msgstr "URL de salida de audio"
 
 #: modules/stream_out/es.c:65
-msgid "Allows you to specify the output URL used for the audio streaming output."
+msgid ""
+"Allows you to specify the output URL used for the audio streaming output."
 msgstr ""
 "Te permite especificar la URL de salida usada para la salida de volcado de "
 "audio."
@@ -9945,7 +10653,8 @@ msgid "Video output URL"
 msgstr "URL de salida de vídeo"
 
 #: modules/stream_out/es.c:69
-msgid "Allows you to specify the output URL used for the video streaming output."
+msgid ""
+"Allows you to specify the output URL used for the video streaming output."
 msgstr ""
 "Te permite especificar la URL de salida usada para la salida de volcado de "
 "vídeo."
@@ -9958,50 +10667,109 @@ msgstr "Salida de volcado elemental"
 msgid "Gathering stream output"
 msgstr "Obtener salida de volcado"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr "Destino"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr "Nombre de sesión"
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr "Te permite especificar el nombre de sesión usado para la salida de volcado."
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
+#, fuzzy
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 "Te permite especificar el SDP usado para la salida de volcado. Debes usar "
 "una url: http://lugar para acceder al SDP vía HTTP, rtsp://lugar para acceso "
 "RTSP, y sap:// para anunciar el SDP vía SAP"
 
-#: modules/stream_out/rtp.c:51
-msgid "Muxer"
+#: modules/stream_out/rtp.c:50
+msgid "Muxer"
+msgstr ""
+
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr "Nombre de sesión"
+
+#: modules/stream_out/rtp.c:56
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr ""
+"Te permite especificar el nombre de sesión usado para la salida de volcado."
+
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Descripción del Códec"
+
+#: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr "Te permite dar una clave que se preguntará al acceder al volcado."
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Nombre de sesión"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+"Te permite indicar la hora de emisión en vivo para el volcado de salida."
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Nombre de sesión"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
 msgstr ""
+"Te permite especificar el nombre de sesión usado para la salida de volcado."
 
-#: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
 msgstr "Te permite especificar el puerto base usado para el volcado RTP"
 
-#: modules/stream_out/rtp.c:59
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Opciones de audio"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "Te permite especificar el puerto base usado para el volcado RTP"
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Tasa de bits de vídeo"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr "Te permite especificar el puerto base usado para el volcado RTP"
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
-msgstr "Te permite indicar la hora de emisión en vivo para el volcado de salida."
+msgstr ""
+"Te permite indicar la hora de emisión en vivo para el volcado de salida."
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr "Salida de volcado RTP"
 
 #: modules/stream_out/standard.c:46
-msgid "Allows you to specify the output muxer method used for the streaming output."
+msgid ""
+"Allows you to specify the output muxer method used for the streaming output."
 msgstr ""
 "Te permite indicar el método de muxer de salida usado para la salida de "
 "volcado."
@@ -10038,19 +10806,21 @@ msgstr "Anuncia esta sesi
 msgid "Standard stream output"
 msgstr "Salida de volcado estándar"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Codificador de vídeo"
 
-#: modules/stream_out/transcode.c:53
-msgid "Allows you to specify the video encoder to use and its associated options."
-msgstr "Te permite indicar el codificador de vídeo a usar y sus opciones asociadas."
+#: modules/stream_out/transcode.c:44
+msgid ""
+"Allows you to specify the video encoder to use and its associated options."
+msgstr ""
+"Te permite indicar el codificador de vídeo a usar y sus opciones asociadas."
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr "Destino del códec de vídeo"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
@@ -10058,111 +10828,126 @@ msgstr ""
 "Te permite indicar el destino del códec de vídeo usado para la salida de "
 "volcado."
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Tasa de bits de vídeo"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr "Te permite indicar la tasa de bits usada para la salida de volcado."
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr "Escalado del vídeo"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr "Te permite escalar el vídeo antes de la codificación."
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Tasa de bits de vídeo"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr "Te permite indicar la coordenada inferior para cortar el vídeo."
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Vídeo desentrelazado"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr "Te permite desentrelazar el vídeo antes de la codificación."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr "Te permite especificar la anchura del vídeo de salida."
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr "Esto te permite especificar la altura del vídeo de salida."
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr "Corte de vídeo arriba"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr "Te permite indicar la coordenada superior para cortar el vídeo."
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr "Corte de vídeo izquierdo"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr "Te permite indicar la coordenada izquierda para cortar el vídeo."
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr "Corte de vídeo abajo"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr "Te permite indicar la coordenada inferior para cortar el vídeo."
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr "Corte de vídeo derecho"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
-msgstr "Te permite especificar la coordenada derecha para el cortado del vídeo."
+msgstr ""
+"Te permite especificar la coordenada derecha para el cortado del vídeo."
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr "Codificador de audio"
 
-#: modules/stream_out/transcode.c:91
-msgid "Allows you to specify the audio encoder to use and its associated options."
-msgstr "Te permite indicar el codificador de audio a usar y sus opciones asociadas."
+#: modules/stream_out/transcode.c:85
+msgid ""
+"Allows you to specify the audio encoder to use and its associated options."
+msgstr ""
+"Te permite indicar el codificador de audio a usar y sus opciones asociadas."
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr "Destino de códec de audio"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
-msgstr "Te permite indicar el destino del códec de audio para la salida de volcado."
+msgstr ""
+"Te permite indicar el destino del códec de audio para la salida de volcado."
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Tasa de bits de audio"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr "Te permite inidcar la tasa de bits de audio para la salida de volcado."
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr "Tasa de muestra de audio"
 
-#: modules/stream_out/transcode.c:103
-msgid "Allows you to specify the audio sample rate used for the streaming output."
+#: modules/stream_out/transcode.c:97
+msgid ""
+"Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 "Te permite indicar la tasa de muestra de audio usada para la salida de "
 "volcado."
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Canales de audio"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
@@ -10170,15 +10955,52 @@ msgstr ""
 "Te permite indicar el nº de canales de audio usados para la salida de "
 "volcado."
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "decodificador de subtítulos"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+"Te permite indicar el codificador de vídeo a usar y sus opciones asociadas."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Destino del códec de vídeo"
+
 #: modules/stream_out/transcode.c:110
+#, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+"Te permite indicar el destino del códec de audio para la salida de volcado."
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr "Número de hilos"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
-msgstr "Te permite inidicar el número de hilos usados para la transcodificación."
+msgstr ""
+"Te permite inidicar el número de hilos usados para la transcodificación."
+
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Transcodificar salida de volcado"
 
@@ -10259,12 +11081,18 @@ msgstr "Pon la gamma de imagen, entre 0.01 y 10. Por defecto a 1"
 msgid "Image properties filter"
 msgstr "Filtro de propiedades de imagen"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Opciones de filtros de vídeo"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Número de clones"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
 msgstr "Elige el número de ventanas de vídeo en las que clonarlo"
 
 #: modules/video_filter/clone.c:59
@@ -10272,7 +11100,8 @@ msgid "List of video output modules"
 msgstr "Lista de módulos de salida de vídeo"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+#, fuzzy
+msgid "Select the specific video output modules that you want to activate."
 msgstr "Elige los módulos de salida de vídeo concretos que deseas activar"
 
 #: modules/video_filter/clone.c:63
@@ -10344,7 +11173,8 @@ msgid "Logo filename"
 msgstr "Nombre de archivo del logotipo"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+#, fuzzy
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "El archivo debe estar en formato PNG RGBA 8bits (por ahora)"
 
 #: modules/video_filter/logo.c:60
@@ -10352,7 +11182,8 @@ msgid "X coordinate of the logo"
 msgstr "coordenada X del logotipo"
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+#, fuzzy
+msgid "You can move the logo by left-clicking on it."
 msgstr "Puedes mover el logo haciéndole clic izquierdo"
 
 #: modules/video_filter/logo.c:62
@@ -10364,7 +11195,8 @@ msgid "Transparency of the logo (255-0)"
 msgstr "Transparencia del logo (255-0)"
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+#, fuzzy
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr "Puedes cambiarlo con clic medio y moviendo el ratón a izqu. o dcha."
 
 #: modules/video_filter/logo.c:68
@@ -10376,7 +11208,8 @@ msgid "Blur factor (1-127)"
 msgstr "Factor de nublado (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "El grado de nublado de 1 a 127"
 
 #: modules/video_filter/motionblur.c:58
@@ -10420,16 +11253,22 @@ msgid "Number of columns"
 msgstr "Número de columnas"
 
 #: modules/video_filter/wall.c:54
-msgid "Select the number of horizontal video windows in which to split the video"
-msgstr "Elige el número de ventanas de vídeo horizontales en las que dividir el vídeo"
+#, fuzzy
+msgid ""
+"Select the number of horizontal video windows in which to split the video."
+msgstr ""
+"Elige el número de ventanas de vídeo horizontales en las que dividir el vídeo"
 
 #: modules/video_filter/wall.c:57
 msgid "Number of rows"
 msgstr "Número de filas"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
-msgstr "Elige el nº de ventanas de vídeo verticales en las que dividir el vídeo"
+#, fuzzy
+msgid ""
+"Select the number of vertical video windows in which to split the video."
+msgstr ""
+"Elige el nº de ventanas de vídeo verticales en las que dividir el vídeo"
 
 #: modules/video_filter/wall.c:61
 msgid "Active windows"
@@ -10451,11 +11290,11 @@ msgstr "Salida de v
 msgid "color ASCII art video output"
 msgstr "salida de vídeo arte ASCII en color"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr "Usar conversiones hardware YUV->RGB"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10463,11 +11302,11 @@ msgstr ""
 "Intenta usar aceleración hardware para conversiones YUV->RGB. Esta opción no "
 "tiene efecto al usar cubiertas."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr "Usar buffers de vídeo en memoria de sistema"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10479,11 +11318,11 @@ msgstr ""
 "más aceleración hardware (como reescalando o conversiones YUV-RGB). Esta "
 "opción no tiene efecto al usar cubiertas."
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr "Usar buffering triple para cubiertas"
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
@@ -10491,11 +11330,11 @@ msgstr ""
 "Intenta usar búfer triple al usar cubiertas YUV. Resulta en una calidad de "
 "vídeo mucho mejor (sin parpadeo)."
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr "Nombre de aparato monitor deseado"
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
@@ -10505,10 +11344,30 @@ msgstr ""
 "Windows del monitor en el que deseas que la ventana de vídeo se abra. P.ej., "
 "\"\\\\.\\DISPLAY1\" ó \"\\\\.\\DISPLAY2\"."
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "salida de vídeo DirectX"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Más pequeña"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr "Aparato framebuffer"
@@ -10525,8 +11384,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "Salida de vídeo framebuffer consola GNU/Linux"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "nombre pantalla X11"
 
@@ -10542,10 +11401,30 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "Salida de vídeo 3dfx Glide"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Salida de audio HD1000"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr "Salida de vídeo Matrox Graphic Array"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Elegido"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "Te permite especificar el tamaño del búfer de control de tasa."
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Transparencia de salida de vídeo"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "Nombre de pantalla QT Integrado"
@@ -10566,6 +11445,45 @@ msgstr "Salida de v
 msgid "Simple DirectMedia Layer video output"
 msgstr "Salida de vídeo Simple DirectMedia Layer"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+#, fuzzy
+msgid "Set the width of the snapshot image"
+msgstr "Elige ruta a última piel usada."
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+#, fuzzy
+msgid "Set the cache size (number of images to keep)"
+msgstr "Pon el número de Fotogramas Por Segundo"
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Módulos de acceso"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr "Salida de vídeo SVGAlib"
@@ -10574,11 +11492,25 @@ msgstr "Salida de v
 msgid "Windows GDI video output"
 msgstr "Salida de vídeo Widows GDI"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "Número de adaptador XVideo"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Si tu tarjeta gráfica da varios adaptadores, esta opción te permite elegir "
+"cuál se usará (no deberías cambiar esto)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr "Alternar método pantalla completa"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10595,7 +11527,8 @@ msgstr ""
 "2) Ignora totalmente al administrador de ventanas; entonces nada podrá "
 "mostrarse sobre el vídeo."
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -10603,6 +11536,23 @@ msgstr ""
 "Especifica la pantalla de hardware X11 que quieres usar. Por defecto VLC "
 "usará el valor de la variable de ambiente DISPLAY."
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr "Pantalla a usar en modo pantalla completa."
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+"Elige la pantalla que quieres usar en modo pantalla completa. Por ejemplo "
+"ponla a 0 para primera pantalla, 1 para la segunda."
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr "Usar memoria compartida"
@@ -10615,30 +11565,10 @@ msgstr "Usar memoria compartida para comunicar entre VLC y el servidor X"
 msgid "choose the screen to be used for fullscreen mode."
 msgstr "elegir la pantalla a usar para modo pantalla completa."
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-"Elige la pantalla que quieres usar en modo pantalla completa. Por ejemplo "
-"ponla a 0 para primera pantalla, 1 para la segunda."
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr "Salida de vídeo X11"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "Número de adaptador XVideo"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Si tu tarjeta gráfica da varios adaptadores, esta opción te permite elegir "
-"cuál se usará (no deberías cambiar esto)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "Formato cromático XVimage"
@@ -10651,14 +11581,14 @@ msgstr ""
 "Fuerza al renderizador XVideo a usar un formato cromático específico en vez "
 "de intentar mejoras usando el más eficiente."
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr "Pantalla a usar en modo pantalla completa."
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr "Salida de vídeo extensión XVideo"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr "Anchura a visualizar Goom"
@@ -10783,6 +11713,198 @@ msgstr "Fuente usada para mostrar texto en la salida xosd"
 msgid "XOSD interface"
 msgstr "interfaz XOSD"
 
+#~ msgid "Stream "
+#~ msgstr "Volcado "
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr "[dvd:][aparato][@raw_device][@[título][,[capítulo][,ángulo]]]"
+
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "Entrada DVD (usa libdvdcss si está instalado)"
+
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "Entrada DVD (usa libdvdcss)"
+
+#~ msgid "DVD menus"
+#~ msgstr "Menús DVD"
+
+#~ msgid "Root"
+#~ msgstr "Raíz"
+
+#~ msgid "Angle"
+#~ msgstr "Ángulo"
+
+#~ msgid "Resume"
+#~ msgstr "Continuar"
+
+#~ msgid "DVD input with menus support"
+#~ msgstr "Entrada DVD con soporte de menús"
+
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "Entrada DVD (usando libdvdread)"
+
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Demuxer Video4Linux"
+
+#~ msgid "Jump -10 seconds"
+#~ msgstr "Saltar -10 segundos"
+
+#~ msgid "Jump +10 seconds"
+#~ msgstr "Saltar +10 segundos"
+
+#~ msgid "Jump -1 minute"
+#~ msgstr "Saltar -1 minuto"
+
+#~ msgid "Jump +1 minute"
+#~ msgstr "Saltar +1 minuto"
+
+#~ msgid "Jump -5 minutes"
+#~ msgstr "Saltar -5 minutos"
+
+#~ msgid "Jump +5 minutes"
+#~ msgstr "Saltar +5 minutos"
+
+#~ msgid "Demux2 adaptation layer"
+#~ msgstr "Capa de adaptación demux2"
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Compatibilidad con pre-0.4 VLS"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "El protocolo para transmitir volcados de audio A/52 cambió entre VLC 0.3."
+#~ "x y 0.4. Por defecto VLC asume que tienes el último VLS. En caso de que "
+#~ "uses una vieja versión, elige esta opción."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "PSI con errores"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Si tienes un volcado cuyos paquetes PSI no poseen contadores de "
+#~ "continuidad incrementados, elige esta opción."
+
+#~ msgid "Output MRL"
+#~ msgstr "MRL de Salida"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "Demux volcador de Volcado de Transporte MPEG ISO 13818-1"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr ""
+#~ "Demux volcador de Volcado de Transporte MPEG ISO 13818-1 (libdvbpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "valor de captura en ms"
+
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "Entrada DVDnav (demux)"
+
+#~ msgid "RTSP/RTP describe"
+#~ msgstr "Describir RTSP/RTP"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "entrada de Volcado de Programa MPEG ISO 13818-1"
+
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "MPEG ISO 13818-1 genérico demultiplexador"
+
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Subtítulo SVCD %i"
+
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Subtítulo CVD %i"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "Entrada de Volcado de Transporte MPEG ISO 13818-1"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "Entrada de Volcado de Transporte MPEG ISO 13818-1 (libdvbpsi)"
+
+#~ msgid "<unknown>"
+#~ msgstr "<desconocido>"
+
+#~ msgid "Jump +10 Seconds"
+#~ msgstr "Saltar +10 Segundos"
+
+#~ msgid "Jump -10 Seconds"
+#~ msgstr "Saltar -10 Segundos"
+
+#~ msgid "video rendering mode"
+#~ msgstr "modo de renderizado de vídeo"
+
+#~ msgid ""
+#~ "The default method is OpenGL for Quartz Extreme machines and Quartz for "
+#~ "the others."
+#~ msgstr ""
+#~ "El método por defecto es OpenGL para máquinas Quartz Extreme y Quartz "
+#~ "para las otras."
+
+#~ msgid "OpenGL effect"
+#~ msgstr "efecto OpenGL"
+
+#~ msgid ""
+#~ "Use 'None' to display the video without any fantasy, 'Cube' to let the "
+#~ "video play on the faces of a rotating cube, 'Transparent cube' do make "
+#~ "this cube transparent."
+#~ msgstr ""
+#~ "Usa 'Ninguno' para mostrar el vídeo sin fantasías, 'Cubo' para "
+#~ "reproducirlo en las caras de un cubo rotante, 'Cubo transparente' lo hace "
+#~ "transparente."
+
+#~ msgid "Transparent cube"
+#~ msgstr "Cubo transparente"
+
+#~ msgid "Last skin actually used"
+#~ msgstr "Última piel usada actualmente"
+
+#~ msgid "Show application in system tray"
+#~ msgstr "Mostrar aplicación en bandeja de sistema"
+
+#~ msgid "Show application in taskbar"
+#~ msgstr "Mostrar aplicación en barra de tareas"
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Interfaz con piel"
+
+#~ msgid "New Wizard..."
+#~ msgstr "Nuevo Asistente de Volcado..."
+
+#~ msgid "Audio Options"
+#~ msgstr "Opciones de Audio"
+
+#~ msgid "DVD (test)"
+#~ msgstr "Menús DVD"
+
+#~ msgid "Item info"
+#~ msgstr "Info de objeto"
+
+#~ msgid "Stream with VLC in three steps."
+#~ msgstr "Volcar con VLC en tres pasos."
+
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Paso 1: Elige qué volcar."
+
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Paso 2: Define método de volcado."
+
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Paso 3: Inicia el volcado."
+
+#~ msgid "Choose..."
+#~ msgstr "Elige..."
+
+#~ msgid "Start!"
+#~ msgstr "¡Iniciar!"
+
+#~ msgid "TS muxer"
+#~ msgstr "Muxer TS"
+
 #~ msgid ""
 #~ "Satellite transponder frequency in kHz for DVB-S and in Hz for DVB-C/T"
 #~ msgstr ""
@@ -10990,12 +12112,6 @@ msgstr "interfaz XOSD"
 #~ msgid "Device corresponding to your acquisition card or your webcam"
 #~ msgstr "Aparato correspondiente a tu tarjeta capturadora o tu cámara web"
 
-#~ msgid "Channel"
-#~ msgstr "Canal"
-
-#~ msgid "Usually 0 is for tuner, 1 for composite and 2 for svideo"
-#~ msgstr "Usualmente 0 es para sintonizador, 1 para compuesto y 2 para svídeo"
-
 #~ msgid "Advanced settings..."
 #~ msgstr "Opciones avanzadas..."
 
@@ -11030,18 +12146,12 @@ msgstr "interfaz XOSD"
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "La frecuencia del canal en kHz"
 
-#~ msgid "Audio options"
-#~ msgstr "Opciones de audio"
-
 #~ msgid "Audio device"
 #~ msgstr "Aparato de audio"
 
 #~ msgid "Usually 0 is for mono and 1 for stereo"
 #~ msgstr "Usualmente 0 es para mono y 1 para estéreo"
 
-#~ msgid "Bitrate options"
-#~ msgstr "Opciones de tasa de bits"
-
 #~ msgid "The average bitrate of the stream"
 #~ msgstr "El promedio de tasa de bits del volcado"
 
@@ -11096,18 +12206,9 @@ msgstr "interfaz XOSD"
 #~ msgid "udp stream output"
 #~ msgstr "salida de volcado udp"
 
-#~ msgid "headphone"
-#~ msgstr "auriculares"
-
 #~ msgid "subtitles"
 #~ msgstr "subtítulos"
 
-#~ msgid "subtitles decoder"
-#~ msgstr "decodificador de subtítulos"
-
-#~ msgid "Corba control"
-#~ msgstr "Control Corba"
-
 #~ msgid "the mouse button to be held down during mouse gestures"
 #~ msgstr "botón de ratón a mantener pulsado durante los gestos de ratón"
 
@@ -11151,18 +12252,12 @@ msgstr "interfaz XOSD"
 #~ msgid "Shuffle Off"
 #~ msgstr "Mezclar No Activo"
 
-#~ msgid "Repeat On"
-#~ msgstr "Repetir Activo"
-
 #~ msgid "Loop On"
 #~ msgstr "Reproducción Constante Activada"
 
 #~ msgid "Loop Off"
 #~ msgstr "Reproducción Constante No Activada"
 
-#~ msgid "Shuffle"
-#~ msgstr "Mezclar"
-
 #~ msgid "Repeat Item"
 #~ msgstr "Repetir Objeto"
 
@@ -11196,9 +12291,6 @@ msgstr "interfaz XOSD"
 #~ msgid "Ratio"
 #~ msgstr "Proporción"
 
-#~ msgid "Item informations"
-#~ msgstr "Informaciones de objeto"
-
 #~ msgid "Simple &Open ..."
 #~ msgstr "Abrir Simple...: &O"
 
@@ -11214,9 +12306,6 @@ msgstr "interfaz XOSD"
 #~ msgid "&Delete"
 #~ msgstr "Borrar: &D"
 
-#~ msgid "Loop"
-#~ msgstr "Reproducción Constante"
-
 #~ msgid "Repeat one"
 #~ msgstr "Repetir uno"
 
@@ -11268,9 +12357,6 @@ msgstr "interfaz XOSD"
 #~ msgid "miscellaneous distort video effects filter"
 #~ msgstr "filtro de efectos varios de distorsión de vídeo"
 
-#~ msgid "dithering mode"
-#~ msgstr "modo de desenfoque"
-
 #~ msgid "2x2 ordered dithering"
 #~ msgstr "Desenfoque ordenado 2x2"
 
@@ -11286,9 +12372,6 @@ msgstr "interfaz XOSD"
 #~ msgid "Frame Buffer"
 #~ msgstr "Búfer de Fotograma"
 
-#~ msgid "visualizer"
-#~ msgstr "visualizador"
-
 #~ msgid "XOSD module"
 #~ msgstr "módulo XOSD"
 
@@ -11384,9 +12467,6 @@ msgstr "interfaz XOSD"
 #~ msgid "y position of the logo"
 #~ msgstr "Posición y del logotipo"
 
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "Efecto espacio virtual en auriculares"
-
 #~ msgid "CD-ROM device name"
 #~ msgstr "Nombre de aparato CD-ROM"
 
@@ -11405,9 +12485,6 @@ msgstr "interfaz XOSD"
 #~ msgid "Open a DVD or (S)VCD"
 #~ msgstr "Abrir un DVD o (S)VCD"
 
-#~ msgid "no info"
-#~ msgstr "sin info"
-
 #~ msgid ""
 #~ "This integer when viewed in binary is a debugging mask\n"
 #~ "MRL             1\n"
@@ -11437,9 +12514,6 @@ msgstr "interfaz XOSD"
 #~ msgid "Rewind stream"
 #~ msgstr "Rebobinar volcado"
 
-#~ msgid "Forward stream"
-#~ msgstr "Adelantar volcado"
-
 #~ msgid "UDP/RTP (Adress when Multicast)"
 #~ msgstr "UDP/RTP (Dirección al Multiemitir)"
 
@@ -11483,18 +12557,9 @@ msgstr "interfaz XOSD"
 #~ msgid "Bit Rate"
 #~ msgstr "Tasa de Bits"
 
-#~ msgid "Frame Rate"
-#~ msgstr "Tasa de Fotograma"
-
 #~ msgid "Bit Count"
 #~ msgstr "Cuenta de Bits"
 
-#~ msgid "Width"
-#~ msgstr "Anchura"
-
-#~ msgid "Height"
-#~ msgstr "Altura"
-
 #~ msgid ""
 #~ "This allows you to select the order in which VLC will choose its codecs. "
 #~ "For instance, 'a52old,a52,any' will try the old a52 codec before the new "
@@ -11578,9 +12643,6 @@ msgstr "interfaz XOSD"
 #~ msgid "&Eject Disc"
 #~ msgstr "&Expulsar Disco"
 
-#~ msgid "Capture input stream"
-#~ msgstr "Capturar volcado de entrada"
-
 #~ msgid "Capture the stream you are playing to a file"
 #~ msgstr "Capturar el volcado que estás reproduciendo a un archivo"
 
@@ -11758,4 +12820,3 @@ msgstr "interfaz XOSD"
 
 #~ msgid "&Program"
 #~ msgstr "&Programa"
-
index bc6ce8e32c69e6447ece5139bdf88e9b59312100..0044b8aea53204bdd24e797e538ed72e3cba0222 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-08-22 17:20+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2001-12-10 13:32+0100\n"
 "Last-Translator: Sam Hocevar <sam@zoy.org> 2003-12-04\n"
 "Language-Team: \n"
@@ -198,7 +198,7 @@ msgstr "Aucun aide disponible"
 msgid "No help is available for these modules"
 msgstr "Aucune aide n'est disponible pour ces modules"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -209,7 +209,7 @@ msgstr ""
 "invite de commande DOS, allez dans le répertoire où vous avez installé VLC, "
 "et lancez \"vlc -I wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -236,13 +236,13 @@ msgstr ""
 #: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
 #: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
 #: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Titre"
 
-#: include/vlc_meta.h:29 src/input/input.c:802 src/playlist/sort.c:119
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
 #: src/playlist/sort.c:121 modules/access/cdda/access.c:758
 #: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
 #: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
@@ -251,7 +251,7 @@ msgstr "Titre"
 #: modules/gui/wxwindows/iteminfo.cpp:171
 #: modules/gui/wxwindows/playlist.cpp:426
 #: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Auteur"
 
@@ -265,7 +265,7 @@ msgstr "Artiste"
 msgid "Genre"
 msgstr "Genre"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:50
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Copyright"
 
@@ -274,7 +274,7 @@ msgstr "Copyright"
 msgid "Description"
 msgstr "Description"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:56
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Vitesse"
 
@@ -289,12 +289,12 @@ msgstr "Param
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
 #: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:1061 src/libvlc.h:73
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
 #: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Langue"
@@ -313,7 +313,7 @@ msgid "Visualizations"
 msgstr "Visualisations"
 
 #: src/audio_output/input.c:108 src/audio_output/input.c:154
-#: src/input/es_out.c:297 src/video_output/video_output.c:409
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
 #: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Désactiver"
@@ -337,14 +337,13 @@ msgstr "Goom"
 
 #: src/audio_output/input.c:129
 msgid "GaLaktos"
-msgstr ""
+msgstr "GaLaktos"
 
 #: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
 #: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
 #: modules/gui/wxwindows/extrapanel.cpp:177
-#, fuzzy
 msgid "Equalizer"
-msgstr "visualiseur"
+msgstr "Egaliseur"
 
 #: src/audio_output/input.c:173 src/libvlc.h:149
 #: modules/gui/wxwindows/extrapanel.cpp:384
@@ -366,12 +365,12 @@ msgid "Stereo"
 msgstr "Stéréo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:209 modules/codec/subsdec.c:98 modules/control/gestures.c:84
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Gauche"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:209 modules/codec/subsdec.c:98 modules/control/gestures.c:84
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Droite"
 
@@ -448,21 +447,21 @@ msgstr "Signet %i"
 msgid "Track %i"
 msgstr "Piste %i"
 
-#: src/input/es_out.c:1053 src/input/es_out.c:1056
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Flux %d"
 
-#: src/input/es_out.c:1058
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codec"
 
-#: src/input/es_out.c:1069 src/input/es_out.c:1091 src/input/es_out.c:1108
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
 #: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Type"
 
-#: src/input/es_out.c:1069 src/libvlc.h:787
+#: src/input/es_out.c:1096 src/libvlc.h:787
 #: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
 #: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
@@ -470,56 +469,56 @@ msgstr "Type"
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:1072 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
 #: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
 #: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Canaux"
 
-#: src/input/es_out.c:1076
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Débit"
 
-#: src/input/es_out.c:1077
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:1081
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bits par échantillon"
 
-#: src/input/es_out.c:1085 modules/access/pvr/pvr.c:73
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Débit"
 
-#: src/input/es_out.c:1086
-#, fuzzy, c-format
+#: src/input/es_out.c:1113
+#, c-format
 msgid "%d kb/s"
-msgstr "%d bps"
+msgstr "%d kb/s"
 
-#: src/input/es_out.c:1091 src/libvlc.h:811
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
 #: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
 #: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Vidéo"
 
-#: src/input/es_out.c:1095
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Résolution"
 
-#: src/input/es_out.c:1101
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Résolution d'affichage"
 
-#: src/input/es_out.c:1108 modules/gui/gtk/gnome_interface.c:1972
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
 #: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr "Sous-titre"
 
-#: src/input/input.c:801 src/input/input.c:1490 src/playlist/item-ext.c:302
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
 #: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
@@ -535,17 +534,16 @@ msgstr "Sous-titre"
 msgid "General"
 msgstr "Général"
 
-#: src/input/input.c:804 modules/gui/macosx/playlist.m:883
-#, fuzzy
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
 msgid "Meta-information"
-msgstr "Infos sur l'élément"
+msgstr "Méta-données"
 
-#: src/input/input.c:815 src/input/input.c:819 modules/gui/macosx/output.m:143
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
 #: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "Flux"
 
-#: src/input/input.c:1490 src/playlist/item-ext.c:302
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
 #: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
@@ -566,7 +564,7 @@ msgstr "Programme"
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
 #: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
 #: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
-#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:150
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
 #: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Chapitre"
@@ -626,40 +624,41 @@ msgstr "Changer d'interface"
 msgid "Add Interface"
 msgstr "Ajouter une interface"
 
-#: src/libvlc.c:280 src/libvlc.c:403
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "Fr"
 
-#: src/libvlc.c:297
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Options de l'aide"
 
-#: src/libvlc.c:315
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Utilisation: %s [options] [fichier]...\n"
 
-#: src/libvlc.c:1912 src/misc/configuration.c:1192
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "Chaîne"
 
-#: src/libvlc.c:1930 src/misc/configuration.c:1162
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "Entier"
 
-#: src/libvlc.c:1933 src/misc/configuration.c:1182
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "Flottant"
 
-#: src/libvlc.c:1939
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (activé par défaut)"
 
-#: src/libvlc.c:1940
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (désactivé par défaut)"
 
-#: src/libvlc.c:2056 src/libvlc.c:2111 src/libvlc.c:2135
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
+#, c-format
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
@@ -667,7 +666,7 @@ msgstr ""
 "\n"
 "Appuyez sur <Entrée> pour continuer...\n"
 
-#: src/libvlc.c:2081
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -676,11 +675,13 @@ msgstr ""
 "Utilisation: %s [options] [fichier]...\n"
 "\n"
 
-#: src/libvlc.c:2084
+#: src/libvlc.c:2095
+#, c-format
 msgid "[module]              [description]\n"
 msgstr "[module]              [description]\n"
 
-#: src/libvlc.c:2129
+#: src/libvlc.c:2140
+#, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -1039,7 +1040,7 @@ msgstr ""
 "Cette option désactive complètement la sortie vidéo. Le décodage des pistes "
 "vidéo ne sera pas effectué, afin d'économiser du temps processeur."
 
-#: src/libvlc.h:178 modules/stream_out/transcode.c:74
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Largeur de la vidéo"
@@ -1052,7 +1053,7 @@ msgstr ""
 "Vous pouvez forcer la largeur de l'image ici. Par défaut (-1) VLC s'adapte "
 "aux propriétés de la vidéo."
 
-#: src/libvlc.h:183 modules/stream_out/transcode.c:77
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Hauteur de la vidéo"
@@ -1111,7 +1112,7 @@ msgstr ""
 "(0) : elle sera centrée (0=centré, 1=gauche, 2=droite, 4=haut, 8=bas, vous "
 "pouvez également spécifier une combinaison des ces valeurs)."
 
-#: src/libvlc.h:209 modules/codec/subsdec.c:98
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Centré"
 
@@ -1368,9 +1369,8 @@ msgid "Input stop time (seconds)"
 msgstr "Date de fin (en secondes)"
 
 #: src/libvlc.h:318 src/libvlc.h:319
-#, fuzzy
 msgid "Input slave (experimental)"
-msgstr "DVD (expérimental)"
+msgstr "Entrée auxiliaire (expérimental)"
 
 #: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
@@ -1856,15 +1856,16 @@ msgstr ""
 "liste de lecture"
 
 #: src/libvlc.h:546
-#, fuzzy
 msgid "Play and stop"
-msgstr "Toujours au-dessus"
+msgstr "Lire un seul élément"
 
 #: src/libvlc.h:548
 msgid ""
-"Stop the playlist after each played playlistitem.Does advance the "
-"playlistindex."
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
 msgstr ""
+"Stoppe la liste de lecture après chaque élément, et sélectionne l'élément "
+"suivant."
 
 #: src/libvlc.h:552
 msgid ""
@@ -1959,21 +1960,24 @@ msgstr ""
 
 #: src/libvlc.h:591
 msgid "Use a plugins cache"
-msgstr ""
+msgstr "Utiliser le cache de modules"
 
 #: src/libvlc.h:593
 msgid ""
 "This option allows you to use a plugins cache which will greatly improve the "
 "start time of VLC."
 msgstr ""
+"Cette option vous permet d'utiliser un cache des modules qui réduira "
+"fortement le temps de lancement de VLC."
 
 #: src/libvlc.h:596
 msgid "Run as daemon process"
-msgstr ""
+msgstr "Fonctionner en tant que démon"
 
 #: src/libvlc.h:598
 msgid "Runs VLC as a background daemon process."
 msgstr ""
+"Ceci permet de faire fonctionner VLC en tant que démon (processus en fond)."
 
 #: src/libvlc.h:600
 msgid "Allow only one running instance"
@@ -2148,6 +2152,7 @@ msgstr ""
 #: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
 #: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
 #: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
+#, c-format
 msgid "Stop"
 msgstr "Stop"
 
@@ -2450,25 +2455,23 @@ msgstr ""
 "suivant de l'historique de navigation."
 
 #: src/libvlc.h:725
-#, fuzzy
 msgid "Cycle audio track"
-msgstr "Piste audio"
+msgstr "Défiler les pistes audio"
 
 #: src/libvlc.h:726
 msgid "Cycle through the available audio tracks(languages)"
 msgstr ""
+"Permet de boucler entre les différentes pistes audio disponibles (langues)"
 
 #: src/libvlc.h:727
-#, fuzzy
 msgid "Cycle subtitle track"
-msgstr "Choisir la piste de sous-titres"
+msgstr "Défiler les pistes de sous-titres"
 
 #: src/libvlc.h:728
 msgid "Cycle through the available subtitle tracks"
-msgstr ""
+msgstr "Permet de boucler entre les différentes pistes de sous-titres"
 
 #: src/libvlc.h:731
-#, fuzzy
 msgid ""
 "\n"
 "Playlist MRL syntax:\n"
@@ -2488,20 +2491,23 @@ msgid ""
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 "\n"
-"Éléments de la liste de lecture :\n"
-"  *.mpg, *.vob                   fichiers MPEG-1/2 standard\n"
-"  [dvd://][périphérique][@périphérique_brut][@[titre][,[chapitre][,angle]]]\n"
-"                                 périphérique DVD\n"
-"  [vcd://][périphérique][@[titre][,[chapitre]]\n"
-"                                 périphérique VCD\n"
-"  [cdda://][périphérique][@[T][track-number]]\n"
-"                                 périphérique CD audio\n"
-"  udpstream:[@[<adresse>][:<port>]]\n"
-"                                 flux UDP envoyé par un serveur de "
-"diffusion\n"
-"  vlc:pause                      suspend l'exécution des éléments de la "
-"liste de lecture\n"
-"  vlc:quit                       quitter VLC\n"
+"Syntaxe des éléments de la liste de lecture (MRL) :\n"
+"Les éléments entre crochets sont facultatifs.\n"
+" URL[@[titre][:chapitre][-[titre][:chapitre]]] [:option=valeur]\n"
+"Syntaxe pour l'URL :\n"
+" [file://]fichier\t\tfichier standard\n"
+" http://ip:port/fichier\tAddresse HTTP\n"
+" ftp://ip:port/fichier\t\tAddresse FTP\n"
+" mms://ip:port/fichier\t\tAddresse MMS\n"
+" screen://\t\t\tCapture d'écran\n"
+" dvd://[périphérique][@brut]\tDVD\n"
+" vcd://[périphérique]\t\tVCD\n"
+" cdda://[périphérique]\t\tCD Audio\n"
+" udp://[adresse source][@[adresse d'attache][:port]]\n"
+"\t\tFlux UDP envoyé par un serveur\n"
+"\t\tDans le cas d'un flux multicast, utiliser udp://@adresse\n"
+" vlc:pause\t\t\tMettre en pause la liste de lecture\n"
+" vlc:quit\t\t\tQuitter VLC\n"
 
 #: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
@@ -2580,9 +2586,8 @@ msgid "use alternate config file"
 msgstr "Utilise un fichier de configuration alternatif"
 
 #: src/libvlc.h:1254
-#, fuzzy
 msgid "resets the current plugins cache"
-msgstr "Répète l'élément actuel de la liste de lecture"
+msgstr "Remet à zéro le cache des modules"
 
 #: src/libvlc.h:1256
 msgid "print version information"
@@ -3217,34 +3222,34 @@ msgstr "Inconnu"
 msgid "Normal"
 msgstr "Normal"
 
-#: src/video_output/video_output.c:407 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
 #: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
 #: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Désentrelacer"
 
-#: src/video_output/video_output.c:411 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Négliger"
 
-#: src/video_output/video_output.c:413 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Fondu"
 
-#: src/video_output/video_output.c:415 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Moyenne"
 
-#: src/video_output/video_output.c:417 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr "Bob"
 
-#: src/video_output/video_output.c:419 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Linéaire"
 
-#: src/video_output/video_output.c:430
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filtres"
 
@@ -3269,7 +3274,7 @@ msgid "2:1 Double"
 msgstr "Taille double"
 
 #: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
-#: modules/access/dvb/access.c:74 modules/access/dvdnav.c:59
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
 #: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
 #: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
@@ -3291,9 +3296,8 @@ msgid "Audio CD input"
 msgstr "Lecture CD audio"
 
 #: modules/access/cdda.c:52
-#, fuzzy
 msgid "[cdda:][device][@[track]]"
-msgstr "cddax://[périphérique-ou-fichier][@[T]num]"
+msgstr "[cdda://][périphérique-ou-fichier][@[numéro de piste]"
 
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
@@ -3560,12 +3564,11 @@ msgid "Standard filesystem directory input"
 msgstr "Lecture standard d'un répertoire"
 
 #: modules/access/directory.c:88
-#, fuzzy
 msgid "Directory EOF"
-msgstr "DirectShow"
+msgstr "Fin de répertoire"
 
 #: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
-#: modules/gui/macosx/prefs.m:444 modules/gui/macosx/prefs_widgets.m:339
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
 #: modules/video_output/directx/directx.c:138
 msgid "Default"
@@ -3573,6 +3576,7 @@ msgstr "Pr
 
 #: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
 #: modules/gui/gtk/menu.c:700
+#, c-format
 msgid "None"
 msgstr "Aucun"
 
@@ -3671,7 +3675,7 @@ msgstr "Configurer"
 msgid "DirectShow demuxer"
 msgstr "Démultiplexeur DirectShow"
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
@@ -3679,19 +3683,19 @@ msgstr ""
 "Cette option permet de modifier la taille du cache pour les flux dvb. Cette "
 "valeur est en millisecondes."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr "Pogramme à décoder"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr "Cela sert à contourner un bug de l'entrée"
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "Carte à paramétrer"
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3699,147 +3703,143 @@ msgstr ""
 "Les cartes ont un nom de périphérique dans le répertoire /dev/dvb/adapter[n] "
 "où n>=0"
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "Numéro du périphérique à utiliser sur la carte"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr "Fréquence du transpondeur/multiplexeur"
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr "En kHz pour le DVB-S ou Hz pour le DVB-C/T"
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr "Mode d'inversion"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr "Mode d'inversion [0=off, 1=on, 2=auto]"
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr "Teste les capacités de la carte DVB"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 "Certaines cartes DVB ne supportent pas la détection de leur capacités. "
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "lnb_lof1 de l'antenne (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "lnb_lof1 de l'antenne (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "lnb_lof1 de l'antenne (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr "Mode \"budget\""
 
-#: modules/access/dvb/access.c:108
-#, fuzzy
+#: modules/access/dvb/access.c:84
 msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
-"Ceci permet de diffuser un transpondeur entier avec une carte \"budget\".Le "
-"mode \"budget\" est compatible avec le nouveau démultiplexeur MPEG-TS."
+"Ceci permet de diffuser un transpondeur entier avec une carte \"budget\"."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr "Numéro du satellite dans le système Diseqc"
 
-#: modules/access/dvb/access.c:111
-#, fuzzy
+#: modules/access/dvb/access.c:87
 msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
-msgstr "[0=diseqc désactivé, 1-4=diseqc normal, -1=A, -2=B diseqc simple"
+msgstr "[0=diseqc désactivé, 1-4=diseqc normal, -1=A, -2=B diseqc simple]"
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr "Voltage LNB"
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr "En Volts [0, 13=vertival, 18=horizontal]"
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr "Signal à 22 kHz"
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr "[0=off, 1=on, -1=auto]"
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 msgid "Transponder FEC"
 msgstr "FEC du transpondeur"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr "FEC=Forward Error Correction mode [9=auto]"
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr "Débit de symbole du transpondeur en kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Type de modulation"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr "Type de modulation pour le périphérique de frontend."
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "FEC terrestre haute priorité"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "FEC terrestre basse priorité"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Bande passante terrestre"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Bande passante terrestre [0=auto,6,7,8 en MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Intervalle de garde terrestre"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Mode de transmission terrestre"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Mode de hiérarchie terrestre"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr "DVB"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "Module d'entrée DVB avec support v4l2"
 
 #: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
 msgid "DVD angle"
-msgstr ""
+msgstr "Angle DVD"
 
 #: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
-#, fuzzy
 msgid "Allows you to select the default DVD angle."
-msgstr "Ceci vous permet de redimensionner la vidéo avant l'encodage."
+msgstr "Ceci vous permet de choisir l'angle DVD par défaut."
 
 #: modules/access/dvdnav.c:61
 msgid ""
@@ -3851,26 +3851,27 @@ msgstr ""
 
 #: modules/access/dvdnav.c:63
 msgid "Start directly in menu"
-msgstr ""
+msgstr "Commencer directement au menu"
 
 #: modules/access/dvdnav.c:65
 msgid ""
 "Allows you to start the DVD directly in the main menu. This will try to skip "
 "all the useless warnings introductions."
 msgstr ""
+"Ceci vous permet de commencer directement le DVD au menu principal, en "
+"essayant de passer toutes les introductions d'avertissements inutiles."
 
 #: modules/access/dvdnav.c:72
 msgid "DVDnav Input"
 msgstr "Entrée DVDnav"
 
 #: modules/access/dvdread.c:63
-#, fuzzy
 msgid ""
 "Allows you to modify the default caching value for DVDread streams. This "
 "value should be set in millisecond units."
 msgstr ""
 "Cette option permet de modifier la taille du cache par défaut pour les flux "
-"DVDnav. Sa valeur est en millisecondes."
+"DVD. Sa valeur est en millisecondes."
 
 #: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
@@ -3915,8 +3916,8 @@ msgstr "Titre"
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:268 modules/gui/wxwindows/open.cpp:449
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disque"
 
@@ -3925,9 +3926,8 @@ msgid "Key"
 msgstr "Touche"
 
 #: modules/access/dvdread.c:90
-#, fuzzy
 msgid "DVDRead Input"
-msgstr "Entrée DVDnav"
+msgstr "Entrée DVDRead"
 
 #: modules/access/file.c:72
 msgid ""
@@ -4046,14 +4046,15 @@ msgstr ""
 "connexion."
 
 #: modules/access/http.c:65
-#, fuzzy
 msgid "Auto re-connect"
-msgstr "Codec audio"
+msgstr "Reconnexion automatique"
 
 #: modules/access/http.c:66
 msgid ""
 "Will automatically attempt a re-connection in case it was untimely closed."
 msgstr ""
+"Si cette option est activée, une reconnexion sera automatiquement tentée en "
+"cas de fermeture prématurée."
 
 #: modules/access/http.c:70
 msgid "HTTP input"
@@ -4090,9 +4091,8 @@ msgid "Device"
 msgstr "Périphérique"
 
 #: modules/access/pvr/pvr.c:47
-#, fuzzy
 msgid "PVR video device"
-msgstr "Périphérique vidéo"
+msgstr "Périphérique vidéo PVR"
 
 #: modules/access/pvr/pvr.c:49
 msgid "Norm"
@@ -4100,41 +4100,39 @@ msgstr "Norme"
 
 #: modules/access/pvr/pvr.c:50
 msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
-msgstr ""
+msgstr "Définit la norme du flux (Automatique, SECAM, PAL ou NTSC)"
 
 #: modules/access/pvr/pvr.c:53
-#, fuzzy
 msgid "Automatic"
-msgstr "Réduction automatique"
+msgstr "Automatique"
 
 #: modules/access/pvr/pvr.c:53
 msgid "SECAM"
-msgstr ""
+msgstr "SECAM"
 
 #: modules/access/pvr/pvr.c:54
 msgid "PAL"
-msgstr ""
+msgstr "PAL"
 
 #: modules/access/pvr/pvr.c:54
 msgid "NSTC"
-msgstr ""
+msgstr "NTSC"
 
 #: modules/access/pvr/pvr.c:56
 msgid "Width"
-msgstr ""
+msgstr "Largeur"
 
 #: modules/access/pvr/pvr.c:57
 msgid "Width of the stream to capture (-1 for autodetect)"
-msgstr ""
+msgstr "Largeur de la vidéo à capturer (-1 pour autodétecter)"
 
 #: modules/access/pvr/pvr.c:59
-#, fuzzy
 msgid "Height"
-msgstr "Droite"
+msgstr "Hauteur"
 
 #: modules/access/pvr/pvr.c:60
 msgid "Height of the stream to capture (-1 for autodetect)"
-msgstr ""
+msgstr "Hauteur de la vidéo à capturer (-1 pour autodétecter)"
 
 #: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
 #: modules/gui/gtk/gtk_interface.c:2181
@@ -4143,85 +4141,86 @@ msgstr "Fr
 
 #: modules/access/pvr/pvr.c:63
 msgid "Frequency to capture (in kHz), if applicable"
-msgstr ""
+msgstr "Fréquence de capture, en kHz, si possible"
 
 #: modules/access/pvr/pvr.c:64
-#, fuzzy
 msgid "Framerate"
-msgstr "Débit :"
+msgstr "Débit d'images"
 
 #: modules/access/pvr/pvr.c:65
-msgid "Framerate to capture, if applicable (-1 for auto"
-msgstr ""
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr "Débit d'images à capturer, si possible (-1 pour automatique)"
 
 #: modules/access/pvr/pvr.c:67
-#, fuzzy
 msgid "Key interval"
-msgstr "Intervalle d'images-clé : "
+msgstr "Intervalle d'images-clé"
 
 #: modules/access/pvr/pvr.c:68
-msgid "Interval between keyframes, in FIXME (-1 for  auto"
-msgstr ""
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr "Intervalle entre les images-clé (-1 pour automatique)"
 
 #: modules/access/pvr/pvr.c:70
-#, fuzzy
 msgid "B Frames"
-msgstr "Birman"
+msgstr "Images B"
 
 #: modules/access/pvr/pvr.c:71
 msgid ""
 "If this option is set, B-Frames will be used.Use this option to set the "
-"number of B-Frames"
+"number of B-Frames."
 msgstr ""
+"Si cette option est activée, des images « B » seront produites. Utilisez "
+"cette option pour en régler le nombre."
 
 #: modules/access/pvr/pvr.c:74
 msgid "Bitrate to use (-1 for default)"
-msgstr ""
+msgstr "Débit à utiliser (-1 pour la valeur par défaut)"
 
 #: modules/access/pvr/pvr.c:75
-#, fuzzy
 msgid "Bitrate peak"
-msgstr "Débit"
+msgstr "Débit en pointe"
 
 #: modules/access/pvr/pvr.c:76
 msgid "Peak bitrate in VBR mode"
-msgstr ""
+msgstr "Débit de pointe en mode débit variable"
 
 #: modules/access/pvr/pvr.c:77
 msgid "Bitrate mode (vbr or cbr)"
-msgstr ""
+msgstr "Mode de débit (vbr ou cbr)"
 
 #: modules/access/pvr/pvr.c:78
 msgid "Bitrate mode to use"
-msgstr ""
+msgstr "Mode de débit à utiliser (vbr pour variable ou cbr pour constant)."
 
 #: modules/access/pvr/pvr.c:79
-#, fuzzy
 msgid "Audio bitmask"
-msgstr "Débit audio"
+msgstr "Masque de bits audio"
 
 #: modules/access/pvr/pvr.c:80
-msgid "FIXME FIXME FIXME FIXME"
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
 msgstr ""
+"Cette option vous permet de régler des masques de bits qui seront utilisés "
+"par la partie audio de la carte;"
 
 #: modules/access/pvr/pvr.c:81
 msgid "Channel"
 msgstr "Canal"
 
 #: modules/access/pvr/pvr.c:82
-#, fuzzy
 msgid ""
 "Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
 msgstr ""
-"Habituellement, 0 pour le tuner, 1 pour l'entrée composite et 2 pourS-Video."
+"Canal de la carte à utiliser (Habituellement, 0 pour le tuner, 1 pour "
+"l'entrée composite et 2 pour l'entrée S-Video)."
 
 #: modules/access/pvr/pvr.c:86
 msgid "vbr"
-msgstr ""
+msgstr "vbr"
 
 #: modules/access/pvr/pvr.c:86
 msgid "cbr"
-msgstr ""
+msgstr "cbr"
 
 #: modules/access/pvr/pvr.c:89
 msgid "PVR"
@@ -4265,38 +4264,37 @@ msgid "Satellite input"
 msgstr "Entrée satellite"
 
 #: modules/access/screen/screen.c:39
-#, fuzzy
 msgid ""
 "Allows you to modify the default caching value for screen capture streams. "
 "This value should be set in millisecond units."
 msgstr ""
-"Cette option permet de modifier la taille du cache pour les flux CDDA. Cette "
-"valeur est en millisecondes."
+"Cette option permet de modifier la taille du cache pour les flux de capture "
+"d'écran. Cette valeur est en millisecondes."
 
 #: modules/access/screen/screen.c:41
-#, fuzzy
 msgid "Frame rate"
-msgstr "Débit"
+msgstr "Débit d'images"
 
 #: modules/access/screen/screen.c:43
-#, fuzzy
 msgid "Allows you to set the desired frame rate for the capture."
-msgstr "Ceci vous permet de spécifier le TTL pour le flux de sortie."
+msgstr "Ceci vous permet de spécifier le débit d'images pour la capture."
 
 #: modules/access/screen/screen.c:46
-msgid "Capture fragement size"
-msgstr ""
+msgid "Capture fragment size"
+msgstr "Taille des fragments capturés"
 
 #: modules/access/screen/screen.c:48
 msgid ""
 "Allows you optimize the capture by fragmenting the screen in chunks of "
 "predefined height (16 might be a good value, and 0 means disabled)."
 msgstr ""
+"Cette option vous permet d'optimiser la capture en découpant l'écran en "
+"fragments d'une taille prédéfinie (16 semble être une valeur convenable, 0 "
+"signifie que ceci est désactivé)."
 
 #: modules/access/screen/screen.c:62
-#, fuzzy
 msgid "Screen Input"
-msgstr "Écran"
+msgstr "Module de capture d'écran"
 
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
@@ -4388,11 +4386,13 @@ msgstr ""
 
 #: modules/access/udp.c:46
 msgid "Autodetection of MTU"
-msgstr ""
+msgstr "Détection automatique du MTU"
 
 #: modules/access/udp.c:48
 msgid "Allows growing the MTU if truncated packets are found"
 msgstr ""
+"Ceci permet d'augmenter automatiquement le MTU si des paquets tronqués sont "
+"trouvés."
 
 #: modules/access/udp.c:54
 msgid "UDP/RTP input"
@@ -4443,9 +4443,8 @@ msgid "VCD input"
 msgstr "Lecture VCD"
 
 #: modules/access/vcd/vcd.c:50
-#, fuzzy
 msgid "[vcd:][device][@[title][,[chapter]]]"
-msgstr "[dvdplay:][device][@[titre][,[chapitre][,angle]]]"
+msgstr "[vcd:][périphérique][@[titre][,[chapitre]]]"
 
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
@@ -4489,7 +4488,7 @@ msgid "Volume Set"
 msgstr "Volume"
 
 #: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
-#: modules/gui/wxwindows/interface.cpp:1120
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Volume"
 
@@ -4666,14 +4665,12 @@ msgstr ""
 "au flux."
 
 #: modules/access_output/http.c:52
-#, fuzzy
 msgid "Mime"
-msgstr "Temps"
+msgstr "Mime"
 
 #: modules/access_output/http.c:53
-#, fuzzy
 msgid "Allows you to give the mime returned by the server."
-msgstr "Ceci vous permet de préciser le TTL du flux sortant."
+msgstr "Ceci vous permet de préciser le type MIME renvoyé par le serveur."
 
 #: modules/access_output/http.c:56
 msgid "HTTP stream output"
@@ -4770,12 +4767,12 @@ msgstr "Effet de spatialisation virtuelle pour casque st
 msgid "audio filter for trivial channel mixing"
 msgstr "Filtre audio trivial de mixage de canaux"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "Compression dynamique A/52"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4788,7 +4785,8 @@ msgstr ""
 "compression dynamique, le rendu sera plus adapté à une salle de cinéma ou "
 "une chambre d'écoute."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "Décodeur audio ATSC A/52 (ou AC-3)"
 
@@ -4796,11 +4794,12 @@ msgstr "D
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "filtre audio pour l'encapsulation A/52->S/PDIF"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "Compression dynamique DTS"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Décodeur audio DTS Coherent Acoustics"
 
@@ -4832,7 +4831,8 @@ msgstr "Filtre audio de conversion float32->u16"
 msgid "audio filter for float32->u8 conversion"
 msgstr "Filtre audio de conversion float32->u8"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "Décodeur MPEG audio"
 
@@ -4862,43 +4862,39 @@ msgstr "Filtre audio de conversion u8->float32"
 
 #: modules/audio_filter/equalizer.c:52
 msgid "Equalizer preset"
-msgstr ""
+msgstr "Préréglage de l'égaliseur"
 
 #: modules/audio_filter/equalizer.c:55
 msgid "Bands gain"
-msgstr ""
+msgstr "Gain des différentes bandes"
 
 #: modules/audio_filter/equalizer.c:56
 msgid "Override preset bands gain in dB (-20 ... 20)"
-msgstr ""
+msgstr "Outrepasser le gain des bandes du préréglage, en dB (de -20 à 20)"
 
 #: modules/audio_filter/equalizer.c:58
-#, fuzzy
 msgid "Two pass"
-msgstr "Mot de passe FTP"
+msgstr "Deux passes"
 
 #: modules/audio_filter/equalizer.c:59
 msgid "Filter twice the audio"
-msgstr ""
+msgstr "Filter l'audio deux fois"
 
 #: modules/audio_filter/equalizer.c:61
-#, fuzzy
 msgid "Global gain"
-msgstr "Galicien"
+msgstr "Gain global"
 
 #: modules/audio_filter/equalizer.c:62
 msgid "Set the global gain in dB (-20 ... 20)"
-msgstr ""
+msgstr "Règle le gain global, en dB (-20 à 20)"
 
 #: modules/audio_filter/equalizer.c:65
-#, fuzzy
 msgid "Equalizer 10 bands"
-msgstr "Nombre de bandes"
+msgstr "Egaliseur 10 bandes"
 
 #: modules/audio_filter/equalizer_presets.h:39
-#, fuzzy
 msgid "Flat"
-msgstr "Accélérer"
+msgstr "Plat"
 
 #: modules/audio_filter/equalizer_presets.h:39
 #: modules/demux/util/id3genres.h:60
@@ -4906,9 +4902,8 @@ msgid "Classical"
 msgstr "Classique"
 
 #: modules/audio_filter/equalizer_presets.h:39
-#, fuzzy
 msgid "Club"
-msgstr "Cube"
+msgstr "Club"
 
 #: modules/audio_filter/equalizer_presets.h:39
 #: modules/demux/util/id3genres.h:31
@@ -4917,36 +4912,31 @@ msgstr "Dance"
 
 #: modules/audio_filter/equalizer_presets.h:39
 msgid "Full bass"
-msgstr ""
+msgstr "Graves"
 
 #: modules/audio_filter/equalizer_presets.h:40
 msgid "Full bass and treble"
-msgstr ""
+msgstr "Graves et aigües"
 
 #: modules/audio_filter/equalizer_presets.h:40
-#, fuzzy
 msgid "Full treble"
-msgstr "Plein écran"
+msgstr "Aigües"
 
 #: modules/audio_filter/equalizer_presets.h:40
-#, fuzzy
 msgid "Headphones"
-msgstr "Casque stéréo"
+msgstr "Casque"
 
 #: modules/audio_filter/equalizer_presets.h:41
-#, fuzzy
 msgid "Large Hall"
-msgstr "Grand"
+msgstr "Grand Hall"
 
 #: modules/audio_filter/equalizer_presets.h:41
-#, fuzzy
 msgid "Live"
-msgstr "Linéaire"
+msgstr "Live"
 
 #: modules/audio_filter/equalizer_presets.h:41
-#, fuzzy
 msgid "Party"
-msgstr "Port"
+msgstr "Fête"
 
 #: modules/audio_filter/equalizer_presets.h:41
 #: modules/demux/util/id3genres.h:41
@@ -4969,24 +4959,25 @@ msgid "Ska"
 msgstr "Ska"
 
 #: modules/audio_filter/equalizer_presets.h:42
-#, fuzzy
 msgid "Soft"
-msgstr "&Tri"
+msgstr "Doux"
 
 #: modules/audio_filter/equalizer_presets.h:42
-#, fuzzy
 msgid "Soft rock"
-msgstr "Rock du Sud"
+msgstr "Soft Rock"
 
 #: modules/audio_filter/equalizer_presets.h:42
 #: modules/demux/util/id3genres.h:46
 msgid "Techno"
 msgstr "Techno"
 
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr "Filtre audio de conversion de formats PCM"
+
 #: modules/audio_filter/normvol.c:68
-#, fuzzy
 msgid "Number of audio buffers"
-msgstr "Nombre de bandes"
+msgstr "Nombre de tampons audio"
 
 #: modules/audio_filter/normvol.c:69
 msgid ""
@@ -4994,22 +4985,28 @@ msgid ""
 "A higher number of buffers will increase the response time of the filter to "
 "a high power but will make it less sensitive to short variations "
 msgstr ""
+"Ceci est le nombre de tampons audio sur lesquels la mesure de puissance sera "
+"effectuée. Un fort nombdre de tampons augmentera le temps de réponse du "
+"filtre à un pic de puissance, mais le rendra moins sensible à de petites "
+"variations."
 
 #: modules/audio_filter/normvol.c:74
-#, fuzzy
 msgid "Max level"
-msgstr "Niveau de qualité"
+msgstr "Niveau maximal"
 
 #: modules/audio_filter/normvol.c:75
 msgid ""
 "If the average power over the last N buffers is higher than this value, the "
-"volume will be normalized.This value is a positive floating point number. A "
+"volume will be normalized. This value is a positive floating point number. A "
 "value between 0.5 and 10 seems sensible."
 msgstr ""
+"Si le niveau moyen sur les N derniers tampons dépasse cette valeur, le "
+"volume sera normalisé. La valeur est un nombre en virgule flottante "
+"positif. Une valeur entre 0.5 et 10 semble correcte."
 
 #: modules/audio_filter/normvol.c:81
 msgid "Volume normalizer"
-msgstr ""
+msgstr "Normaliseur de volume"
 
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
@@ -5191,15 +5188,17 @@ msgid "Simple DirectMedia Layer audio output"
 msgstr "Sortie audio simple DirectMedia Layer"
 
 #: modules/audio_output/waveout.c:133
-#, fuzzy
 msgid "Use float32 output"
-msgstr "Activer le flux de sortie"
+msgstr "Utiliser une sortie en virgule flottante"
 
 #: modules/audio_output/waveout.c:135
 msgid ""
 "The option allows you to enable or disable the high-quality float32 audio "
 "output mode (which is not well supported by some soundcards)."
 msgstr ""
+"Cette option vous permet d'activer ou de désactver le mode de sortie audio "
+"haute qualité en virgule flottante (qui n'est pas très bien supporté par "
+"toutes les cartes son)."
 
 #: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
@@ -5235,11 +5234,11 @@ msgstr "D
 
 #: modules/codec/dmo/dmo.c:98
 msgid "DirectMedia Object decoder"
-msgstr ""
+msgstr "Décodeur DirectMedia Object"
 
 #: modules/codec/dmo/dmo.c:105
 msgid "DirectMedia Object encoder"
-msgstr ""
+msgstr "Encodeur DirectMedia Object"
 
 #: modules/codec/dts.c:91
 msgid "DTS parser"
@@ -5258,9 +5257,8 @@ msgid "DVB subtitles decoder"
 msgstr "Décodeur de sous-titres DVB"
 
 #: modules/codec/dvbsub.c:57
-#, fuzzy
 msgid "DVB subtitles encoder"
-msgstr "codeur de sous-titres DVB"
+msgstr "Encodeur de sous-titres DVB"
 
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
@@ -5279,12 +5277,11 @@ msgid "simple"
 msgstr "simple"
 
 #: modules/codec/ffmpeg/ffmpeg.c:83
-#, fuzzy
 msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
-msgstr "Décodeur audio/vidéo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr ""
+"Décodeur audio/vidéo ffmpeg optimisé Altivec ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
 #: modules/codec/ffmpeg/ffmpeg.c:87
-#, fuzzy
 msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "Décodeur audio/vidéo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
@@ -5300,15 +5297,23 @@ msgstr "Encodeur audio/vid
 msgid "ffmpeg demuxer"
 msgstr "Démultiplexeur ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+msgid "ffmpeg video filter"
+msgstr "Filtre vidéo ffmpeg"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+msgid "ffmpeg deinterlace video filter"
+msgstr "Filtre de désentrelacement vidéo ffmpeg"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Rendu direct"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Résilience d'erreur"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -5320,11 +5325,11 @@ msgstr ""
 "peut produire une flopée d'erreurs.\n"
 "Valeurs posiibles : de 0 à 4 (0 désactive toute résilience d'erreurs)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Contournement de bugs"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -5344,11 +5349,11 @@ msgstr ""
 "32 ac vlc\n"
 "64 Qpel chroma"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "Hâter"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
@@ -5358,11 +5363,11 @@ msgstr ""
 "lorsqu'il n'y a pas assez de temps processeur. Cela est utile pour les "
 "processeurs peu puissants mais peut donner des images déformées."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Qualité de post-traitement"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
@@ -5372,19 +5377,19 @@ msgstr ""
 "Les niveaux élevés demandent considérablement plus de puissance CPU, mais "
 "donnent de meilleures images."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr "Masque de déboggage"
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr "Régler le masque de déboggage de ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Afficher les vecteurs de déplacement"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -5396,15 +5401,15 @@ msgstr ""
 "2 - affiche les vecteurs de mouvement des images B calculés en avant\n"
 "4 - affiche les vecteurs de mouvement des images B calculés en arrière"
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr "Chaînes de filtres de post-traitement de ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr "Ratio d'images clés"
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
@@ -5412,11 +5417,11 @@ msgstr ""
 "Ceci vous permet de modifier le nombre d'images qui seront codées pour une "
 "seule image clé."
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr "Ratio d'images B"
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
@@ -5424,63 +5429,63 @@ msgstr ""
 "Ceci vous permet de modifier le nombre d'images B qui seront codées entre "
 "deux images de référence."
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr "Tolérance du débit de la vidéo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 "Ceci vous permet de modifier la tolérance du débit de la vidéo en kbits/s."
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr "Active l'encodage entrelacé"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 "Ceci vous permet d'utiliser des algorithmes spécifiques pour les images "
 "entrelacées."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr "Activer la prédiction de mouvement"
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Ceci vous permet d'activer la prédiction de mouvement."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr "Active le contrôle strict du débit"
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr "Ceci vous permet d'activer l'algorithme de contrôle strict du débit."
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr "Taille du buffer de contrôle de débit"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 "Ceci vous permet de spécifier la taille du buffer pour le contrôle de débit."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr "Efficacité du contrôle de débit"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Ceci vous permet de spécifier l'efficacité du contrôle de débit."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr "Facteur de quantization I"
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
@@ -5489,11 +5494,11 @@ msgstr ""
 "rapport aux images P (par exemple 1.0 => même quantization pour les images I "
 "et P)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Résolution de bruit"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
@@ -5502,11 +5507,11 @@ msgstr ""
 "de réduire la durée d'encodage et le débit, au prix d'images de faible "
 "qualité."
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr "Active la matrice de quantization MPEG4"
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
@@ -5516,11 +5521,11 @@ msgstr ""
 "MPEG2. Cela mène en général à des images de meilleure qualité, tout en "
 "restant compatible avec les décodeurs standards MPEG2."
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr "Niveau de qualité"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
@@ -5528,7 +5533,7 @@ msgstr ""
 "Ceci vous permet de spécifier le niveau de qualité pour l'encodage des "
 "vecteurs de déplacement (ceci peut considérablement ralentir l'encodage)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -5542,29 +5547,29 @@ msgstr ""
 "qualité) et enfin augmentera le seuil de réduction de bruit afin de "
 "faciliter la tâche de l'encodeur."
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr "Minimum de l'échelle de quantization vidéo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 "Ceci vous permet de spécifier le minimum de l'échelle de quantization vidéo."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr "Maximum de l'échelle de quantization vidéo"
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 "Ceci vous permet de spécifier le maximum de l'échelle de quantization vidéo."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr "Active la quantization treillis"
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
@@ -5572,26 +5577,29 @@ msgstr ""
 "Ceci vous permet d'activer la quantization treillis (distortion de débit "
 "pour les coefficients des blocs)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:234
-#, fuzzy
+#: modules/codec/ffmpeg/ffmpeg.h:241
 msgid "Use fixed video quantizer scale"
-msgstr "Minimum de l'échelle de quantization vidéo"
+msgstr "Utiliser une échelle de quantisation vidéo fixée"
 
-#: modules/codec/ffmpeg/ffmpeg.h:235
+#: modules/codec/ffmpeg/ffmpeg.h:242
 msgid ""
 "Allows you to specify a fixed video quantizer scale for VBR encoding "
 "(accepted values: 0.01 to 255.0)."
 msgstr ""
+"Ceci vous permet de spécifier une échelle de quantisation fixe pour "
+"l'encodage VBR. Les valeurs acceptées sont 0.01 à 255.0."
 
-#: modules/codec/ffmpeg/ffmpeg.h:238
+#: modules/codec/ffmpeg/ffmpeg.h:245
 msgid "Strict standard compliance"
-msgstr ""
+msgstr "Respect strict des standards"
 
-#: modules/codec/ffmpeg/ffmpeg.h:239
+#: modules/codec/ffmpeg/ffmpeg.h:246
 msgid ""
 "Allows you to force a strict standard compliance when encoding (accepted "
 "values: -1, 0, 1)."
 msgstr ""
+"Ceci vous permet de forcer un respect strict des standards lors de "
+"l'encodage. Les valeurs acceptées sont -1, 0 et 1."
 
 #: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
 #: modules/gui/macosx/intf.m:468
@@ -5630,7 +5638,7 @@ msgstr "Empaqueteur audio Flac"
 msgid "Flac audio encoder"
 msgstr "Encodeur audio Flac"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "Décodeur vidéo MPEG I/II (utilisant libmpeg2)"
 
@@ -5767,11 +5775,11 @@ msgstr "Erreur: %s\n"
 msgid "QuickTime library decoder"
 msgstr "Décodeur de la bibliothèque QuickTime"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Pseudo-décodeur vidéo brute"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Pseuado-empaqueteur vidéo brute"
 
@@ -5787,11 +5795,11 @@ msgstr "Empaqueteur audio Speex"
 msgid "Speex audio encoder"
 msgstr "Encodeur audio Speex"
 
-#: modules/codec/speex.c:469 modules/codec/speex.c:486
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Commentaires Speex"
 
-#: modules/codec/speex.c:469
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Mode"
 
@@ -5803,23 +5811,23 @@ msgstr "D
 msgid "DVD subtitles packetizer"
 msgstr "Empaqueteur de sous-titres DVD"
 
-#: modules/codec/subsdec.c:100
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Encodage des sous-titres texte"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Changer le codage utilisé par les sous-titres texte"
 
-#: modules/codec/subsdec.c:102
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Justification des sous-titres"
 
-#: modules/codec/subsdec.c:103
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr "Justification des sous-titres"
 
-#: modules/codec/subsdec.c:106
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "Décodeur de sous-titres texte"
 
@@ -5853,42 +5861,38 @@ msgstr "Empaqueteur vid
 msgid "Theora video encoder"
 msgstr "Encodeur vidéo Theora"
 
-#: modules/codec/theora.c:374
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Commentaires Theora"
 
 #: modules/codec/toolame.c:52
-#, fuzzy
 msgid ""
 "Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
 "of specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
-"Ceci vous permet de spécifier une valeur de qualité comprise entre 1 (basse) "
-"et 10 (haute), au lieu de préciser un débit particulier. Cela produira un "
-"flux à débit variable."
+"Ceci vous permet de spécifier une valeur de qualité comprise entre 0.0 "
+"(haute) et 50.0 (basse), au lieu de préciser un débit particulier. Cela "
+"produira un flux à débit variable."
 
 #: modules/codec/toolame.c:55
-#, fuzzy
 msgid "Stereo mode"
-msgstr "Stéréo"
+msgstr "Mode Stéréo"
 
 #: modules/codec/toolame.c:57
 msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
-msgstr ""
+msgstr "[0=stereo, 1=mono-dual, 2=joint-stereo]"
 
 #: modules/codec/toolame.c:58
-#, fuzzy
 msgid "VBR mode"
-msgstr "Mode \"budget\""
+msgstr "Mode VBR (débit variable)"
 
 #: modules/codec/toolame.c:60
 msgid "By default the encoding is CBR."
-msgstr ""
+msgstr "Le type d'encodage par défaut est CBR."
 
 #: modules/codec/toolame.c:63
-#, fuzzy
 msgid "libtoolame audio encoder"
-msgstr "Encodeur audio Flac"
+msgstr "Encodeur audio libtoolame"
 
 #: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
@@ -5914,19 +5918,27 @@ msgstr ""
 "Ceci vous permet de spécifier un débit minimum en kbits. Utile pour les "
 "applications de diffusion."
 
-#: modules/codec/vorbis.c:142
+#: modules/codec/vorbis.c:139
+msgid "CBR encoding"
+msgstr "Encodage CBR (débit constant)"
+
+#: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Ceci vous permet de forcer un encodage à débit constant (CBR)."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Décodeur audio Vorbis"
 
-#: modules/codec/vorbis.c:151
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Empaqueteur audio Vorbis"
 
-#: modules/codec/vorbis.c:158
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Encodeur audio Vorbis"
 
-#: modules/codec/vorbis.c:499
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Commentaires Vorbis"
 
@@ -5955,7 +5967,6 @@ msgid "Corba control"
 msgstr "Contrôles Corba"
 
 #: modules/control/corba/corba.c:687
-#, fuzzy
 msgid "corba control module"
 msgstr "Module de contrôle Corba"
 
@@ -6046,7 +6057,7 @@ msgstr "Piste de sous-titres : %s"
 
 #: modules/control/hotkeys.c:468
 msgid "N/A"
-msgstr ""
+msgstr "N/A"
 
 #: modules/control/http.c:75
 msgid "Host address"
@@ -6140,56 +6151,55 @@ msgstr "Vol %d%%"
 #: modules/control/lirc.c:311 modules/control/lirc.c:415
 #: modules/gui/gtk/gnome_interface.c:602
 #: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1106
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
 #: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
 #: modules/gui/wxwindows/interface.cpp:427
-#: modules/gui/wxwindows/interface.cpp:1040 modules/visualization/xosd.c:236
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
 #: modules/visualization/xosd.c:237
+#, c-format
 msgid "Pause"
 msgstr "Pause"
 
 #: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
 #: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
 #: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
-#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1114
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
 #: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
 #: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
-#: modules/gui/wxwindows/interface.cpp:1046
+#: modules/gui/wxwindows/interface.cpp:1045
 #: modules/gui/wxwindows/playlist.cpp:254
 msgid "Play"
 msgstr "Lire"
 
 #: modules/control/netsync.c:80
 msgid "Act as master for network synchronisation"
-msgstr ""
+msgstr "Agir en tant que maître pour la synchronisation réseau"
 
 #: modules/control/netsync.c:81
-#, fuzzy
 msgid ""
 "Allows you to specify if this client should act as the master client for the "
 "network synchronisation."
 msgstr ""
-"Ceci vous permet de spécifier la coordonnée inférieure pour la coupe de "
-"l'image."
+"Ceci vous permet de spécifier si ce client doit se comporter comme un maître "
+"pour la synchronisation réseau."
 
 #: modules/control/netsync.c:84
 msgid "Master client ip address"
-msgstr ""
+msgstr "Adresse IP du client maître"
 
 #: modules/control/netsync.c:85
-#, fuzzy
 msgid ""
 "Allows you to specify the ip address of the master client used for the "
 "network synchronisation."
 msgstr ""
-"Ceci vous permet de spécifier le nombre de threads utilisés pour le "
-"transcodage."
+"Ceci vous permet de spécifier l'adresse IP du client maître pour la "
+"synchronisation réseau."
 
 #: modules/control/netsync.c:89
 msgid "Network synchronisation"
-msgstr ""
+msgstr "Synchronisation réseau"
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -6252,29 +6262,30 @@ msgstr "Force le module rc 
 
 #: modules/control/rc.c:123
 msgid "UNIX socket command input"
-msgstr ""
+msgstr "Entrée de commandes par Socket Unix"
 
 #: modules/control/rc.c:124
 msgid "Accept commands over a Unix socket rather than stdin. "
-msgstr ""
+msgstr "Permet d'accepter les commandes sur une socket Unix plutôt que stdin."
 
 #: modules/control/rc.c:126
 msgid "IP command input"
-msgstr ""
+msgstr "Entrée de commandes par IP"
 
 #: modules/control/rc.c:127
-#, fuzzy
 msgid ""
 "Accept commands over a socket rather than stdin. You can set the address and "
 "port the interface will bind to."
 msgstr ""
-"Indiquez l'adresse et le port par lesquelles l'interface HTTP sera joignable."
+"Permet d'accepter les commandes sur une socket plutôt que stdin. Vous pouvez "
+"régler l'adresse et le port sur lesquels écouter."
 
 #: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Interface de commande à distance"
 
 #: modules/control/rc.c:246
+#, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr ""
 "Interface de commande à distance initialisée, 'h' pour obtenir de l'aide.\n"
@@ -6285,110 +6296,137 @@ msgid "%s: returned %i (%s)\n"
 msgstr "%s: valeur de retour %i (%s)\n"
 
 #: modules/control/rc.c:471
+#, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr "+----[ fin des infos sur le flux ]\n"
 
 #: modules/control/rc.c:476
+#, c-format
 msgid "no input\n"
 msgstr "pas d'entrée\n"
 
 #: modules/control/rc.c:505
+#, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr "+----[ Commandes de l'interface à distance ]\n"
 
 #: modules/control/rc.c:507
+#, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr "| add XYZ  . . . . . . .  ajoute XYZ à la playlist\n"
 
 #: modules/control/rc.c:508
+#, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr "| playlist . . affiche les éléments de la playlist\n"
 
 #: modules/control/rc.c:509
+#, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr "| play . . . . . . . . . . . . . . .  joue le flux\n"
 
 #: modules/control/rc.c:510
+#, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr "| stop . . . . . . . . . . . . . .  arrête le flux\n"
 
 #: modules/control/rc.c:511
+#, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr "| next . . . . . . . . item de la playlist suivant\n"
 
 #: modules/control/rc.c:512
+#, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr "| prev . . . . . . . item de la playlist précédent\n"
 
 #: modules/control/rc.c:513
+#, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr "| title [X]  .  modifie/affiche le titre de l'item\n"
 
 #: modules/control/rc.c:514
+#, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr "| title_n  . . . titre suivant dans l'item courant\n"
 
 #: modules/control/rc.c:515
+#, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr "| title_p  . . titre précédent dans l'item courant\n"
 
 #: modules/control/rc.c:516
+#, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr "| chapter [X]  . . . . modifie/affiche le chapitre\n"
 
 #: modules/control/rc.c:517
+#, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr "| chapter_n   chapitre suivant dans l'item courant\n"
 
 #: modules/control/rc.c:518
+#, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr "| chapter_p  . . .  chapitre précédant dans l'item\n"
 
 #: modules/control/rc.c:520
+#, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr "| seek X .  déplacement en secondes, ex. `seek 12'\n"
 
 #: modules/control/rc.c:521
+#, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr "| pause  . . . . . . . . . . . . . . bascule pause\n"
 
 #: modules/control/rc.c:522
+#, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr "| f  . . . . . . . . . bascule le mode plein-écran\n"
 
 #: modules/control/rc.c:523
+#, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr "| info . . . . .  informations sur le flux courant\n"
 
 #: modules/control/rc.c:525
+#, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr "| volume [X] . . . . . . modifie/affiche le volume\n"
 
 #: modules/control/rc.c:526
+#, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr "| volup [X]  . . . . . . . augmente le volume de X\n"
 
 #: modules/control/rc.c:527
+#, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr "| voldown [X]  . . . . . .  diminue le volume de X\n"
 
 #: modules/control/rc.c:528
+#, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr "| adev [X] . modifie/affiche le périphérique audio\n"
 
 #: modules/control/rc.c:529
+#, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr "| achan [X]  . . modifie/affiche les canaux audios\n"
 
 #: modules/control/rc.c:531
+#, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr "| help . . . . . . . . . . . . . ce message d'aide\n"
 
 #: modules/control/rc.c:532
+#, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr "| quit . . . . . . . . . . . . . . . .  quitte VLC\n"
 
 #: modules/control/rc.c:534
+#, c-format
 msgid "+----[ end of help ]\n"
 msgstr "+----[ fin de l'aide ]\n"
 
@@ -6413,10 +6451,12 @@ msgid "trying to add %s to playlist\n"
 msgstr "Essaye d'ajouter %s à la liste de lecture\n"
 
 #: modules/control/rc.c:730
+#, c-format
 msgid "| no entries\n"
 msgstr "| pas d'entrées\n"
 
 #: modules/control/rc.c:738
+#, c-format
 msgid "unknown command!\n"
 msgstr "commande inconnue !\n"
 
@@ -6515,44 +6555,6 @@ msgstr "Sp
 msgid "Filedump demuxer"
 msgstr "Enregistreur fichier"
 
-#: modules/demux/demuxstream.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Compatibilité avec les versions pré-0.4 de VLS"
-
-#: modules/demux/demuxstream.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"Le protocole de transmission des flux audio A/52 a changé entre VLC 0.3 et "
-"0.4. Par défaut, VLC considère que vous avez le dernier VLS. Si vous "
-"utilisez une version ancienne, sélectionnez cette option."
-
-#: modules/demux/demuxstream.c:126
-msgid "Buggy PSI"
-msgstr "PSI pépiné"
-
-#: modules/demux/demuxstream.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-"Cochez cette option si les packets PSI de votre flux ne possèdent pas de "
-"compteurs de continuité."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "MRL de sortie"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "Démultiplexeur ISO 13818-1 MPEG Transport Stream"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "Démultiplexeur ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "Démultiplexeur DTS brut"
@@ -6575,7 +6577,7 @@ msgstr "d
 
 #: modules/demux/livedotcom.cpp:73
 msgid "RTSP/RTP access and demux"
-msgstr ""
+msgstr "Access/Démultiplexeur RTSP/RTP"
 
 #: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
@@ -6586,7 +6588,6 @@ msgid "Playlist metademux"
 msgstr "Liste de lecture (meta-demultiplexeur)"
 
 #: modules/demux/mjpeg.c:43
-#, fuzzy
 msgid "Frames per Second"
 msgstr "Images par seconde"
 
@@ -6595,11 +6596,12 @@ msgid ""
 "Allows you to set the desired frame rate when playing from files, use 0 for "
 "live."
 msgstr ""
+"Ceci vous permet de régler le débit d'images désiré pour la lecture depuis "
+"des fichiers, utilisez 0 pour une diffusion en temps réel."
 
 #: modules/demux/mjpeg.c:48
-#, fuzzy
 msgid "JPEG camera demuxer"
-msgstr "Démultiplexeur de flux vidéo MPEG-4"
+msgstr "Démultiplexeur de flux vidéo de caméra JPEG"
 
 #: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
@@ -6609,15 +6611,15 @@ msgstr "D
 msgid "Seek based on percent not time"
 msgstr "Déplacements basés sur le pourcentage et non le temps"
 
-#: modules/demux/mkv.cpp:2364
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Segment de nom de fichier"
 
-#: modules/demux/mkv.cpp:2368
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Application de multiplexage"
 
-#: modules/demux/mkv.cpp:2372
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Application d'écriture"
 
@@ -6755,46 +6757,47 @@ msgstr "Images par seconde"
 
 #: modules/demux/ts.c:66
 msgid "Extra PMT"
-msgstr ""
+msgstr "PMT supplémentaire"
 
 #: modules/demux/ts.c:68
 msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
 msgstr ""
+"Ceci vous permet de spécifier une PMT supplémentaire (pmt_pid=pid:type_flux"
+"[,..])"
 
 #: modules/demux/ts.c:70
 msgid "Set id of ES to PID"
-msgstr ""
+msgstr "Sélectionner l'id de l'ES pour le PID"
 
 #: modules/demux/ts.c:71
 msgid "set id of es to pid"
-msgstr ""
+msgstr "Sélectionner l'id de l'ES pour le PID"
 
 #: modules/demux/ts.c:73
-#, fuzzy
 msgid "Fast udp streaming"
-msgstr "Avancer dans le flux"
+msgstr "Diffusion UDP rapide"
 
 #: modules/demux/ts.c:75
 msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
 msgstr ""
+"Envoie le flux TS par UDP à l'ip:port spécifiée (à n'utiliser que si vous "
+"savez ce que vous faites)."
 
 #: modules/demux/ts.c:77 modules/demux/ts.c:78
 msgid "MTU for out mode"
-msgstr ""
+msgstr "MTU pour le mode de sortie"
 
 #: modules/demux/ts.c:80 modules/demux/ts.c:81
-#, fuzzy
 msgid "CSA ck"
 msgstr "Clé CSA"
 
 #: modules/demux/ts.c:83
-#, fuzzy
 msgid "Silent mode"
-msgstr "Mode de distorsion"
+msgstr "Mode silencieux"
 
 #: modules/demux/ts.c:84
 msgid "do not complain on encrypted PES"
-msgstr ""
+msgstr "Ne pas afficher d'avertissement pour les flux encryptés"
 
 #: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
@@ -7127,20 +7130,20 @@ msgstr "Ouvrir aussi les fichiers des sous-r
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
 #: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
-#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1302
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
 #: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Annuler"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:333
-#: modules/gui/macosx/open.m:527 modules/gui/macosx/open.m:632
-#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
 #: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Ouvrir"
@@ -7169,7 +7172,7 @@ msgstr "Messages"
 #: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
 #: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
 #: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:264
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
 #: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
 #: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
 #: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
@@ -7178,9 +7181,9 @@ msgstr "Fichier"
 
 #: modules/gui/beos/InterfaceWindow.cpp:246
 #: modules/gui/beos/PlayListWindow.cpp:87
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:332
-#: modules/gui/macosx/open.m:631 modules/gui/macosx/open.m:677
-#: modules/gui/wxwindows/dialogs.cpp:359 modules/gui/wxwindows/open.cpp:1047
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Ouvrir un fichier"
 
@@ -7235,12 +7238,12 @@ msgstr "Fen
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:138
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
 #: modules/gui/macosx/playlistinfo.m:64
 #: modules/gui/wxwindows/bookmarks.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
-#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1299
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
 #: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
@@ -7326,8 +7329,8 @@ msgstr "Nom"
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:942
-#: modules/gui/macosx/prefs.m:950 modules/gui/macosx/prefs.m:1020
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Modules"
@@ -7568,7 +7571,7 @@ msgstr "_Vid
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
 #: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
-#: modules/gui/macosx/intf.m:748 modules/gui/pda/pda_interface.c:212
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
 #: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "Lecteur multimédia VLC"
@@ -7638,6 +7641,7 @@ msgid "Play faster"
 msgstr "Jouer plus rapidement"
 
 #: modules/gui/gtk/gnome_interface.c:644
+#: modules/gui/skins2/src/dialogs.cpp:233
 #: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Ouvre la liste de lecture"
@@ -7752,9 +7756,9 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:500
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
 #: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
 #: modules/gui/wxwindows/streamout.cpp:454
@@ -7768,36 +7772,36 @@ msgid "Disc type"
 msgstr "Type de disque"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:488
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
 #: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:382
-#: modules/gui/macosx/open.m:472 modules/gui/wxwindows/open.cpp:616
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:389
-#: modules/gui/macosx/open.m:480 modules/gui/wxwindows/open.cpp:617
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "CD audio"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:627
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Nom du périphérique"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "Activer les menus DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:548
-#: modules/gui/macosx/open.m:597 modules/gui/wxwindows/open.cpp:672
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "Multidiff. UDP/RTP"
 
@@ -7805,7 +7809,7 @@ msgstr "Multidiff. UDP/RTP"
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
 #: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
 #: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
 #: modules/stream_out/rtp.c:67
@@ -7813,15 +7817,15 @@ msgid "Port"
 msgstr "Port"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:146
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
 #: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adresse"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:272 modules/gui/pda/pda_interface.c:548
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
 #: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Réseau"
@@ -7851,12 +7855,12 @@ msgid "Satellite"
 msgstr "Satellite"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "Délai"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr "fps"
 
@@ -7865,7 +7869,7 @@ msgid "stream output"
 msgstr "Flux de sortie"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:137
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
 #: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Paramètres..."
@@ -7895,7 +7899,7 @@ msgid "Invert"
 msgstr "Inverser"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Sélectionner"
@@ -8089,14 +8093,14 @@ msgstr "L'
 msgid "Open Target"
 msgstr "Ouvrir un flux"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:547 modules/gui/macosx/open.m:585
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
 #: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:549 modules/gui/macosx/open.m:610
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
 #: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr "HTTP/FTP/MMS"
@@ -8430,15 +8434,16 @@ msgid "Step Backward"
 msgstr "Reculer"
 
 #: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
-#, fuzzy
 msgid "2 Pass"
-msgstr "Basse"
+msgstr "2 Passes"
 
 #: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
 msgid ""
 "If you enable this settting, the equalizer filter will be applied twice. The "
 "effect will be sharper"
 msgstr ""
+"Si vous appliquez ce réglage, le filtrage par l'égaliseur sera fait deux "
+"fois, produisant un effet plus accentué."
 
 #: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
 #: modules/gui/wxwindows/extrapanel.cpp:459
@@ -8450,11 +8455,12 @@ msgid ""
 "Enable the equalizer. You can either manually change the bands or use a "
 "preset."
 msgstr ""
+"Activer l'égaliseur. Vous pouvez soit changer manuellement les bandes soit "
+"utiliser un préréglage."
 
 #: modules/gui/macosx/equalizer.m:147
-#, fuzzy
 msgid "Preamp"
-msgstr "Dream"
+msgstr "Préamp"
 
 #: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
@@ -8517,7 +8523,7 @@ msgstr "Ouvrir un flux r
 msgid "Open Recent"
 msgstr "Ouvrir un flux récent"
 
-#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1388
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Tout effacer"
 
@@ -8588,7 +8594,7 @@ msgstr "Rapporter un probl
 msgid "VideoLAN Website"
 msgstr "Site web de VideoLAN"
 
-#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1381
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licence"
 
@@ -8621,11 +8627,11 @@ msgstr "Fermer"
 msgid "Suppress further errors"
 msgstr "Supprime les erreurs suivantes"
 
-#: modules/gui/macosx/intf.m:1345
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "Aucun CrashLog trouvé"
 
-#: modules/gui/macosx/intf.m:1345
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
@@ -8686,36 +8692,45 @@ msgstr ""
 msgid "Mac OS X interface, sound and video"
 msgstr "Interface, son et vidéo MacOS X"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Ouvrir un flux"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:381
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Media Resource Locator (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Considérer comme un tuyau plutôt que comme un fichier"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:371
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "Dossier VIDEO_TS"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Fichier de sous-titres :"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Remplacer"
 
-#: modules/gui/macosx/open.m:423 modules/gui/macosx/open.m:475
-#: modules/gui/macosx/open.m:483 modules/gui/macosx/open.m:491
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "Encodage des sous-titres"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Taille"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
+#, objc-format
 msgid "No %@s found"
 msgstr "Aucun %@ trouvé"
 
-#: modules/gui/macosx/open.m:526
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "Ouvrir un dossier VIDEO_TS"
 
@@ -8766,27 +8781,24 @@ msgid "SLP announce"
 msgstr "Annonce SLP"
 
 #: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
-#, fuzzy
 msgid "RTSP announce"
-msgstr "Annonce SAP"
+msgstr "Annonce RTSP"
 
 #: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
-#, fuzzy
 msgid "HTTP announce"
-msgstr "Annonce SAP"
+msgstr "Annonce HTTP"
 
 #: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
 msgid "Export SDP as file"
-msgstr ""
+msgstr "Exporter un fichier SDP"
 
 #: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr "Nom du canal"
 
 #: modules/gui/macosx/output.m:188
-#, fuzzy
 msgid "SDP URL"
-msgstr "SDP"
+msgstr "URL du SDP"
 
 #: modules/gui/macosx/output.m:511
 msgid "Save File"
@@ -8858,40 +8870,40 @@ msgstr "Tout r
 msgid "Advanced"
 msgstr "Avancé"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:751
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Commande"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:755
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr "Contrôles"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:759
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Option/Alt"
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:763
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Shift"
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Rétablir"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Continue"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8899,7 +8911,7 @@ msgstr ""
 "Attention, ceci va réinitialiser le fichier de configuration de VLC.\n"
 "Désirez-vous vraiment continuer ?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Sélectionnez un fichier ou un répertoire"
 
@@ -8909,16 +8921,15 @@ msgstr "S
 
 #: modules/gui/ncurses.c:86
 msgid "Filebrowser starting point"
-msgstr ""
+msgstr "Répertoire de démarrage du navigateur"
 
 #: modules/gui/ncurses.c:88
-#, fuzzy
 msgid ""
 "This option allows you to specify directory the ncurses filebrowser will "
 "show you initially."
 msgstr ""
-"Cette option permet de choisir un chemin supplémentaire pour les modules que "
-"VLC va rechercher."
+"Cette option permet de choisir le répertoire que le navigateur de fichiers "
+"ncurses montrera au départ."
 
 #: modules/gui/ncurses.c:92
 msgid "ncurses interface"
@@ -9358,35 +9369,48 @@ msgstr "Sortie vid
 msgid "Qt interface"
 msgstr "Interface Qt"
 
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr "Ouvre un fichier de skin"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
+#: modules/gui/skins2/src/dialogs.cpp:226
 msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr "Fichiers de skins (*.vlt)|*.vlt|Fichiers de skins (*.xml)|*.xml"
 
-#: modules/gui/skins2/src/skin_main.cpp:330
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr "Toutes lites|*.pls;*.m3u;*.asx;*.b4s|Fichiers M3U|*.m3u"
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Enregistrer la liste de lecture"
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+msgid "M3U file|*.m3u"
+msgstr "Fichier M3U|*.m3u"
+
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr "Dernière skin utilisée"
 
-#: modules/gui/skins2/src/skin_main.cpp:331
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr "Sélectionnez le chemin du dernier skin utilisé"
 
-#: modules/gui/skins2/src/skin_main.cpp:332
+#: modules/gui/skins2/src/skin_main.cpp:334
 msgid "Config of last used skin"
 msgstr "Configuration de la dernière skin utilisée"
 
-#: modules/gui/skins2/src/skin_main.cpp:333
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr "Configuration de la dernière skin utilisée"
 
-#: modules/gui/skins2/src/skin_main.cpp:334
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr "Active les effets de transparence"
 
-#: modules/gui/skins2/src/skin_main.cpp:335
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
@@ -9395,11 +9419,11 @@ msgstr ""
 "Ceci est principalement utile si vous rencontrez des erreurs lors du "
 "déplacement des fenêtres."
 
-#: modules/gui/skins2/src/skin_main.cpp:349
+#: modules/gui/skins2/src/skin_main.cpp:351
 msgid "Skinnable Interface"
 msgstr "Interface skinnable"
 
-#: modules/gui/skins2/src/skin_main.cpp:356
+#: modules/gui/skins2/src/skin_main.cpp:358
 msgid "Skins loader demux"
 msgstr "Demux pour le chargement de skin"
 
@@ -9412,14 +9436,12 @@ msgid "Open skin..."
 msgstr "Choisir une skin..."
 
 #: modules/gui/wxwindows/bookmarks.cpp:137
-#, fuzzy
 msgid "Edit bookmark"
-msgstr "Favori n°1"
+msgstr "Editer le signet"
 
 #: modules/gui/wxwindows/bookmarks.cpp:163
-#, fuzzy
 msgid "Bytes"
-msgstr "Blues"
+msgstr "Octets"
 
 #: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
@@ -9427,7 +9449,7 @@ msgstr "Signets"
 
 #: modules/gui/wxwindows/bookmarks.cpp:227
 msgid "Extract"
-msgstr ""
+msgstr "Extraire"
 
 #: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
@@ -9439,47 +9461,52 @@ msgstr "Date"
 
 #: modules/gui/wxwindows/bookmarks.cpp:407
 msgid "You must select two bookmarks"
-msgstr ""
+msgstr "Vous devez sélectionner deux signets"
 
 #: modules/gui/wxwindows/bookmarks.cpp:408
-#, fuzzy
 msgid "Invalid selection"
-msgstr "Sélection"
+msgstr "Sélection invalide"
 
 #: modules/gui/wxwindows/bookmarks.cpp:417
 msgid "The stream must be playing or paused for bookmarks to work"
 msgstr ""
+"Le flux doit être en cours de lecture ou en pause pour que les signets "
+"fonctionnent."
 
 #: modules/gui/wxwindows/bookmarks.cpp:418
-#, fuzzy
 msgid "No input found"
-msgstr "Aucun %@ trouvé"
+msgstr "Aucune entrée trouvée"
 
 #: modules/gui/wxwindows/bookmarks.cpp:501
 msgid ""
 "No input found. The stream must be playing or paused for bookmarks to work"
 msgstr ""
+"Aucune entrée trouvée. Le flux doit être en cours de lecture ou en pause "
+"pour que les signets fonctionnent."
 
 #: modules/gui/wxwindows/bookmarks.cpp:503
-#, fuzzy
 msgid "No input"
-msgstr "pas d'entrée\n"
+msgstr "Pas d'entrée"
 
 #: modules/gui/wxwindows/bookmarks.cpp:509
 msgid ""
 "Input has changed, unable to save bookmark. Use \"pause\" while editing "
 "bookmarks to keep the same input."
 msgstr ""
+"L'entrée à changé, impossible de sauvegarder les signets. Utilisez \"pause"
+"\"pendant l'édition des signets pour garder la même entrée;"
 
 #: modules/gui/wxwindows/bookmarks.cpp:512
 msgid "Input has changed "
-msgstr ""
+msgstr "L'entrée a changé"
 
 #: modules/gui/wxwindows/extrapanel.cpp:42
 msgid ""
 "If this setting is not zero, the bands will move together when you move one. "
 "The higher the value is, the more correlated their movement will be."
 msgstr ""
+"Si cette valeur n'est pas nulle, les bandes bougeront ensemble. Plus cette "
+"valeur est haute, plus leur mouvement sera conjoint."
 
 #: modules/gui/wxwindows/extrapanel.cpp:200
 msgid "Adjust Image"
@@ -9519,45 +9546,44 @@ msgid "Aspect Ratio"
 msgstr "Ratio d'aspect"
 
 #: modules/gui/wxwindows/extrapanel.cpp:296
-#, fuzzy
 msgid "Video Filters"
-msgstr "Titre de la vidéo"
+msgstr "Filtres vidéo"
 
 #: modules/gui/wxwindows/extrapanel.cpp:313
-#, fuzzy
 msgid "More info"
-msgstr "Infos sur l'élement"
+msgstr "Détails"
 
 #: modules/gui/wxwindows/extrapanel.cpp:390
-#, fuzzy
 msgid "Headphone virtualization"
-msgstr "Effet de spatialisation virtuelle pour casque stéréo"
+msgstr "Spatialisation pour casque stéréo"
 
 #: modules/gui/wxwindows/extrapanel.cpp:391
 msgid ""
 "This filter gives the feeling of a 5.1 speaker set when using a headphone."
-msgstr ""
+msgstr "Ce filtre donne l'effet d'un kit 5.1 avec un casque."
 
 #: modules/gui/wxwindows/extrapanel.cpp:395
-#, fuzzy
 msgid "Volume normalization"
-msgstr "Visualisations"
+msgstr "Normalisation du volume"
 
 #: modules/gui/wxwindows/extrapanel.cpp:396
 msgid ""
 "This filter prevents the audio output power from going over a defined value"
 msgstr ""
+"Ce filtre empêche la puissance de la sortie audio de dépasser une valeur "
+"prédéfinie."
 
 #: modules/gui/wxwindows/extrapanel.cpp:400
-#, fuzzy
 msgid "Maximum level"
-msgstr "Niveau de qualité"
+msgstr "Niveau maximal"
 
 #: modules/gui/wxwindows/extrapanel.cpp:460
 msgid ""
 "Enable the equalizer. You can either manually change the bands or use a "
 "preset (Audio Menu->Equalizer)."
 msgstr ""
+"Active l'égaliseur. Vous pouvez bouger les bandes manuellement ou utiliser "
+"un préréglage (Menu Audio->Egaliseur)."
 
 #: modules/gui/wxwindows/extrapanel.cpp:909
 msgid ""
@@ -9569,18 +9595,23 @@ msgid ""
 "they are applied ), you need to enter manually a filters string "
 "(Preferences / General / Video."
 msgstr ""
+"Sélectionne les filtres vidéo à appliquer. Vous devez redémarrer le flux "
+"pour que ces réglages prennent effet.\n"
+"Pour configurer ces filtres, allez dans Préférences, puis dans Modules/Video "
+"Filters. Vous pouvez alors configurer chaque filtre.\n"
+"Si vous désirez un contrôle plus fin sur les filtres (choisir leur ordre "
+"d'application par exemple), vous devez entrer manuellement une chaîne de "
+"filtres dans Préférences / Général / Vidéo."
 
 #: modules/gui/wxwindows/extrapanel.cpp:919
-#, fuzzy
 msgid "More information"
-msgstr "Infos sur l'élément"
+msgstr "Détails"
 
 #: modules/gui/wxwindows/extrapanel.cpp:1111
-#, fuzzy
 msgid "Extended controls"
-msgstr "Données étendues"
+msgstr "Contrôles étendues"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Info flux et média..."
 
@@ -9605,7 +9636,6 @@ msgid "Open &Capture Device...\tCtrl-C"
 msgstr "Ouvrir un périphérique de capture...\tCtrl-C"
 
 #: modules/gui/wxwindows/interface.cpp:325
-#, fuzzy
 msgid "&Wizard...\tCtrl-W"
 msgstr "Assistant de diffusion...\tCtrl-W"
 
@@ -9667,17 +9697,17 @@ msgstr "Interface 
 
 #: modules/gui/wxwindows/interface.cpp:609
 msgid "&Undock Ext. GUI"
-msgstr ""
+msgstr "Détacher l'interface étendue"
 
-#: modules/gui/wxwindows/interface.cpp:613
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr "Signets"
 
-#: modules/gui/wxwindows/interface.cpp:614 modules/gui/wxwindows/menus.cpp:137
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Préférences..."
 
-#: modules/gui/wxwindows/interface.cpp:667
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -9685,7 +9715,7 @@ msgstr ""
 "(Interface wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:668
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -9693,7 +9723,7 @@ msgstr ""
 "© 1996-2004 - l'équipe VideoLAN\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:670
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -9702,7 +9732,7 @@ msgstr ""
 "L'équipe VideoLAN <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 
-#: modules/gui/wxwindows/interface.cpp:673
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "À propos de %s"
@@ -9720,7 +9750,7 @@ msgid "Group Info"
 msgstr "Infos sur le groupe"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1280
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Nouveau Groupe"
 
@@ -9749,14 +9779,12 @@ msgid "Open &Capture Device..."
 msgstr "Ouvrir un périphérique de capture..."
 
 #: modules/gui/wxwindows/menus.cpp:135
-#, fuzzy
 msgid "Media &Info..."
-msgstr "Info flux..."
+msgstr "&Info flux..."
 
 #: modules/gui/wxwindows/menus.cpp:136
-#, fuzzy
 msgid "&Messages..."
-msgstr "Messages..."
+msgstr "&Messages..."
 
 #: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
@@ -9835,7 +9863,6 @@ msgid "DVD (menus)"
 msgstr "DVD (menus)"
 
 #: modules/gui/wxwindows/open.cpp:646
-#, fuzzy
 msgid "Subtitles track"
 msgstr "Piste de sous-titres"
 
@@ -9852,7 +9879,6 @@ msgid "Loop"
 msgstr "Tout répéter"
 
 #: modules/gui/wxwindows/playlist.cpp:39
-#, fuzzy
 msgid "Repeat"
 msgstr "Tout répéter"
 
@@ -9976,11 +10002,7 @@ msgstr "Liste de lecture vide"
 msgid "Can't save"
 msgstr "Impossible de sauvegarder"
 
-#: modules/gui/wxwindows/playlist.cpp:629
-msgid "Save playlist"
-msgstr "Enregistrer la liste de lecture"
-
-#: modules/gui/wxwindows/playlist.cpp:1294
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Entrez le nom du nouveau groupe"
 
@@ -10063,10 +10085,6 @@ msgstr "Enregistrer le fichier"
 msgid "Subtitles file"
 msgstr "Fichier de sous-titres"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "Encodage des sous-titres"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Options de sous-titres"
@@ -10204,10 +10222,6 @@ msgstr ""
 "La taille des polices utilisées par le module OSD. Si le réglage est "
 "différent de 0, cette option outrepassera la taille de police relative."
 
-#: modules/misc/freetype.c:93
-msgid "Font size"
-msgstr "Taille"
-
 #: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr "Taille de caractères utilisée par le module osd"
@@ -10391,14 +10405,15 @@ msgid "X Screensaver disabler"
 msgstr "Désactive l'économiseur d'écran"
 
 #: modules/misc/svg.c:60
-#, fuzzy
 msgid "SVG template file"
-msgstr "Enregistrer le fichier"
+msgstr "Fichier de format SVG"
 
 #: modules/misc/svg.c:61
 msgid ""
 "Location of a file holding a SVG template for automatic string conversion"
 msgstr ""
+"Emplacement d'un fichier contenant un format SVG pour la conversion "
+"automatique de chaînes de caractères."
 
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
@@ -10408,44 +10423,44 @@ msgstr "Module en C qui ne fait rien"
 msgid "Miscellaneous stress tests"
 msgstr "Tests de performance divers"
 
-#: modules/mux/asf.c:45
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 "Ceci vous permet de définir le titre qui sera mis dans les commentaires ASF."
 
-#: modules/mux/asf.c:48
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 "Ceci vous permet de définir l'auteur qui sera mis dans les commentaires ASF."
 
-#: modules/mux/asf.c:51
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 "Ceci vous permet de définir le copyright qui sera mis dans les commentaires "
 "ASF."
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr "Commentaire"
 
-#: modules/mux/asf.c:54
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 "Ceci vous permet de définir le commentaire qui sera mis dans les "
 "commentaires ASF."
 
-#: modules/mux/asf.c:57
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 "Ceci vous permet de définir le classement qui sera mis dans les commentaires "
 "ASF."
 
-#: modules/mux/asf.c:61
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "Multiplexeur ASF"
 
-#: modules/mux/asf.c:497
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Vidéo inconnue"
 
@@ -10585,18 +10600,16 @@ msgid "TS muxer (libdvbpsi)"
 msgstr "Multiplexeur TS (libdvbpsi)"
 
 #: modules/mux/mpjpeg.c:41
-#, fuzzy
 msgid "Multipart jpeg muxer"
-msgstr "Multiplexeur de sortie"
+msgstr "Multiplexeur M-JPEG"
 
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "Multiplexeur ogg/ogm"
 
 #: modules/mux/wav.c:41
-#, fuzzy
 msgid "WAV muxer"
-msgstr "Démultiplexeur WAV"
+msgstr "Multiplexeur WAV"
 
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
@@ -10747,7 +10760,6 @@ msgid "SDP"
 msgstr "SDP"
 
 #: modules/stream_out/rtp.c:46
-#, fuzzy
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
@@ -10771,67 +10783,58 @@ msgstr ""
 "Ceci vous permet de spécifier le nom de session utilisé pour la diffusion."
 
 #: modules/stream_out/rtp.c:57
-#, fuzzy
 msgid "Session description"
-msgstr "Description du codec"
+msgstr "Description de session"
 
 #: modules/stream_out/rtp.c:59
-#, fuzzy
 msgid "Allows you to give a broader description of the stream."
-msgstr ""
-"Ceci vous permet de modifier le mot de passe qui sera demandé pour accéder "
-"au flux."
+msgstr "Ceci vous permet de donner une description étendue du flux."
 
 #: modules/stream_out/rtp.c:60
-#, fuzzy
 msgid "Session URL"
-msgstr "Nom de session"
+msgstr "URL de session"
 
 #: modules/stream_out/rtp.c:62
-#, fuzzy
 msgid "Allows you to specify a URL with additional information on the stream."
-msgstr "Ceci vous permet de spécifier le TTL pour le flux de sortie."
+msgstr ""
+"Ceci vous permet de spécifier une URI avec plus d'informations sur la "
+"session."
 
 #: modules/stream_out/rtp.c:63
-#, fuzzy
 msgid "Session email"
-msgstr "Nom de session"
+msgstr "Courriel de session"
 
 #: modules/stream_out/rtp.c:65
-#, fuzzy
 msgid "Allows you to specify contact e-mail address for this session."
 msgstr ""
-"Ceci vous permet de spécifier le nom de session utilisé pour la diffusion."
+"Ceci vous permet de spécifier l'adresse e-mail de contact pour cette session."
 
 #: modules/stream_out/rtp.c:69
-#, fuzzy
 msgid "Allows you to specify the base port used for the RTP streaming."
 msgstr ""
-"Ceci vous permet de modifier le port de base utilisé pour la diffusion RTP."
+"Ceci vous permet de spécifier le port de base utilisé pour la diffusion RTP."
 
 #: modules/stream_out/rtp.c:70
-#, fuzzy
 msgid "Audio port"
-msgstr "Paramètres audio"
+msgstr "Port audio"
 
 #: modules/stream_out/rtp.c:72
-#, fuzzy
 msgid ""
 "Allows you to specify the default audio port used for the RTP streaming."
 msgstr ""
-"Ceci vous permet de modifier le port de base utilisé pour la diffusion RTP."
+"Ceci vous permet de modifier le port audio par défaut utilisé pour la "
+"diffusion RTP."
 
 #: modules/stream_out/rtp.c:73
-#, fuzzy
 msgid "Video port"
-msgstr "Débit vidéo"
+msgstr "Port vidéo"
 
 #: modules/stream_out/rtp.c:75
-#, fuzzy
 msgid ""
 "Allows you to specify the default video port used for the RTP streaming."
 msgstr ""
-"Ceci vous permet de modifier le port de base utilisé pour la diffusion RTP."
+"Ceci vous permet de modifier le port vidéo par défaut utilisé pour la "
+"diffusion RTP."
 
 #: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
@@ -10879,22 +10882,22 @@ msgstr "Annonce cette session par SLP"
 msgid "Standard stream output"
 msgstr "Flux de sortie standard"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Encodeur vidéo"
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 "Ceci vous permet de choisir l'encodeur vidéo à utiliser ainsi que de "
 "configurer ses options associées."
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr "Codec vidéo de destination"
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
@@ -10902,106 +10905,103 @@ msgstr ""
 "Ceci vous permet de spécifier le codec vidéo de destination pour la "
 "diffusion."
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Débit vidéo"
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 "Ceci vous permet de spécifier le débit vidéo utilisé pour la diffusion."
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr "Dimensionnement vidéo"
 
-#: modules/stream_out/transcode.c:67
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr "Ceci vous permet de redimensionner la vidéo avant l'encodage."
 
-#: modules/stream_out/transcode.c:68
-#, fuzzy
+#: modules/stream_out/transcode.c:57
 msgid "Video frame-rate"
-msgstr "Débit vidéo"
+msgstr "Débit d'images vidéo"
 
-#: modules/stream_out/transcode.c:70
-#, fuzzy
+#: modules/stream_out/transcode.c:59
 msgid "Allows you to specify an output frame rate for the video."
 msgstr ""
-"Ceci vous permet de spécifier la coordonnée inférieure pour la coupe de "
-"l'image."
+"Ceci vous permet de spécifier un débit d'images en sortie pour la vidéo."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Désentrelacer la vidéo"
 
-#: modules/stream_out/transcode.c:73
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr "Ceci vous permet de désentrelacer la vidéo avant l'encodage."
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr "Ceci vous permet de spécifier la largeur de la vidéo diffusée."
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr "Ceci vous permet de spécifier la hauteur de la vidéo diffusée."
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr "Coupe supérieure de l'image"
 
-#: modules/stream_out/transcode.c:83
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 "Ceci vous permet de spécifier la coordonnée supérieure pour la coupe de "
 "l'image."
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr "Coupe gauche de l'image"
 
-#: modules/stream_out/transcode.c:86
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 "Ceci vous permet de spécifier la coordonnée gauche pour la coupe de l'image."
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr "Coupe inférieure de l'image"
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 "Ceci vous permet de spécifier la coordonnée inférieure pour la coupe de "
 "l'image."
 
-#: modules/stream_out/transcode.c:90
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr "Coupe droite de l'image"
 
-#: modules/stream_out/transcode.c:92
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 "Ceci vous permet de spécifier la coordonnée droite pour la coupe de l'image."
 "connexion."
 
-#: modules/stream_out/transcode.c:94
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr "Encodeur audio"
 
-#: modules/stream_out/transcode.c:96
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 "Ceci vous permet de spécifier l'encodeur audio à utiliser, et ses options "
 "associées."
 
-#: modules/stream_out/transcode.c:98
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr "Codec audio de destination"
 
-#: modules/stream_out/transcode.c:100
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
@@ -11009,31 +11009,31 @@ msgstr ""
 "Ceci vous permet de spécifier le codec audio de destination pour la "
 "diffusion."
 
-#: modules/stream_out/transcode.c:102
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Débit audio"
 
-#: modules/stream_out/transcode.c:104
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 "Ceci vous permet de spécifier le débit audio utilisé pour la diffusion."
 
-#: modules/stream_out/transcode.c:106
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr "Fréquence d'échantillonage audio"
 
-#: modules/stream_out/transcode.c:108
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 "Ceci vous permet de spécifier la fréquence d'échantillonnage audio utilisée "
 "pour la diffusion."
 
-#: modules/stream_out/transcode.c:110
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Canaux audio"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
@@ -11041,60 +11041,53 @@ msgstr ""
 "Ceci vous permet de modifier le nombre de canaux audios utilisés pour la "
 "diffusion."
 
-#: modules/stream_out/transcode.c:115
-#, fuzzy
+#: modules/stream_out/transcode.c:104
 msgid "Subtitles encoder"
-msgstr "codeur de sous-titres"
+msgstr "Encodeur de sous-titres"
 
-#: modules/stream_out/transcode.c:117
-#, fuzzy
+#: modules/stream_out/transcode.c:106
 msgid ""
 "Allows you to specify the subtitles encoder to use and its associated "
 "options."
 msgstr ""
-"Ceci vous permet de choisir l'encodeur vidéo à utiliser ainsi que de "
-"configurer ses options associées."
+"Ceci vous permet de choisir l'encodeur de sous-titres à utiliser ainsi que "
+"de configurer ses options associées."
 
-#: modules/stream_out/transcode.c:119
-#, fuzzy
+#: modules/stream_out/transcode.c:108
 msgid "Destination subtitles codec"
-msgstr "Codec vidéo de destination"
+msgstr "Codec de sous-titres de destination"
 
-#: modules/stream_out/transcode.c:121
-#, fuzzy
+#: modules/stream_out/transcode.c:110
 msgid ""
 "Allows you to specify the destination subtitles codec used for the streaming "
 "output."
 msgstr ""
-"Ceci vous permet de spécifier le codec audio de destination pour la "
+"Ceci vous permet de spécifier le codec de sous-titres de destination pour la "
 "diffusion."
 
-#: modules/stream_out/transcode.c:124
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr "Nombre de threads"
 
-#: modules/stream_out/transcode.c:126
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 "Ceci vous permet de spécifier le nombre de threads utilisés pour le "
 "transcodage."
 
-#: modules/stream_out/transcode.c:128
+#: modules/stream_out/transcode.c:117
 msgid "Synchronise on audio track"
-msgstr ""
+msgstr "Synchroniser sur la piste audio"
 
-#: modules/stream_out/transcode.c:130
+#: modules/stream_out/transcode.c:119
 msgid ""
 "This option will drop/duplicate video frames to synchronise the video track "
 "on the audio track."
 msgstr ""
+"Si cette option est activée, les images seront éliminées ou dupliquées afin "
+"de synchroniser la piste vidéo sur la piste audio."
 
-#: modules/stream_out/transcode.c:141
-#, fuzzy
-msgid "AltiVec transcode stream output"
-msgstr "Transcode le flux"
-
-#: modules/stream_out/transcode.c:145
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Transcode le flux"
 
@@ -11176,16 +11169,14 @@ msgid "Image properties filter"
 msgstr "Filtre vidéo d'ajustement d'image"
 
 #: modules/video_filter/blend.c:65
-#, fuzzy
 msgid "Video pictures blending"
-msgstr "Module de filtre vidéo"
+msgstr "Mélange d'images"
 
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Nombre de clones"
 
 #: modules/video_filter/clone.c:56
-#, fuzzy
 msgid "Select the number of video windows in which to clone the video."
 msgstr "Indiquez le nombre de fenêtres vidéo dans lesquelles cloner la vidéo"
 
@@ -11194,7 +11185,6 @@ msgid "List of video output modules"
 msgstr "Liste des modules de sortie vidéo"
 
 #: modules/video_filter/clone.c:60
-#, fuzzy
 msgid "Select the specific video output modules that you want to activate."
 msgstr "Indiquez les modules de sortie vidéo à activer"
 
@@ -11267,7 +11257,6 @@ msgid "Logo filename"
 msgstr "Nom du fichier de logo"
 
 #: modules/video_filter/logo.c:59
-#, fuzzy
 msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "Le fichier doit être au format PNG RGBA 8bits (pour le moment)"
 
@@ -11276,7 +11265,6 @@ msgid "X coordinate of the logo"
 msgstr "Position X du logo"
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-#, fuzzy
 msgid "You can move the logo by left-clicking on it."
 msgstr "Vous pouvez déplaçer le logo en faisant un clic droit dessus"
 
@@ -11289,10 +11277,9 @@ msgid "Transparency of the logo (255-0)"
 msgstr "Transparence du logo (255-0)"
 
 #: modules/video_filter/logo.c:65
-#, fuzzy
 msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
-"Vous pouvez le changer en cliquant sur le bouton du milieu et en déplaçant "
+"Vous pouvez la changer en cliquant sur le bouton du milieu et en déplaçant "
 "la souris à gauche ou à droite"
 
 #: modules/video_filter/logo.c:68
@@ -11304,7 +11291,6 @@ msgid "Blur factor (1-127)"
 msgstr "Facteur de brouillage (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-#, fuzzy
 msgid "The degree of blurring from 1 to 127."
 msgstr "Le degré de brouillage de 1 à 127"
 
@@ -11349,7 +11335,6 @@ msgid "Number of columns"
 msgstr "Nombre de colonnes"
 
 #: modules/video_filter/wall.c:54
-#, fuzzy
 msgid ""
 "Select the number of horizontal video windows in which to split the video."
 msgstr ""
@@ -11361,7 +11346,6 @@ msgid "Number of rows"
 msgstr "Nombre de lignes"
 
 #: modules/video_filter/wall.c:58
-#, fuzzy
 msgid ""
 "Select the number of vertical video windows in which to split the video."
 msgstr ""
@@ -11445,7 +11429,7 @@ msgstr ""
 
 #: modules/video_output/directx/directx.c:131
 msgid "Enable wallpaper mode "
-msgstr ""
+msgstr "Activer le mode papier peint"
 
 #: modules/video_output/directx/directx.c:133
 msgid ""
@@ -11453,19 +11437,21 @@ msgid ""
 "background. Note that this feature only works in overlay mode and the "
 "desktop must not already have a wallpaper."
 msgstr ""
+"Le mode papier peint vous permet d'afficher la vidéo en tant que fond "
+"d'écran. Pour que cette fonctionnalité marche, vous devez être en mode "
+"« overlay » et le bureau ne doit pas déjà avoir un papier peint."
 
 #: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "Sortie vidéo DirectX"
 
 #: modules/video_output/directx/directx.c:288
-#, fuzzy
 msgid "Wallpaper"
-msgstr "Plus petit"
+msgstr "Papier peint"
 
 #: modules/video_output/directx/glwin32.c:62
 msgid "Win32 OpenGL provider"
-msgstr ""
+msgstr "Module OpenGL Win32"
 
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
@@ -11501,7 +11487,6 @@ msgid "3dfx Glide video output"
 msgstr "Sortie vidéo 3dfx Glide"
 
 #: modules/video_output/hd1000v.cpp:57
-#, fuzzy
 msgid "HD1000 video output"
 msgstr "Sortie audio HD1000"
 
@@ -11510,20 +11495,16 @@ msgid "Matrox Graphic Array video output"
 msgstr "Sortie vidéo Matrox Graphic Array"
 
 #: modules/video_output/opengl.c:97
-#, fuzzy
 msgid "Select effect"
-msgstr "Sélectionné"
+msgstr "Sélectionner un effet"
 
 #: modules/video_output/opengl.c:99
-#, fuzzy
 msgid "Allows you to select different visual effects."
-msgstr ""
-"Ceci vous permet de spécifier la taille du buffer pour le contrôle de débit."
+msgstr "Ceci vous permet de sélectionner différents effets visuels."
 
 #: modules/video_output/opengl.c:102
-#, fuzzy
 msgid "OpenGL video output"
-msgstr "Sortie vidéo en overlay"
+msgstr "Sortie vidéo OpenGL"
 
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
@@ -11547,42 +11528,39 @@ msgstr "Sortie vid
 
 #: modules/video_output/snapshot.c:46
 msgid "snapshot width"
-msgstr ""
+msgstr "largeur de la capture"
 
 #: modules/video_output/snapshot.c:47
-#, fuzzy
 msgid "Set the width of the snapshot image"
-msgstr "Sélectionnez le chemin du dernier skin utilisé"
+msgstr "Sélectionnez la largeur de l'image capturée."
 
 #: modules/video_output/snapshot.c:49
 msgid "snapshot height"
-msgstr ""
+msgstr "Hauteur de la capture"
 
 #: modules/video_output/snapshot.c:50
 msgid "Set the height of the snapshot image"
-msgstr ""
+msgstr "Sélectionnez la hauteur de l'image capturée."
 
 #: modules/video_output/snapshot.c:52
 msgid "chroma"
-msgstr ""
+msgstr "Chroma"
 
 #: modules/video_output/snapshot.c:53
 msgid "Set the desired chroma for the snapshot image (a 4 character string)"
-msgstr ""
+msgstr "Sélectionnez le chroma désiré pour la capture (4 caractères)"
 
 #: modules/video_output/snapshot.c:55
 msgid "cache size (number of images)"
-msgstr ""
+msgstr "Taille du cache (nombre d'images)"
 
 #: modules/video_output/snapshot.c:56
-#, fuzzy
 msgid "Set the cache size (number of images to keep)"
-msgstr "Fixer le nombre d'images par seconde"
+msgstr "Permet de fixer la taille du cache (nombre d'images à garder)"
 
 #: modules/video_output/snapshot.c:60
-#, fuzzy
 msgid "snapshot module"
-msgstr "Module d'accès"
+msgstr "Module de capture"
 
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
@@ -11652,7 +11630,7 @@ msgstr ""
 
 #: modules/video_output/x11/glx.c:112
 msgid "X11 OpenGL provider"
-msgstr ""
+msgstr "Module OpenGL X11"
 
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
@@ -11690,7 +11668,7 @@ msgstr "Sortie vid
 
 #: modules/visualization/galaktos/plugin.c:48
 msgid "GaLaktos visualization plugin"
-msgstr ""
+msgstr "Module de visualisation GaLaktos"
 
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
@@ -11818,6 +11796,46 @@ msgstr "Police utilis
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
+#~ msgid "FIXME FIXME FIXME FIXME"
+#~ msgstr ""
+#~ "Cette option permet de régler des masques de bits qui seront utilisés par "
+#~ "la partie audio de la carte."
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Compatibilité avec les versions pré-0.4 de VLS"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "Le protocole de transmission des flux audio A/52 a changé entre VLC 0.3 "
+#~ "et 0.4. Par défaut, VLC considère que vous avez le dernier VLS. Si vous "
+#~ "utilisez une version ancienne, sélectionnez cette option."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "PSI pépiné"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Cochez cette option si les packets PSI de votre flux ne possèdent pas de "
+#~ "compteurs de continuité."
+
+#~ msgid "Output MRL"
+#~ msgstr "MRL de sortie"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "Démultiplexeur ISO 13818-1 MPEG Transport Stream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "Démultiplexeur ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
+
+#, fuzzy
+#~ msgid "AltiVec transcode stream output"
+#~ msgstr "Transcode le flux"
+
 #~ msgid "Stream "
 #~ msgstr "Flux "
 
index ca6ca5b438e29ee2f1e5254bb72628706bd64349..1eb72dbb5ea8d86c84b85f1a4478d878f413040e 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: VLAN\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2003-10-26 02:54+0100\n"
 "Last-Translator: DirektX <DirektX @ freemail.hu>\n"
 "Language-Team: DirektX <DirektX @ freemail.hu>\n"
@@ -178,7 +178,7 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr ""
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -188,7 +188,7 @@ msgstr ""
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -200,36 +200,33 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Cím"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr ""
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -239,17 +236,16 @@ msgstr ""
 msgid "Genre"
 msgstr "Általános"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr ""
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr ""
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr ""
 
@@ -266,13 +262,13 @@ msgstr "&Be
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Nyelv"
 
@@ -286,61 +282,73 @@ msgstr "Eszk
 msgid "Codec Description"
 msgstr "Hozzáférési modul"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr ""
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Tiltás"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "Állj"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "Hangsáv"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "Hang csatornák"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Sztereó"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Bal"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Jobb"
 
@@ -407,273 +415,255 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "Kimeneti adatfolyam"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr ""
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr ""
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Hang"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr ""
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr ""
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr ""
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Kép"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr ""
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr ""
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr ""
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr "Általános"
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Fájl"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Hossz"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr ""
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Hossz"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Progam"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Fejezet"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr ""
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "Képsáv"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "Hangsáv"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "Feliratok"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Következõ cím"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Elõzõ cím"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Cím %i"
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Fejezet %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Következõ cím"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Elõzõ cím"
-
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "Következõ fejezet"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "Elõzõ fejezet"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "Kezelõfelület"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "Kezelõfelület"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr ""
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "Felirat beállításai"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -682,7 +672,7 @@ msgid ""
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 msgstr ""
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "Hang"
@@ -828,27 +818,7 @@ msgstr ""
 "A beállítások és a kezelõfelület az összes lehetõséget megmutatja, beleértve "
 "azokat is, amelyeket a legtöbb felhasználó soha nem használ."
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr ""
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr ""
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -857,11 +827,11 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Hang kimenet modul"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -869,67 +839,67 @@ msgstr ""
 "Itt adható meg a VLC által használandó hang kimeneti mód. Alapesetben a VLC "
 "kiválasztja a legjobb módot."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr ""
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr ""
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Kimeneti hangerõ"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "Itt adható meg a kimeneti hangerõ, 0-tól 1024-ig."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr ""
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr ""
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 #, fuzzy
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
@@ -939,11 +909,11 @@ msgstr ""
 "Itt adható meg a VLC által használandó hang kimeneti mód. Alapesetben a VLC "
 "kiválasztja a legjobb módot."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 #, fuzzy
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
@@ -953,11 +923,11 @@ msgstr ""
 "Itt adható meg, hogy ha van a rendszerben S/PDIF hangkimenet, akkor  a VLC "
 "azt használja."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "S/PDIF hangkimenet használata, ha van"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -965,24 +935,24 @@ msgstr ""
 "Itt adható meg, hogy ha van a rendszerben S/PDIF hangkimenet, akkor  a VLC "
 "azt használja."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 #, fuzzy
 msgid "Channel mixer"
 msgstr "Csatornanév"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -990,11 +960,11 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Kép kimeneti modul"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1002,192 +972,192 @@ msgstr ""
 "Itt adható meg a VLC által használandó kép kimeneti mód. Alapesetben a VLC "
 "kiválasztja a legjobb módot."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "VIdeó kódoló"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "VIdeó kódoló"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "Videó eszköz"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 #, fuzzy
 msgid "Video alignment"
 msgstr "Kép menü"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 #, fuzzy
 msgid "Center"
 msgstr "Általános"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Left"
 msgstr "Bal"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Right"
 msgstr "Jobb"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr ""
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Teljesképernyõs kép"
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr "A VLC mindig teljesképernyõs üzemmódban indítja a lejátszást."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 msgstr ""
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Mindig felül"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr ""
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1196,46 +1166,46 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Kiszolgáló kapu"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 msgstr "Az UDP csomagok  elvárt mérete. Ethernet esetén általában 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Hálózati csatoló címe"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1244,93 +1214,97 @@ msgstr ""
 "Több hálózati csatoló és multicast használata esetén, itt adható meg a "
 "multicasthoz használni kívánt csatoló címe."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Program választás (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Hang választás"
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 #, fuzzy
 msgid "Choose audio channel"
 msgstr "Csatorna választás"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "Felirat választás"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "Feliratok fájl"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "Felirat beállításai"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1341,301 +1315,301 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "Felirat beállításai"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "Feliratok fájl"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "DVD meghajtó"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "VCD meghajtó"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "Hang eszköz"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "IPv6 kényszerítése"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 "Ha be van pipálva, minden UDP és HTTP kapcsolat IPv6 használatával zajlik."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "IPv4 kényszerítése"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 "Ha be van pipálva, minden UDP és HTTP kapcsolat IPv4 használatával zajlik."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "Hossz"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 #, fuzzy
 msgid "Preferred codecs list"
 msgstr "Kodek lista megadása"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "Kodek lista megadása"
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr ""
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Kimeneti adatfolyam"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "Kodek lista megadása"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "Vezérlõk"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "A CPU MMX támogatásának engedélyezése"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1643,11 +1617,11 @@ msgstr ""
 "Ha a processzor alkalmas MMX utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "A CPU 3D Now! támogatásának engedélyezése"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1655,11 +1629,11 @@ msgstr ""
 "Ha a processzor alkalmas 3D Now! utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "A CPU MMX EXT támogatásának engedélyezése"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1667,11 +1641,11 @@ msgstr ""
 "Ha a processzor alkalmas MMX EXT utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "A CPU SSE támogatásának engedélyezése"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1679,12 +1653,12 @@ msgstr ""
 "Ha a processzor alkalmas SSE utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 #, fuzzy
 msgid "Enable CPU SSE2 support"
 msgstr "A CPU SSE támogatásának engedélyezése"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
@@ -1693,11 +1667,11 @@ msgstr ""
 "Ha a processzor alkalmas SSE utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "A CPU Altivec támogatásának engedélyezése"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1705,17 +1679,17 @@ msgstr ""
 "Ha a processzor alkalmas Altivec utasítások végrehajtására, a VLC ki tudja "
 "használni."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Végtelenített lejátszás, kevert sorrendben"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1723,38 +1697,49 @@ msgstr ""
 "A lejátszási lista fájljainak véletlenszerû sorrendben történõ lejátszása, "
 "leállításig."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Végtelenített lejátszás"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr "A VLC folyamatosan elölrõl kezdi a lejátszási listát."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Repeat the current item"
 msgstr "A kijelölt tétel megállítása"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Mindig felül"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Memória másoló modul"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1762,30 +1747,30 @@ msgstr ""
 "Megadhatjuk a használandó emória másoló modult. Alapesetben a VLC "
 "kiválasztja a rendszerben használható leggyorsabbat."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Hozzáférési modul"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 #, fuzzy
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 "Ez egy elavult beállítási lehetõség, a hozzáférési modul adható itt meg."
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Demux modul"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 #, fuzzy
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr "Ez egy elavult beállítási lehetõség, a demux modul adható itt meg."
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1793,30 +1778,58 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr ""
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1825,11 +1838,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "A folyamat elsõbbségének növelése"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 #, fuzzy
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
@@ -1847,22 +1860,22 @@ msgstr ""
 "válaszadási képessége annyira leromolhat, hogy csak  a gép újraindításával "
 "oldható fel."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
 "Win9x implementation but you might experience problems with it."
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1871,492 +1884,518 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Teljesképernyõ"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "Lejátszás gyorsítása"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Következõ"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Állj"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 #, fuzzy
 msgid "Navigate up"
 msgstr "&Navigáció"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 #, fuzzy
 msgid "Navigate down"
 msgstr "&Navigáció"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 #, fuzzy
 msgid "Navigate right"
 msgstr "&Navigáció"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "Feliratok fájl"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "Felirat kódolása"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 #, fuzzy
 msgid "Play playlist bookmark 1"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 #, fuzzy
 msgid "Play playlist bookmark 2"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 #, fuzzy
 msgid "Play playlist bookmark 3"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 #, fuzzy
 msgid "Play playlist bookmark 4"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 #, fuzzy
 msgid "Play playlist bookmark 5"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 #, fuzzy
 msgid "Play playlist bookmark 6"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 #, fuzzy
 msgid "Play playlist bookmark 7"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 #, fuzzy
 msgid "Play playlist bookmark 8"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 #, fuzzy
 msgid "Play playlist bookmark 9"
 msgstr "A kijelölt tétel lejátszása"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "Következõ lejátszási listatétel"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Hangsáv"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Felirat választás"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Kezelõfelület"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Bemenet"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Dekódolók"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "Kimeneti adatfolyam"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Lejátszási lista"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Egyéb"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "A kijelölt tétel megállítása"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr ""
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr ""
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -3011,72 +3050,74 @@ msgstr ""
 msgid "Unknown"
 msgstr "<ismeretlen>"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr ""
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr ""
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr ""
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "Fájl"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3087,6 +3128,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Hang menü"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3096,10 +3141,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "Vissza"
@@ -3121,7 +3166,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 #, fuzzy
 msgid "Album"
 msgstr "Névjegy"
@@ -3278,11 +3323,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3290,283 +3335,318 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr ""
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "Állj"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+msgid "Directory EOF"
+msgstr ""
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "Videó eszköz"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "Hang eszköz"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "Videó eszköz"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 #, fuzzy
 msgid "Device properties"
 msgstr "A program naplóinak megtekintése"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "Lemez kidobása"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr ""
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "Eszköz neve"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "Lejátszás megállítása"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+msgid "Allows you to select the default DVD angle."
+msgstr ""
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3582,83 +3662,46 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "Cím"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Lemez"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-#, fuzzy
-msgid "DVD menus"
-msgstr "DVD menük használata"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr ""
-
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3738,38 +3781,188 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "hang kódoló"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "Hálózati adatfolyam megadása"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Videó eszköz"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Nem"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Függõleges"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+#, fuzzy
+msgid "Height"
+msgstr "Jobb"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Fejezet"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Általános"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+msgid "Bitrate peak"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Hangsáv"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Mégse"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -3806,6 +3999,35 @@ msgstr ""
 msgid "Satellite input"
 msgstr ""
 
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Fejezet"
+
+#: modules/access/screen/screen.c:43
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr ""
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr ""
@@ -3876,49 +4098,57 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Kép menü"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
+#: modules/access/vcd/vcd.c:46
+msgid "VCD input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:79
-msgid "VCD input"
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
 msgstr ""
 
 #: modules/access/vcdx/access.c:113
@@ -3926,88 +4156,88 @@ msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 #, fuzzy
 msgid "Entry"
 msgstr "Üres"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "Elõzõ fejezet"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 #, fuzzy
 msgid "Publisher"
 msgstr "Beépülõ modulok"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "Kimeneti adatfolyam"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 #, fuzzy
 msgid "Entries"
 msgstr "Üres"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "Vissza"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "Vissza"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4114,12 +4344,21 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Idõ"
+
+#: modules/access_output/http.c:53
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "Kimeneti adatfolyam"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4199,12 +4438,12 @@ msgstr ""
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4212,7 +4451,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr ""
 
@@ -4220,11 +4460,12 @@ msgstr ""
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr ""
 
@@ -4256,7 +4497,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr ""
 
@@ -4284,6 +4526,151 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+msgid "Equalizer 10 bands"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Gyorsítás"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Teljesképernyõ"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Nyelv"
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Live"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Beillesztés"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+msgid "Number of audio buffers"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+msgid "Max level"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr ""
@@ -4331,33 +4718,33 @@ msgstr ""
 msgid "ALSA Device Name"
 msgstr "Eszköz neve"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "Hang eszköz"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Monó"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 elsõ, 2 hátsó"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 S/PDIF-n keresztül"
 
@@ -4365,14 +4752,14 @@ msgstr "A/52 S/PDIF-n kereszt
 msgid "aRts audio output"
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr ""
 
@@ -4459,7 +4846,18 @@ msgstr "VCD meghajt
 msgid "Simple DirectMedia Layer audio output"
 msgstr ""
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Kimeneti adatfolyam"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4493,6 +4891,14 @@ msgstr ""
 msgid "CMML annotations decoder"
 msgstr ""
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4505,11 +4911,16 @@ msgstr ""
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "Felirat kódolása"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Felirat kódolása"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4528,31 +4939,45 @@ msgstr "Felirat v
 msgid "simple"
 msgstr "Idõ"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Elõzõ fájl"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Elõzõ fájl"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4560,11 +4985,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4576,41 +5001,41 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4618,124 +5043,124 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "Képsáv"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "Felirat kódolása"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4743,33 +5168,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -4807,7 +5253,7 @@ msgstr ""
 msgid "Flac audio encoder"
 msgstr "hang kódoló"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -4848,7 +5294,7 @@ msgstr "Feliratok"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Felirat kódolása"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Feliratok"
@@ -4927,60 +5373,60 @@ msgstr "Hiba"
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr ""
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr ""
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr ""
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "Feliratok"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr ""
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr ""
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "Felirat kódolása"
@@ -4989,65 +5435,103 @@ msgstr "Felirat k
 msgid "Tarkin decoder module"
 msgstr ""
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr ""
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr ""
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr ""
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Sztereó"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "hang kódoló"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Felirat kódolása"
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr ""
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5073,243 +5557,250 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
 #, fuzzy
-msgid "Corba control module"
+msgid "Corba control"
 msgstr "Memória másoló modul"
 
-#: modules/control/gestures.c:77
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
+msgstr "Memória másoló modul"
+
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr ""
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 #, fuzzy
 msgid "Mouse gestures control interface"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "Lejátszási lista"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "Kezelõfelület"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr ""
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr ""
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "Hangsáv"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "Feliratok"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr ""
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr ""
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr ""
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "Kezelõfelület"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr ""
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "Hangsáv"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr ""
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "Feliratok"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr ""
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5348,244 +5839,262 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Kezelõfelület"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "Hang menü"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr ""
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr ""
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr ""
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr ""
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "A hálózati csatoló MTU-ja"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr ""
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5627,123 +6136,84 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "Fájlnév"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr ""
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr ""
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr ""
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "hang kódoló"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "Lejátszási lista"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Másodpercenkénti képkockaszám"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "hang kódoló"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr ""
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr ""
 
@@ -5824,7 +6294,7 @@ msgstr ""
 msgid "MPEG-4 video demuxer"
 msgstr ""
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr ""
 
@@ -5832,32 +6302,6 @@ msgstr ""
 msgid "MPEG-I/II video demuxer"
 msgstr ""
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Feliratok fájl"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "Feliratok fájl"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -5876,7 +6320,7 @@ msgstr "V
 msgid "M3U playlist import"
 msgstr "Következõ lejátszási listatétel"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "Lejátszási lista"
@@ -5902,11 +6346,61 @@ msgstr ""
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr ""
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Másodpercenkénti képkockaszám"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Lejátszás leállítása"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Fájlnév"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr ""
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -5922,10 +6416,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr ""
@@ -5962,10 +6452,6 @@ msgstr ""
 msgid "Other"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -5974,18 +6460,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -5994,10 +6468,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6038,10 +6508,6 @@ msgstr ""
 msgid "Trance"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6234,18 +6700,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr ""
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Másodpercenkénti képkockaszám"
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Felirat késleltetése (tizedmásodpercben)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6274,114 +6728,132 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Mégse"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Beállítások"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Üzenetek"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Fájl"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Fájl megnyitása"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Meghajtó megnyitása"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Felirat megnyitása"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Névjegy"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Elõzõ cím"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Következõ cím"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Címhez ugrás"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Fejezethez ugrás"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Sebesség"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Ablak"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "Feliratfájl megnyitása"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "Feliratfájl megnyitása"
@@ -6390,74 +6862,76 @@ msgstr "Feliratf
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "Lejátszási lista"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Bezár"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr ""
@@ -6469,7 +6943,7 @@ msgstr "Alkalmaz"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Mentés"
@@ -6510,10 +6984,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<ismeretlen>"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6540,7 +7010,17 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr ""
 
@@ -6650,20 +7130,15 @@ msgid "Select audio channel"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6681,7 +7156,7 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr ""
 
@@ -6694,8 +7169,9 @@ msgid "_Video"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "VLC médialejátszó"
 
@@ -6754,7 +7230,7 @@ msgid "Slow"
 msgstr "Lassítás"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Lejátszás lassítása"
 
@@ -6765,12 +7241,13 @@ msgid "Fast"
 msgstr "Gyorsítás"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Lejátszás gyorsítása"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Lejátszási lista megnyitása"
 
@@ -6877,7 +7354,7 @@ msgid "Open Target:"
 msgstr "Cél"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -6886,52 +7363,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Tallóz..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Lemez fajtája"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Eszköz neve"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "DVD menük használata"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -6939,24 +7416,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Cím"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Hálózat"
 
@@ -6964,10 +7441,6 @@ msgstr "H
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr ""
@@ -6989,12 +7462,12 @@ msgid "Satellite"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "késleltetés"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7004,8 +7477,8 @@ msgid "stream output"
 msgstr "Kimeneti adatfolyam"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Beállítások..."
 
@@ -7032,19 +7505,19 @@ msgid "Invert"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr ""
 
@@ -7066,12 +7539,12 @@ msgid "Destination Target: "
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7111,7 +7584,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr ""
 
@@ -7228,15 +7701,15 @@ msgstr "a VideoLAN csapat <videolan@videolan.org>"
 msgid "Open Target"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7313,12 +7786,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr ""
@@ -7467,7 +7940,7 @@ msgstr "Olvass el..."
 msgid "Opening file..."
 msgstr "Fájl megnyitása..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Fájl megnyitása..."
 
@@ -7484,7 +7957,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7527,411 +8000,429 @@ msgstr "Ment
 msgid "Plugins"
 msgstr "Beépülõ modulok"
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "A VLC média lejátszó névjegye"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "Összes alaphelyzetbe"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 #, fuzzy
 msgid "Float on Top"
 msgstr "Mindig felül"
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr ""
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+#, fuzzy
+msgid "Enable"
+msgstr "Tiltás"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Kimeneti adatfolyam"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Vissza"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 #, fuzzy
 msgid "Fast Forward"
 msgstr "Elõre"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "Fájl megnyitása..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Lemez megnyitása..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Hálózat megnyitása..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Korábbi megnyitása"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Menü törlése"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Másolás"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Beillesztés"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Törlés"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Vezérlõk"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "Videó eszköz"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Ablak kis méretbe"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Ablak bezárása"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Súgó"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "Olvass el..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Online leírás"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Hibajelentés"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "VideoLAN weblapja"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Engedélyek"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "Hiba"
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Videó eszköz"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "VIdeó kódoló"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "Korábbi megnyitása"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
 msgid "Fill fullscreen"
 msgstr "Teljesképernyõ"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr ""
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Media Resource Locator (MRL, médiaforrás megadása)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr ""
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "Felirat kódolása"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr ""
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr ""
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr ""
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
-msgid "Bitrate (kb/s)"
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
+msgid "Bitrate (kb/s)"
+msgstr ""
+
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "Mentés"
+
+#: modules/gui/macosx/output.m:180
+msgid "Stream Announcing"
+msgstr ""
+
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
+msgid "SAP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
+msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
-msgid "Stream Announcing"
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
-msgid "SAP announce"
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
-msgid "SLP announce"
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:187
 #, fuzzy
 msgid "Channel Name"
 msgstr "Csatornanév"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr ""
 
@@ -7958,7 +8449,7 @@ msgstr ""
 msgid "Properties"
 msgstr "A program naplóinak megtekintése"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -7996,7 +8487,6 @@ msgstr ""
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr ""
 
@@ -8008,47 +8498,47 @@ msgstr "
 msgid "Advanced"
 msgstr "További"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 #, fuzzy
 msgid "Control"
 msgstr "Vezérlõk"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Tovább"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8057,7 +8547,17 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "Hálózati adatfolyam megadása"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr ""
 
@@ -8074,7 +8574,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr ""
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Fájlnév"
 
@@ -8090,7 +8590,7 @@ msgstr ""
 msgid "Owner"
 msgstr ""
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Idõ"
 
@@ -8510,238 +9010,349 @@ msgstr ""
 msgid "Qt interface"
 msgstr ""
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
-#, fuzzy
-msgid "Skinnable interface"
-msgstr "Kezelõfelület"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Lejátszási lista mentése"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+#: modules/gui/skins2/src/dialogs.cpp:241
+msgid "M3U file|*.m3u"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "Kezelõfelület"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "&Kijelölés"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Fájl megnyitása..."
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Lejátszási lista"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr ""
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+msgid "Invalid selection"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "Hang menü"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "Hang menü"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+#, fuzzy
+msgid "Contrast"
+msgstr "Vezérlõk"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+#, fuzzy
+msgid "Saturation"
+msgstr "Hossz"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "Egyéb beállítások"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Videó eszköz"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "nincs adat"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "Virtuális térbeliség fejhallgatón"
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+msgid "Volume normalization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+msgid "Maximum level"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "nincs adat"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
+msgstr ""
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "Fájl megnyitása..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "&Fájl megnyitás"
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "&Meghajtó megnyitás"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "&Hálózati adatfolyam megnyitás"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr ""
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
+msgstr "&Lejátszólista"
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "&Lejátszólista"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "&Üzenetek"
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "&Fájl"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Nézet"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "&Beállítások"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr "&Hang"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Kép"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navigáció"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "&Súgó"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Elõzõ lejátszási listatétel"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Következõ lejátszási listatétel"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-#, fuzzy
-msgid "Enable"
-msgstr "Tiltás"
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:561
-#, fuzzy
-msgid "Contrast"
-msgstr "Vezérlõk"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:571
-#, fuzzy
-msgid "Saturation"
-msgstr "Hossz"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "Egyéb beállítások"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "További lehetõségek"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Beállítások"
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 #, fuzzy
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
@@ -8750,7 +9361,7 @@ msgstr ""
 "(C) 1996-2003 - a VideoLAN csapat\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -8760,7 +9371,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Névjegy %s"
@@ -8781,7 +9392,7 @@ msgid "Group Info"
 msgstr "nincs adat"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr ""
 
@@ -8790,46 +9401,56 @@ msgstr ""
 msgid "Options"
 msgstr "További lehetõségek"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "Fájl megnyitása..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "&Fájl megnyitás"
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "&Meghajtó megnyitás"
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "&Hálózati adatfolyam megnyitás"
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "&Meghajtó megnyitás"
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "nincs adat"
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Üzenetek"
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Hang menü"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Kép menü"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Bemenet menü"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "Kezelõfelület"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Üres"
 
@@ -8842,205 +9463,208 @@ msgstr "Ment
 msgid "Save Messages As..."
 msgstr "Üzenetek mentése fájlba"
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "További lehetõségek"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "További lehetõségek"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "További lehetõségek"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "Fájl megnyitása"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 #, fuzzy
 msgid "Use VLC as a server of streams"
 msgstr "VLC adatfolyam kiszolgálóként történõ alkalmazása"
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "Felirat beállításai"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "DVD menük használata"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "DVD menük használata"
+msgid "Subtitles track"
+msgstr "Feliratok"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Összes alaphelyzetbe"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "&Egyszerû hozzáadás"
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&MRL hozzáadása"
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "Lejátszási lista meg&nyitása"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "Lejátszási lista menté&se"
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "&Bezárás"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 #, fuzzy
 msgid "&Reverse sort by title"
 msgstr "Felcserélt sztereó"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 #, fuzzy
 msgid "Reverse sort by author"
 msgstr "Felcserélt sztereó"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 #, fuzzy
 msgid "Reverse sort by group"
 msgstr "Felcserélt sztereó"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "Lejátszási lista mentése"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "Tiltás"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "Meg&fordít"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "&Törlés"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "&Mindent"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "&Intézés"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Kijelölés"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "Tiltás"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-#, fuzzy
-msgid "Item info"
-msgstr "nincs adat"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "Fájlmentés"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "Lejátszási lista"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Lejátszási lista mentése"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9068,104 +9692,71 @@ msgstr "Hang v
 msgid "Choose file"
 msgstr "Felirat választás"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 #, fuzzy
 msgid "Miscellaneous options"
 msgstr "Egyéb beállítások"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 #, fuzzy
 msgid "Channel name"
 msgstr "Csatornanév"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "VIdeó kódoló"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "Mentés"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "hang kódoló"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Fájlmentés"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "Hálózati adatfolyam megadása"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "Hálózati adatfolyam megadása"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "Hálózati adatfolyam megadása"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-#, fuzzy
-msgid "Choose..."
-msgstr "Tallóz..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "Feliratok fájl"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "Felirat kódolása"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Felirat beállításai"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Felirat késleltetése (tizedmásodpercben)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9264,51 +9855,47 @@ msgstr ""
 msgid "Dummy font renderer function"
 msgstr ""
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr ""
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "Fájlnév"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 #, fuzzy
 msgid "Large"
 msgstr "Nyelv"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9365,17 +9952,17 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9463,8 +10050,18 @@ msgstr ""
 msgid "SAP interface"
 msgstr ""
 
-#: modules/misc/screensaver.c:44
-msgid "X Screensaver disabler"
+#: modules/misc/screensaver.c:44
+msgid "X Screensaver disabler"
+msgstr ""
+
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Fájlmentés"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
 msgstr ""
 
 #: modules/misc/testsuite/test1.c:33
@@ -9475,37 +10072,37 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Általános"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 #, fuzzy
 msgid "Unknown Video"
 msgstr "Ismeretlen"
@@ -9537,42 +10134,42 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "Kép"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "Hang"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9581,58 +10178,63 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "Hang választás"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
+#: modules/mux/mpeg/ts.c:117
+msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:125
-msgid "TS muxer (libdvbpsi)"
+#: modules/mux/mpjpeg.c:41
+msgid "Multipart jpeg muxer"
 msgstr ""
 
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "hang kódoló"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -9718,7 +10320,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr ""
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -9744,7 +10346,7 @@ msgstr ""
 msgid "Output URL"
 msgstr ""
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9779,44 +10381,91 @@ msgstr "Kimeneti adatfolyam"
 msgid "Gathering stream output"
 msgstr "Lejátszás megállítása"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "Hossz"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-#, fuzzy
-msgid "Session name"
-msgstr "Eszköz neve"
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr ""
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+#, fuzzy
+msgid "Session name"
+msgstr "Eszköz neve"
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr ""
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Hozzáférési modul"
+
 #: modules/stream_out/rtp.c:59
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Eszköz neve"
+
+#: modules/stream_out/rtp.c:62
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Eszköz neve"
+
+#: modules/stream_out/rtp.c:65
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+
+#: modules/stream_out/rtp.c:69
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "További lehetõségek"
+
+#: modules/stream_out/rtp.c:72
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Képsáv"
+
+#: modules/stream_out/rtp.c:75
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "Kimeneti adatfolyam"
@@ -9859,157 +10508,198 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Kimeneti adatfolyam"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "VIdeó kódoló"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr ""
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "Képsáv"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "Kép menü"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Képsáv"
+
+#: modules/stream_out/transcode.c:59
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "Kezelõfelület"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "Egyéb beállítások"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "VIdeó kódoló"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "Egyéb beállítások"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "VIdeó kódoló"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "hang kódoló"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "hang kódoló"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "Hangsáv"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "Hangsáv"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "Hang csatornák"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "Felirat kódolása"
+
+#: modules/stream_out/transcode.c:106
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "hang kódoló"
+
 #: modules/stream_out/transcode.c:110
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr ""
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "Lejátszás megállítása"
@@ -10092,12 +10782,17 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "A program naplóinak megtekintése"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Kép kimeneti modul"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr ""
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -10106,7 +10801,7 @@ msgid "List of video output modules"
 msgstr "Kép kimeneti modul"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10179,7 +10874,7 @@ msgid "Logo filename"
 msgstr "Fájlnév"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10187,7 +10882,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10199,7 +10894,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10212,7 +10907,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10259,7 +10954,7 @@ msgstr ""
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -10267,7 +10962,8 @@ msgid "Number of rows"
 msgstr ""
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -10290,21 +10986,21 @@ msgstr ""
 msgid "color ASCII art video output"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10312,31 +11008,50 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr ""
 
+#: modules/video_output/directx/directx.c:288
+msgid "Wallpaper"
+msgstr ""
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr ""
@@ -10351,8 +11066,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -10366,10 +11081,29 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr ""
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Teljesképernyõs kép"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr ""
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Fájl megadása"
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Teljesképernyõs kép"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr ""
@@ -10388,6 +11122,43 @@ msgstr ""
 msgid "Simple DirectMedia Layer video output"
 msgstr ""
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Hozzáférési modul"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr ""
@@ -10396,11 +11167,23 @@ msgstr ""
 msgid "Windows GDI video output"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr ""
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10410,12 +11193,29 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+#, fuzzy
+msgid "Screen to be used for fullscreen mode."
+msgstr "Teljes képernyõs mód"
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr ""
@@ -10428,26 +11228,10 @@ msgstr ""
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr ""
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr ""
@@ -10458,15 +11242,14 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:72
-#, fuzzy
-msgid "Screen to be used for fullscreen mode."
-msgstr "Teljes képernyõs mód"
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr ""
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -10590,6 +11373,61 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Kezelõfelület"
 
+#, fuzzy
+#~ msgid "DVD menus"
+#~ msgstr "DVD menük használata"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Feliratok fájl"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Feliratok fájl"
+
+#~ msgid "<unknown>"
+#~ msgstr "<ismeretlen>"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "VIdeó kódoló"
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "Korábbi megnyitása"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "Kezelõfelület"
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "További lehetõségek"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "DVD menük használata"
+
+#, fuzzy
+#~ msgid "Item info"
+#~ msgstr "nincs adat"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Hálózati adatfolyam megadása"
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Hálózati adatfolyam megadása"
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Hálózati adatfolyam megadása"
+
+#, fuzzy
+#~ msgid "Choose..."
+#~ msgstr "Tallóz..."
+
 #~ msgid "DVD (menus support)"
 #~ msgstr "DVD (menütámogatás)"
 
@@ -10636,10 +11474,6 @@ msgstr "Kezel
 #~ msgid "Additional streaming options"
 #~ msgstr "Felirat beállításai"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "nincs adat"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "Lejátszás megállítása"
@@ -10708,10 +11542,6 @@ msgstr "Kezel
 #~ msgid "Video device type"
 #~ msgstr "Videó eszköz"
 
-#, fuzzy
-#~ msgid "Channel"
-#~ msgstr "Mégse"
-
 #, fuzzy
 #~ msgid "Advanced settings..."
 #~ msgstr "További lehetõségek"
@@ -10728,14 +11558,6 @@ msgstr "Kezel
 #~ msgid "Common options"
 #~ msgstr "További lehetõségek"
 
-#, fuzzy
-#~ msgid "Norm"
-#~ msgstr "Nem"
-
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "További lehetõségek"
-
 #~ msgid "Audio device"
 #~ msgstr "Hang eszköz"
 
@@ -10809,9 +11631,6 @@ msgstr "Kezel
 #~ msgid "Video Device Advanced Options"
 #~ msgstr "További lehetõségek"
 
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "Virtuális térbeliség fejhallgatón"
-
 #, fuzzy
 #~ msgid "CD-ROM device name"
 #~ msgstr "Eszköz neve"
index 07b5408b6cc70eb23444eb9f4d805f192f874509..9fa02600fb996b59e04b073c69717ee198e16969 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2004-05-02 17:45+0200\n"
 "Last-Translator: Carlo Calabrò\n"
 "Language-Team: Italian <it@li.org>\n"
@@ -61,7 +61,8 @@ msgstr "Impostazioni dei filtri audio"
 
 #: include/vlc_help.h:55
 msgid "Audio filters can be set in the Audio section, and configured here."
-msgstr "I filtri audio possono essere attivati nella sezione Audio e configurati qui."
+msgstr ""
+"I filtri audio possono essere attivati nella sezione Audio e configurati qui."
 
 #: include/vlc_help.h:58
 msgid "Audio output modules settings"
@@ -172,7 +173,8 @@ msgstr "Impostazioni moduli uscita video"
 msgid ""
 "Choose your preferred video output in the Video section, and configure it "
 "here."
-msgstr "Il modulo di uscita video va scelto nella sezione Video e configurato qui."
+msgstr ""
+"Il modulo di uscita video va scelto nella sezione Video e configurato qui."
 
 #: include/vlc_help.h:104
 msgid "Video filters settings"
@@ -196,7 +198,7 @@ msgstr "Aiuto non disponibile"
 msgid "No help is available for these modules"
 msgstr "La guida per questi moduli non è disponibile"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -207,7 +209,7 @@ msgstr ""
 "comando DOS, vai della directory in cui hain installato VLC ed esegui \"vlc -"
 "I wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -228,36 +230,33 @@ msgstr ""
 "\n"
 "Per ulteriori informazioni, consultare il sito web di VideoLAN."
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Titolo"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Autore"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Artista"
 
@@ -266,17 +265,16 @@ msgstr "Artista"
 msgid "Genre"
 msgstr "Genere"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Copyright"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Descrizione"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Rating"
 
@@ -291,13 +289,13 @@ msgstr "Impostazione"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Lingua"
 
@@ -309,58 +307,71 @@ msgstr "Codifica"
 msgid "Codec Description"
 msgstr "Descrizione codifica"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visualizzazioni"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Disabilita"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Casuale"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Oscilloscopio"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Spettro"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr "Goom"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "visualizzatore"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Filtri Audio"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Canali audio"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Stereo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Sinistra"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Destra"
 
@@ -427,245 +438,228 @@ msgstr "%s: l'opzione `-W %s' 
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: l'opzione `-W %s' non accetta argomenti\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr "Segnalibro %i"
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Sorgente"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr "Traccia %i"
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Diffusione %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codifica"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Tipo"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Canali"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Campionamento"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bit per campione"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: src/input/es_out.c:383
-#, c-format
-msgid "%d bps"
+#: src/input/es_out.c:1113
+#, fuzzy, c-format
+msgid "%d kb/s"
 msgstr "%d bps"
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Video"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Risoluzione"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Risoluzione video"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr "Sottotitolo"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr "Segnalibro"
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr "Generale"
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "File"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Informazioni elemento"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "Sorgente"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Durata"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr "Segnalibro"
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programma"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Capitolo"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr "Navigazione"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr "Traccia Video"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr "Traccia Audio"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Traccia sottotitoli"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Titolo successivo"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Titolo precedente"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Titolo %i"
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Capitolo %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Titolo successivo"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Titolo precedente"
-
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr "Capitolo Successivo"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr "Capitolo Precedente"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr "Traccia %i"
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Cambia interfaccia"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr "Aggiungi interfaccia"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "it"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Impostazioni guida"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Uso: %s [opzioni] [elementi]...\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "stringa"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "intero"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "virgola mobile"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (predefinito abilitato)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (predefinito disabilitato)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -674,19 +668,19 @@ msgstr ""
 "\n"
 "Premere il tasto INVIO per continuare...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr "Uso: %s [opzioni] [elementi]...\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[modulo]              [descrizione]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -700,7 +694,7 @@ msgstr ""
 "per ulteriori informazioni, leggere il file COPYING.\n"
 "Scritto dall'équipe VideoLAN, vedi file AUTHORS.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr "Auto"
 
@@ -817,7 +811,8 @@ msgstr "Silenzioso"
 
 #: src/libvlc.h:71
 msgid "This options turns off all warning and information messages."
-msgstr "Questa opzione disattiva tutti i messaggi di avvertimento e informativi"
+msgstr ""
+"Questa opzione disattiva tutti i messaggi di avvertimento e informativi"
 
 #: src/libvlc.h:74
 msgid ""
@@ -854,31 +849,7 @@ msgstr ""
 "tutte le opzioni disponibili, incluse quelle che la maggior parte degli "
 "utenti non dovrebbe mai modificare."
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr "Percorso di ricerca dell'interfaccia predefinita"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"Questa opzione permette di impostare il percorso che l'interfaccia aprirà "
-"per cercare un file."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr "Percorso di ricerca moduli"
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"Questa opzione permette di specificare un percorso aggiuntivo per la ricerca "
-"dei moduli di VLC."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -891,11 +862,11 @@ msgstr ""
 "effetti di visualizzazione (analisi dello spettro...).\n"
 "Per configurarli, cercare tra le opzioni dei moduli di filtraggio audio."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Modulo uscita audio"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -904,11 +875,11 @@ msgstr ""
 "VLC. Il comportamento predefinito e' di selezionare automaticamente il "
 "miglior metodo disponibile."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr "Abilita audio"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
@@ -917,37 +888,39 @@ msgstr ""
 "parte di decodifica audio non verrà effettuata, il che fa risparmiare un po' "
 "di potenza di calcolo."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr "Forzare audio mono"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr "Verrà forzata un'uscita audio mono."
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Volume uscita audio"
 
-#: src/libvlc.h:122
-msgid "You can set the default audio output volume here, in a range from 0 to 1024."
+#: src/libvlc.h:112
+msgid ""
+"You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "E' possibile impostare qui il volume di uscita audio predefinito, da 0 a "
 "1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr "Volume uscita audio registrato"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
-msgstr "Registra il volume dell'uscita audio quando è selezionata l'opzione muto."
+msgstr ""
+"Registra il volume dell'uscita audio quando è selezionata l'opzione muto."
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr "Frequenza uscita audio (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
@@ -955,11 +928,11 @@ msgstr ""
 "E' possibile imporre la frequenza dell'uscita audio. I valori più comuni "
 "sono -1 (predefinito), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr "Ricampionamento audio alta qualità"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
@@ -969,11 +942,11 @@ msgstr ""
 "processore, per cui è possibile disabilitarlo. Un algoritmo di "
 "ricampionamento più leggero verrà utilizzato in alternativa."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Compensazione desincronizzazione audio"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
@@ -982,11 +955,11 @@ msgstr ""
 "Questa opzione permette di ritardare l'uscita audio, specificando un valore "
 "in millisecondi. Può essere comodo se si nota un ritardo tra video e audio."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr "Modalità preferita per l'uscita dei canali audio"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
@@ -996,11 +969,11 @@ msgstr ""
 "che verrà utilizzata come predefinita quando possibile (se è supportata "
 "dall'hardware e dalla sorgente audio)."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "Utilizza l'uscita audio S/PDIF quando disponibile"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1008,7 +981,7 @@ msgstr ""
 "Questa opzione permette di utilizzare l'uscita audio S/PDIF se è supportata "
 "dall'hardware e dalla sorgente audio."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
@@ -1016,11 +989,11 @@ msgstr ""
 "Permette di aggiungere filtri audio, per modificare il suono, oppure moduli "
 "di visualizzazione (analisi spettrale, per esempio)."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr "Mixer dei canali"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
@@ -1028,7 +1001,7 @@ msgstr ""
 "Permette di scegliere un mixer audio particolare. Per esempio, il mixer per "
 "le cuffie dà la sensazione di trovarsi in una stanza con un set 5.1."
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1041,11 +1014,11 @@ msgstr ""
 "Questi filtri vanno attivati qui e configurati nella sezione dei moduli di "
 "filtraggio video. E' possibile inoltre configurare svariate opzioni video."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Modulo uscita video"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1054,11 +1027,11 @@ msgstr ""
 "VLC. Il comportamento predefinito è di selezionare automaticamente il "
 "miglior metodo disponibile."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr "Abilita video"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
@@ -1067,12 +1040,12 @@ msgstr ""
 "parte di decodifica video non verrà effettuata, il che fa risparmiare un po' "
 "di potenza di calcolo."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Ampiezza video"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1080,12 +1053,12 @@ msgstr ""
 "E' possibile forzare qui l'ampiezza video. Per impostazione predefinita (-1) "
 "VLC si adatterà alle caratteristiche del video."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Altezza video"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1093,11 +1066,11 @@ msgstr ""
 "E' possibile forzare qui l'altezza video. Per impostazione predefinita (-1) "
 "VLC si adatterà alle caratteristiche del video."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr "Coordinata X del video"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
@@ -1105,11 +1078,11 @@ msgstr ""
 "E' possibile forzare la posizione dell'angolo in alto a sinistra della "
 "finestra video (coordinata X)"
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr "Coordinata Y del video"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
@@ -1117,19 +1090,20 @@ msgstr ""
 "E' possibile forzare la posizione dell'angolo in alto a sinistra della "
 "finestra video (coordinata Y)"
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr "Titolo video"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
-msgstr "E' possibile specificare un titolo personalizzato per la finestra video"
+msgstr ""
+"E' possibile specificare un titolo personalizzato per la finestra video"
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr "Allineamento video"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
@@ -1139,47 +1113,47 @@ msgstr ""
 "impostazione predefinita (0) sarà centrato (0=centrato, 1=sinistra, "
 "2=destra, 4=alto, 8=basso; è possibile combinare più di un valore)."
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Centro"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr "Alto"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr "Basso"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr "In alto a sinistra"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr "In alto a destra"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr "In basso a sinistra"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr "In basso a destra"
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr "Ingrandimento video"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "E' possibile ingrandire il video di un fattore specificato."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Uscita video in scala di grigi"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1187,21 +1161,22 @@ msgstr ""
 "Se l'opzione è abilitata, le informazioni sul colore non vengono "
 "decodificate (permette anche di risparmiare un po' di potenza di calcolo)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Uscita video a schermo intero"
 
-#: src/libvlc.h:233
-msgid "If this option is enabled, VLC will always start a video in fullscreen mode."
+#: src/libvlc.h:223
+msgid ""
+"If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "Se l'opzione è abilitata, VLC aprirà sempre i video in modalità a schermo "
 "intero."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr "Uscita video sovrapposta (overlay)"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
@@ -1209,19 +1184,19 @@ msgstr ""
 "Se l'opzione è abilitata, VLC cerca di sfruttare le capacità di overlay "
 "(sovrapposizione) della scheda grafica."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Sempre in primo piano"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr "Mettere la finestra video sempre in primo piano rispetto alle altre."
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr "Forzare la posizione SPU"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1229,11 +1204,11 @@ msgstr ""
 "E' possibile imporre una posizione per i sottotitoli, per esempio sotto il "
 "film invece che in sovraimpressione. Prova diverse posizioni."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr "Messaggi in sovraimpressione (OSD)"
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
@@ -1241,11 +1216,11 @@ msgstr ""
 "VLC può visualizzare messaggi sullo schermo. Si chiama OSD (On Screen "
 "Display). Si può disabilitare qui."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr "Modulo filtro video"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1254,11 +1229,11 @@ msgstr ""
 "qualità dell'immagine, per esempio deinterlacciando, clonando o distorcendo "
 "la finestra video."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr "Formato immagine sorgente"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1273,7 +1248,7 @@ msgstr ""
 "16:9, ecc), che esprime il formato immagine globale, oppure un valore in "
 "virgola mobile (1.25, 1.3333, ecc) che esprime la quadratura del pixel."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
@@ -1283,11 +1258,11 @@ msgstr ""
 "d'ingresso, come la periferica DVD o VCD, i parametri dell'interfaccia di "
 "rete o il canale dei sottotitoli."
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr "Contatore della media dell'orologio di riferimento"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1295,21 +1270,21 @@ msgstr ""
 "Per utilizzare l'input PVR (o un'altra sorgente particolarmente irregolare), "
 "è bene impostare questo valore a 10000."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Porta server"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 "Questa è la porta utilizzata per le sorgenti UDP. Il valore predefinito è "
 "1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "MTU dell'interfaccia di rete"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1317,11 +1292,11 @@ msgstr ""
 "E' la tipica dimensione dei pacchetti UDP che VLC aspetta. Su Ethernet "
 "solitamente è 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Indirizzo interfaccia di rete"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1331,11 +1306,11 @@ msgstr ""
 "protocollo multicast, è necessario specificare qui l'indirizzo IP "
 "dell'interfaccia multicast."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr "Time to live"
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
@@ -1343,59 +1318,68 @@ msgstr ""
 "Specificare qui la durata di vita (TTL) dei pacchetti multicast inviati dal "
 "modulo di trasmissione in uscita (stream output)."
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Scelta programma (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
-msgstr "Scelta del programma da selezionare tramite l'impostazione del Service ID."
+msgstr ""
+"Scelta del programma da selezionare tramite l'impostazione del Service ID."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Scelta audio"
 
-#: src/libvlc.h:306
-msgid "Give the default type of audio you want to use in a DVD. (Developers only)"
+#: src/libvlc.h:296
+msgid ""
+"Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 "Impostazione del tipo predefinito di audio da utilizzare in un DVD. "
 "(Attenzione, solo per sviluppatori)"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr "Scelta canale audio"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr "Impostazione del canale audio da utilizzare in un DVD (da 1 a n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Scelta traccia sottotitoli"
 
-#: src/libvlc.h:316
-msgid "Give the stream number of the subtitle channel you want to use (from 1 to n)."
-msgstr "Impostazione del canale sottotitoli da utilizzare in un DVD (da 1 a n)."
+#: src/libvlc.h:306
+msgid ""
+"Give the stream number of the subtitle channel you want to use (from 1 to n)."
+msgstr ""
+"Impostazione del canale sottotitoli da utilizzare in un DVD (da 1 a n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr "Numero di volte in cui il medesimo ingresso verrà ripetuto"
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr "Tempo di inizio dell'input (secondi)"
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr "Tempo di fine dell'input (secondi)"
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+#, fuzzy
+msgid "Input slave (experimental)"
+msgstr "DVD (sperimentale)"
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr "Lista di segnalibri per uno stream"
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -1405,21 +1389,22 @@ msgstr ""
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr "Selezione automatica file di sottotitoli"
 
-#: src/libvlc.h:335
-msgid "Automatically detect a subtitle file, if no subtitle filename is specified."
+#: src/libvlc.h:328
+msgid ""
+"Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 "Rileva automaticamente un file di sottotitoli, se nessun file di sottotitoli "
 "è stato specificato."
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr "Sensibilità della selezione automatica dei file di sottotitoli"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1437,11 +1422,11 @@ msgstr ""
 "3 = file di sottotitoli con il nome del film, più alcuni caratteri\n"
 "4 = file di sottotitoli con il nome esatto del film"
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr "Cartelle della selezione automatica dei sottotitoli"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
@@ -1449,11 +1434,11 @@ msgstr ""
 "Cercare il file di sottotitoli anche nelle cartelle specificate, se non è "
 "stato trovato nella cartella corrente."
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr "Usa un file di sottotitoli"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
@@ -1461,11 +1446,11 @@ msgstr ""
 "Carica il file di sottotitoli specificato. Utilizzare quando la ricerca "
 "automatica non riesce a trovarlo o a riconoscerlo."
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "Periferica DVD"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -1473,15 +1458,15 @@ msgstr ""
 "Lettore DVD predefinito (o file) da utilizzare. Non dimenticare i due punti "
 "dopo la lettera (per esempio D:)."
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Periferica DVD predefinita da utilizzare."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "Periferica VCD"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -1489,15 +1474,15 @@ msgstr ""
 "Periferica VCD da utilizzare. In assenza di un valore predefinito, VLC "
 "cercherà un lettore CD-ROM adatto."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Periferica VCD predefinita da utilizzare."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Lettore CD Audio"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
@@ -1505,15 +1490,15 @@ msgstr ""
 "Periferica CD Audio da utilizzare. In assenza di un valore predefinito, VLC "
 "cercherà un lettore CD-ROM adatto."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr "Periferica CD Audio predefinita da utilizzare."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "Forzare IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1521,11 +1506,11 @@ msgstr ""
 "Se l'opzione è attivata, IPv6 verrà utilizzato come protocollo predefinito "
 "per tutte le connessioni UDP e HTTP."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "Forzare IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1533,73 +1518,74 @@ msgstr ""
 "Se l'opzione è attivata, IPv4 verrà utilizzato come protocollo predefinito "
 "per tutte le connessioni UDP e HTTP."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr "Informazioni titolo"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Permette di specificare una informazione sul titolo di un input."
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr "Informazioni autore"
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Permette di specificare una informazione sull'autore di un input."
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr "Informazioni artista"
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr "Permette di specificare una informazione sull'artista di un input."
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr "Informazioni genere"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr "Permette di specificare una informazione sul genere di un input."
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr "Informazioni sul diritto d'autore"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
-msgstr "Permette di specificare una informazione sul diritto d'autore di un input."
+msgstr ""
+"Permette di specificare una informazione sul diritto d'autore di un input."
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr "Informazioni descrizione"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 "Permette di specificare una informazione di tipo \"descrizione\" per un "
 "input."
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr "Informazioni data"
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Permette di specificare una informazione sulla data di un input."
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr "Informazioni URL"
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Permette di specificare una informazione sull'URL di un input."
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
@@ -1610,11 +1596,11 @@ msgstr ""
 "modificarla: un errore di configurazione può impedire la lettura di tutti i "
 "tipi di input."
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Lista dei codec preferiti"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
@@ -1624,17 +1610,18 @@ msgstr ""
 "Per esempio, specificando 'dummy,a52' VLC proverà i codecs dummy e a52 prima "
 "di provare gli altri."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Lista degli encoders preferiti"
 
-#: src/libvlc.h:443
-msgid "This allows you to select a list of encoders that VLC will use in priority"
+#: src/libvlc.h:436
+msgid ""
+"This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "Permette di specificare una lista di encoders che VLC considererà "
 "prioritari. "
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -1642,35 +1629,35 @@ msgstr ""
 "Queste opzioni permettono di configurare il sistema di trasmissione in "
 "uscita (stream output)."
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr "Scelta della trasmissione in uscita"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Vuoto se nessuna trasmissione in uscita."
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr "Attivare la trasmissione di tutto l'ES"
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr "Permette di trasmettere l'ES intero (video, audio, sottotitoli)"
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr "Riproduzione durante la trasmissione"
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr "Permette di riprodurre la sorgente durante la trasmissione."
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr "Abilita trasmissione video in uscita"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1678,15 +1665,15 @@ msgstr ""
 "Permette di scegliere se l'uscita video deve essere ritrasmessa al modulo di "
 "trasmissione in uscita (stream output), se esso è abilitato."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr "Abilita trasmissione audio in uscita"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 msgid "Keep stream output open"
 msgstr "Mantenere aperto stream output"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
@@ -1696,35 +1683,37 @@ msgstr ""
 "elementi della playlist (inserisce automaticamente 'gather stream_out' se "
 "non specificato)."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Lista dei packetizer preferiti"
 
-#: src/libvlc.h:480
-msgid "This allows you to select the order in which VLC will choose its packetizers."
-msgstr "Permette di selezionare l'ordine col quale VLC sceglierà i suoi packetizer."
+#: src/libvlc.h:473
+msgid ""
+"This allows you to select the order in which VLC will choose its packetizers."
+msgstr ""
+"Permette di selezionare l'ordine col quale VLC sceglierà i suoi packetizer."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr "Modulo mux"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "Permette di configurare i moduli multiplex (desueto)"
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr "Modulo accesso uscita"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "Permette di configurare i moduli di accesso in uscita (desueto)"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr "Controllo del flusso SAP"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
@@ -1732,11 +1721,11 @@ msgstr ""
 "Se questa opzione è attiva, il flusso verso l'indirizzo multicast SAP sarà "
 "controllato. E' necessario per fare annunci sull'MBone."
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr "Intervallo annunci SAP"
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
@@ -1744,7 +1733,7 @@ msgstr ""
 "Quando il controllo del flusso SAP è disabilitato, permette di stabilire "
 "l'intervallo tra due annunci SAP successivi."
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
@@ -1753,21 +1742,22 @@ msgstr ""
 "processori.\n"
 " E' bene lasciarle attive."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "Abilita supporto CPU MMX"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
-msgstr "Se il processore supporta il set di istruzioni MMX, VLC ne trarrà vantaggio."
+msgstr ""
+"Se il processore supporta il set di istruzioni MMX, VLC ne trarrà vantaggio."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "Abilita supporto CPU 3D Now!"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1775,11 +1765,11 @@ msgstr ""
 "Se il processore supporta il set di istruzioni 3D Now!, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "Abilita supporto CPU MMX EXT"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1787,31 +1777,33 @@ msgstr ""
 "Se il processore supporta il set di istruzioni MMX EXT, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "Abilita supporto CPU SSE"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
-msgstr "Se il processore supporta il set di istruzioni SSE, VLC ne trarrà vantaggio."
+msgstr ""
+"Se il processore supporta il set di istruzioni SSE, VLC ne trarrà vantaggio."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr "Abilita supporto CPU SSE2"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
-msgstr "Se il processore supporta il set di istruzioni SSE2, VLC ne trarrà vantaggio."
+msgstr ""
+"Se il processore supporta il set di istruzioni SSE2, VLC ne trarrà vantaggio."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "Abilita supporto CPU Altivec"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1819,7 +1811,7 @@ msgstr ""
 "Se il processore supporta il set di istruzioni AltiVec, VLC ne trarrà "
 "vantaggio."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -1827,11 +1819,11 @@ msgstr ""
 "Queste opzioni definiscono il comportamento della playlist. Alcune possono "
 "essere ulteriormente modificate nella finestra di dialogo della playlist."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Riproduci files casualmente in continuo"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1839,11 +1831,11 @@ msgstr ""
 "Se selezionata, VLC riproduce i files nella playlist in ordine casuale e in "
 "continuo (fino ad interruzione da parte dell'utilizzatore)."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Ripeti playlist al termine"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1851,11 +1843,11 @@ msgstr ""
 "Se l'opzione è abilitata, VLC continua a riprodurre la playlist "
 "indefinitamente."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr "Ripete l'elemento corrente"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
@@ -1863,7 +1855,18 @@ msgstr ""
 "Se l'opzione è abilitata, VLC riproduce lo stesso elemento della playlist "
 "indefinitamente."
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Sempre in primo piano"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -1871,11 +1874,11 @@ msgstr ""
 "Queste opzioni permettono di selezionare i moduli predefiniti. Non vanno "
 "modificate, tranne che da utenti veramente esperti."
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Modulo copia memoria"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1883,27 +1886,27 @@ msgstr ""
 "Selezionare il modulo di copia memoria. Come predefinito VLC selezionera' il "
 "piu' veloce supportato dall'hardware."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Modulo accesso"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr "Permette di configurare i moduli di accesso (desueto)"
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Modulo demux"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr "Permette di configurare i moduli demux (desueto)"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr "Eseguire VLC con priorità di tempo reale"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1916,11 +1919,11 @@ msgstr ""
 "sistema o rallentarlo pesantemente. Non attivare senza sapere esattamente "
 "perchè."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr "Regolare la priorità di VLC"
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
@@ -1930,19 +1933,49 @@ msgstr ""
 "predefinita di VLC. Si puo' usare per adattare la priorità di VLC rispetto "
 "ad altri programmi, oppure rispetto ad altre istanze di VLC."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Minimizza il numero dei threads"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr "Minimizza il numero di threads necessari all'esecuzione di VLC"
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr "Percorso di ricerca moduli"
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Questa opzione permette di specificare un percorso aggiuntivo per la ricerca "
+"dei moduli di VLC."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr "Permette una sola istanza di VLC"
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1956,11 +1989,11 @@ msgstr ""
 "file viene trasmesso all'istanza attiva di VLC per leggerlo o metterlo in "
 "playlist."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "Aumenta la priorità del processo"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1975,11 +2008,11 @@ msgstr ""
 "processore e bloccare completamente il sistema, obbligando l'utente a "
 "riavviare la macchina."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Commutazione rapida su NT/2K/XP (solo per sviluppatori)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
@@ -1990,13 +2023,13 @@ msgstr ""
 "condizionamento. E' possibile servirsi dell'implementazione Win9x, che è più "
 "rapida, ma puo' dare problemi."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 "Implementazione delle variabili di condizionamento per Win9x (solo per "
 "sviluppatori)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -2010,372 +2043,395 @@ msgstr ""
 "più lente ma più robuste. La scelta è tra l'opzione 0 (predefinita, la più "
 "rapida), 1 e 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr "Parametri di controllo via tastiera, conosciuti come \"hotkeys\"."
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Schermo intero"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Scelta del tasto di passaggio a schermo intero"
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr "Play/Pausa"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Scelta del tasto di esecuzione/pausa"
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr "Pausa solamente"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr "Scelta del tasto per mettere in pausa"
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr "Play solamente"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr "Scelta del tasto per eseguire"
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "Più veloce"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Scelta del tasto per eseguire più rapidamente."
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Più lento"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Scelta del tasto per eseguire più lentamente."
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Successivo"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr "Scelta del tasto per passare all'elemento successivo della playlist."
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Precedente"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr "Scelta del tasto per passare all'elemento precedente della playlist."
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Interrompi"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr "Scelta del tasto per interrompere l'esecuzione."
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr "Posizione"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr "Scelta del tasto per visualizzare la posizione attuale."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr "Salta indietro di 10 secondi"
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr "Scelta del tasto per saltare indietro di 10 secondi."
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr "Salta indietro di 1 minuto"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr "Scelta del tasto per saltare indietro di 1 minuto."
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr "Salta indietro di 5 minuti"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr "Scelta del tasto per saltare indietro di 5 minuti."
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr "Salta avanti di 10 secondi"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr "Scelta del tasto per saltare avanti di 10 secondi."
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr "Salta avanti di 1 minuto"
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr "Scelta del tasto per saltare avanti di 1 minuto."
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr "Salta avanti di 5 minuti"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr "Scelta del tasto per saltare avanti di 5 minuti."
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr "Uscita"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr "Scelta del tasto per uscire dall'applicazione."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr "Navigazione: Alto"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Scelta del tasto per muovere il cursore verso l'alto nei menu DVD."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr "Navigazione: Basso"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Scelta del tasto per muovere il cursore verso il basso nei menu DVD."
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr "Navigazione: Sinistra"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Scelta del tasto per muovere il cursore verso sinistra nei menu DVD."
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr "Navigazione: Destra"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Scelta del tasto per muovere il cursore verso destra nei menu DVD."
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr "Navigazione: Conferma"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Scelta del tasto per attivare l'elemento selezionato nei menu DVD."
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr "Aumenta il volume"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr "Scelta del tasto per aumentare il volume audio."
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr "Abbassa il volume"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr "Scelta del tasto per aumentare il volume audio."
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Muto"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr "Scelta del tasto per azzerare il volume audio."
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr "Aumenta ritardo sottotitoli"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
 msgstr "Scelta del tasto per aumentare il ritardo dei sottotitoli."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr "Diminuisci ritardo sottotitoli"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Scelta del tasto per diminuire il ritardo dei sottotitoli."
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr "Riproduci il primo elemento della playlist"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr "Riproduci il secondo elemento della playlist"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr "Riproduci il terzo elemento della playlist"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr "Riproduci il quarto elemento della playlist"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr "Riproduci il quinto elemento della playlist"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr "Riproduci il sesto elemento della playlist"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr "Riproduci il settimo elemento della playlist"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr "Riproduci l'ottavo elemento della playlist"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr "Riproduci il nono elemento della playlist"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr "Riproduci il decimo elemento della playlist"
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr "Tasto per eseguire l'elemento preferito corrente."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr "Elemento preferito 1"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr "Elemento preferito 2"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr "Elemento preferito 3"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr "Elemento preferito 4"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr "Elemento preferito 5"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr "Elemento preferito 6"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr "Elemento preferito 7"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr "Elemento preferito 8"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr "Elemento preferito 9"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr "Elemento preferito 10"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
 msgstr "Tasto per selezionare l'elemento preferito corrente."
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr "Indietro nella cronologia"
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
-msgstr "Scelta del tasto per ritornare all'elemento precedente della cronologia."
+msgstr ""
+"Scelta del tasto per ritornare all'elemento precedente della cronologia."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr "Avanti nella cronologia"
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr "Scelta del tasto per passare all'elemento successivo della cronologia."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Traccia Audio"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Scelta traccia sottotitoli"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
+#, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2394,90 +2450,95 @@ msgstr ""
 "  vlc:pause                      mette l'esecuzione in pausa\n"
 "  vlc:quit                       esce da VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interfaccia"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Ingresso"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Decoder"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "Trasmissione in uscita"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Playlist"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Varie"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr "Tasti speciali"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "programma principale"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr "mostra l'aiuto (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr "mostra l'aiuto dettagliato (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "mostra una lista dei moduli disponibili"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr "mostra l'aiuto su un modulo (puo' essere combinato con --advanced)"
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr "salva le opzioni della linea di comando nel file di configurazione"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr "azzera la configurazione corrente e ripristina i valori di default"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr "usa un altro file di configurazione"
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Ripete l'elemento corrente"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "mostra informazioni sulla versione"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "booleana"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr "tasto"
 
@@ -3097,71 +3158,73 @@ msgstr "Zulu"
 msgid "Unknown"
 msgstr "Sconosciuto"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr "Normale"
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Deinterlaccia"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Annulla"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Blend"
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Media"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr "Bob"
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Lineare"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filtri"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr "Zoom"
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr "1:4 Quarto"
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr "1:2 Metà"
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr "1:1 Dim. originale"
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr "2:1 Doppio"
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr "Valore cache in ms"
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3173,6 +3236,11 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Ingresso CD Audio"
 
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "cddax://[lettore-o-file][@[T]num]"
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr "Il messaggio precedente ha un livello di verbosità sconosciuto"
@@ -3182,10 +3250,10 @@ msgid "The above message had unknown cdio log level"
 msgstr "Il messaggio precedente ha un livello di verbosità sconosciuto"
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr "Traccia"
 
@@ -3205,7 +3273,7 @@ msgstr "ID disco CDDB"
 msgid "CDDB Disc Category"
 msgstr "Categoria disco CDDB"
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr "Album"
 
@@ -3338,11 +3406,13 @@ msgstr "Formato da utilizzare per il campo \"autore\" della playlist"
 
 #: modules/access/cdda/cdda.c:131
 msgid "Format to use in playlist \"title\" field when no CDDB"
-msgstr "Formato da utilizzare per il 'titolo' della playlist in assenza di CDDB"
+msgstr ""
+"Formato da utilizzare per il 'titolo' della playlist in assenza di CDDB"
 
 #: modules/access/cdda/cdda.c:137
 msgid "Format to use in playlist \"title\" field when using CDDB"
-msgstr "Formato da utilizzare per il \"titolo\" della playlist utilizzando CDDB"
+msgstr ""
+"Formato da utilizzare per il \"titolo\" della playlist utilizzando CDDB"
 
 #: modules/access/cdda/cdda.c:141
 msgid "Do CDDB lookups?"
@@ -3388,7 +3458,8 @@ msgstr "Contattare CDDB attraverso il protocollo HTTP"
 
 #: modules/access/cdda/cdda.c:168
 msgid "If set, the CDDB server gets information via the CDDB HTTP protocol"
-msgstr "Se attivata, VLC contatta il server CDDB tramite il protocollo CDDB HTTP"
+msgstr ""
+"Se attivata, VLC contatta il server CDDB tramite il protocollo CDDB HTTP"
 
 #: modules/access/cdda/cdda.c:173
 msgid "CDDB server timeout"
@@ -3402,11 +3473,11 @@ msgstr "Tempo (in secondi) di attesa per una risposta dal server CDDB"
 msgid "Directory to cache CDDB requests"
 msgstr "Directory per memorizzare le ricerche CDDB"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr "Comportamento con le sottocartelle"
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3419,37 +3490,41 @@ msgstr ""
 "durante la riproduzione.\n"
 "espanse: tutte le sottocartelle sono aperte.\n"
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr "no"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr "chiuse"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr "espanse"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr "Ingresso predefinito di una directory"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "DirectShow"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr "Predefinito"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Nessuno"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
@@ -3457,11 +3532,11 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti "
 "DirectShow. Valore in millisecondi."
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr "Periferica video"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3471,11 +3546,11 @@ msgstr ""
 "DirectShow. Se l'opzione non è specificata, il modulo si servirà della "
 "periferica video predefinita."
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr "Periferica audio"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3485,11 +3560,11 @@ msgstr ""
 "DirectShow. Se l'opzione non è specificata, il modulo si servirà della "
 "periferica audio predefinita."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr "Risoluzione"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
@@ -3499,11 +3574,11 @@ msgstr ""
 "DirectShow. Se l'opzione non è specificata, il modulo si servirà della "
 "risoluzione predefinita dalla periferica."
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr "Formato chroma dell'ingresso video"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -3511,39 +3586,40 @@ msgstr ""
 "Impone all'ingresso video DirectShow l'uso di un formato chroma specifico "
 "(per esempio I420 - predefinito -, RV24, etc)"
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Proprietà della periferica"
 
-#: modules/access/dshow/dshow.cpp:133
-msgid "Show the properties dialog of the selected device before starting the stream."
+#: modules/access/dshow/dshow.cpp:120
+msgid ""
+"Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 "Mostra la finestra di dialogo della periferica selezionata prima di "
 "cominciare lo stream."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr "DirectShow"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr "Ingresso DirectShow"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr "Aggiorna"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Configura"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr "Demuxer DirectShow"
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
@@ -3551,19 +3627,19 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti dvb. "
 "Valore in millisecondi."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr "Programma da decodificare"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr "Soluzione provvisoria ad un bug dell'input"
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "Scheda da configurare"
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3571,143 +3647,183 @@ msgstr ""
 "Le schede DVB hanno un file di periferica nella directory /dev/dvb/adapter"
 "[n] con n>=0."
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "Numero della periferica da utilizzare sull'adattatore"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr "Frequenza del transponder/multiplex"
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr "In kHz per DVB-S o in Hz per DVB-C/T"
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr "Modo di inversione"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr "Modo di inversione [0=off, 1=on, 2=auto]"
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr "Test delle capacità della scheda DVB"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr "Alcune schede DVB non apprezzano i test di capacità."
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "lnb_lof1 dell'antenna (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "lnb_lof2 dell'antenna (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "lnb_slof dell'antenna (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr "Modalità budget"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 "Permette di trasmettere un transponder intero con una carta budget. Il modo "
 "budget è compatibile con il demuxer ts2."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr "Numero del satellite nel sistema Diseqc"
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+#, fuzzy
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr "[0=niente disecq, 1-4=diseqc normale, -1=A, -2=B diseqc semplice]"
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr "Voltaggio LNB"
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr "In Volt [0, 13=verticale, 18=orizzontale]"
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr "tono a 22 kHz"
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr "[0=off, 1=on, -1=auto]"
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 msgid "Transponder FEC"
 msgstr "FEC del transponder satellitare"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr "FEC=Forward Error Correction mode [9=auto]"
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr "Velocità dei simboli del transponder in kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Tipo di modulazione"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr "Tipo di modulazione per la periferica di frontend."
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "FEC terrestre ad alta priorità"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "FEC terrestre a bassa priorità"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Banda passante terrestre"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Banda passante terrestre [0=auto,6,7,8 in MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Intervallo di guardia terrestre"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Modo di trasmissione terrestre"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Gerarchia terrestre"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr "DVB"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "Ingresso DVB con supporto v4l2"
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Permette di ridimensionare le immagini prima di codificarle."
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti "
+"DVDnav. Valore in millisecondi."
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr "Ingresso DVDnav"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti "
+"DVDnav. Valore in millisecondi."
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr "Metodo utilizzato da libdvdcss per decrittare la chiave"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3735,65 +3851,30 @@ msgstr ""
 "questo metodo. E' quello utilizzato dalla libcss.\n"
 "Il metodo predefinito è \"key\"."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr "Titolo"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disco"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr "Chiave"
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "ingresso DVD (usa libdvdcss se installata)"
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr "ingresso DVD (usa libdvdcss)"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr "Menu DVD"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr "Root"
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr "Angolo"
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr "Riprendi"
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr "Ingresso DVD con supporto menu"
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr "Ingresso DVD (usa libdvdread)"
+#: modules/access/dvdread.c:90
+#, fuzzy
+msgid "DVDRead Input"
+msgstr "Ingresso DVDnav"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
@@ -3801,11 +3882,11 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti file. "
 "Valore in millisecondi."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr "Concatena con file addizionali"
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
@@ -3813,7 +3894,7 @@ msgstr ""
 "Permette di riprodurre file separati come se fossero parti di un unico file. "
 "Specificare una lista di file separati da virgole."
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr "Ingresso predefinito di un file"
 
@@ -3830,8 +3911,10 @@ msgid "FTP user name"
 msgstr "User name FTP"
 
 #: modules/access/ftp.c:45
-msgid "Allows you to modify the user name that will be used for the connection."
-msgstr "Permette di specificare il nome utente da utilizzare per la connessione FTP."
+msgid ""
+"Allows you to modify the user name that will be used for the connection."
+msgstr ""
+"Permette di specificare il nome utente da utilizzare per la connessione FTP."
 
 #: modules/access/ftp.c:47
 msgid "FTP password"
@@ -3839,7 +3922,8 @@ msgstr "Password FTP"
 
 #: modules/access/ftp.c:48 modules/access/http.c:58
 msgid "Allows you to modify the password that will be used for the connection."
-msgstr "Permette di specificare la password da utilizzare per la connessione FTP."
+msgstr ""
+"Permette di specificare la password da utilizzare per la connessione FTP."
 
 #: modules/access/ftp.c:50
 msgid "FTP account"
@@ -3847,7 +3931,8 @@ msgstr "Account FTP"
 
 #: modules/access/ftp.c:51
 msgid "Allows you to modify the account that will be used for the connection."
-msgstr "Permette di specificare l'account da utilizzare per la connessione FTP."
+msgstr ""
+"Permette di specificare l'account da utilizzare per la connessione FTP."
 
 #: modules/access/ftp.c:55
 msgid "FTP input"
@@ -3896,14 +3981,26 @@ msgid "HTTP user agent"
 msgstr "User agent HTTP 1.0"
 
 #: modules/access/http.c:62
-msgid "Allows you to modify the user agent that will be used for the connection."
-msgstr "Permette di modificare lo user agent da utilizzare per la connessione HTTP."
+msgid ""
+"Allows you to modify the user agent that will be used for the connection."
+msgstr ""
+"Permette di modificare lo user agent da utilizzare per la connessione HTTP."
+
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Codifica audio"
 
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr "Ingresso HTTP"
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
@@ -3911,88 +4008,263 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti MMS. "
 "Valore in millisecondi."
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr "Forzare la selezione di tutte le sorgenti"
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr "Seleziona la sorgente a più alto bitrate"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr "Selezionare sempre la sorgente a più alto bitrate."
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Ingresso Microsoft Media Server (MMS)"
 
-#: modules/access/pvr/pvr.c:77
-msgid "PVR"
-msgstr "PVR"
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "Periferica"
 
-#: modules/access/pvr/pvr.c:78
-msgid "MPEG Encoding cards input (with ivtv drivers)"
-msgstr "Ingresso per schede di codifica MPEG (driver ivtv)"
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "periferica video"
 
-#: modules/access/satellite/satellite.c:41
-msgid "Demux number"
-msgstr "Numero demux"
+#: modules/access/pvr/pvr.c:49
+msgid "Norm"
+msgstr "Norma"
 
-#: modules/access/satellite/satellite.c:44
-msgid "Tuner number"
-msgstr "Numero tuner"
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:47
-msgid "Satellite default transponder frequency (kHz)"
-msgstr "Frequenza predefinita transponder (kHz)"
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Ritaglio automatico"
 
-#: modules/access/satellite/satellite.c:50
-msgid "Satellite default transponder polarization"
-msgstr "Polarizzazione predefinita transponder"
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:53
-msgid "Satellite default transponder FEC"
-msgstr "FEC predefinito transponder"
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:56
-msgid "Satellite default transponder symbol rate (kHz)"
-msgstr "Velocità predefinita dei simboli del transponder (kHz)"
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:59
-msgid "Use diseqc with antenna"
-msgstr "Usa diseqc per l'antenna"
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr "Ampiezza"
 
-#: modules/access/satellite/satellite.c:72
-msgid "Satellite input"
-msgstr "Ingresso satellite"
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
-msgstr "Identificatori degli attributi SLP"
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr "Altezza"
 
-#: modules/access/slp.c:62
-msgid ""
-"This string is a comma separated list of attribute identifiers to search for "
-"a playlist title or empty to use all attributes."
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
 msgstr ""
-"Lista (separata da virgole) di identificatori di attributi da ricercare in "
-"un titolo di playlist; vuota per utilizzarli tutti."
 
-#: modules/access/slp.c:65
-msgid "SLP scopes list"
-msgstr "Lista domini SLP (scopes)"
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Frequenza"
 
-#: modules/access/slp.c:67
-msgid ""
-"This string is a comma separated list of scope names or empty if you want to "
-"use the default scopes. It is used in all SLP queries."
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
 msgstr ""
-"Lista (separata da virgole) di domini (scopes), vuota per utilizzare quelli "
-"predefiniti. Usata in tutte le richieste SLP."
 
-#: modules/access/slp.c:70
-msgid "SLP naming authority"
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Campionamento:"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Intervallo keyframe:"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+#, fuzzy
+msgid "B Frames"
+msgstr "Burmese"
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Bitrate"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:77
+msgid "Bitrate mode (vbr or cbr)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Bitrate audio"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+msgid "Channel"
+msgstr "Canale"
+
+#: modules/access/pvr/pvr.c:82
+#, fuzzy
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+"In generale vale 0 per il tuner, 1 per i segnali composti, 2 per svideo"
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr "PVR"
+
+#: modules/access/pvr/pvr.c:90
+msgid "MPEG Encoding cards input (with ivtv drivers)"
+msgstr "Ingresso per schede di codifica MPEG (driver ivtv)"
+
+#: modules/access/satellite/satellite.c:41
+msgid "Demux number"
+msgstr "Numero demux"
+
+#: modules/access/satellite/satellite.c:44
+msgid "Tuner number"
+msgstr "Numero tuner"
+
+#: modules/access/satellite/satellite.c:47
+msgid "Satellite default transponder frequency (kHz)"
+msgstr "Frequenza predefinita transponder (kHz)"
+
+#: modules/access/satellite/satellite.c:50
+msgid "Satellite default transponder polarization"
+msgstr "Polarizzazione predefinita transponder"
+
+#: modules/access/satellite/satellite.c:53
+msgid "Satellite default transponder FEC"
+msgstr "FEC predefinito transponder"
+
+#: modules/access/satellite/satellite.c:56
+msgid "Satellite default transponder symbol rate (kHz)"
+msgstr "Velocità predefinita dei simboli del transponder (kHz)"
+
+#: modules/access/satellite/satellite.c:59
+msgid "Use diseqc with antenna"
+msgstr "Usa diseqc per l'antenna"
+
+#: modules/access/satellite/satellite.c:72
+msgid "Satellite input"
+msgstr "Ingresso satellite"
+
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Permette di modificare il valore di cache predefinito per le sorgenti cdda. "
+"Valore in millisecondi."
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Campionamento"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr "Permette di specificare il TTL del flusso in uscita."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Schermo %d"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
+msgstr "Identificatori degli attributi SLP"
+
+#: modules/access/slp.c:62
+msgid ""
+"This string is a comma separated list of attribute identifiers to search for "
+"a playlist title or empty to use all attributes."
+msgstr ""
+"Lista (separata da virgole) di identificatori di attributi da ricercare in "
+"un titolo di playlist; vuota per utilizzarli tutti."
+
+#: modules/access/slp.c:65
+msgid "SLP scopes list"
+msgstr "Lista domini SLP (scopes)"
+
+#: modules/access/slp.c:67
+msgid ""
+"This string is a comma separated list of scope names or empty if you want to "
+"use the default scopes. It is used in all SLP queries."
+msgstr ""
+"Lista (separata da virgole) di domini (scopes), vuota per utilizzare quelli "
+"predefiniti. Usata in tutte le richieste SLP."
+
+#: modules/access/slp.c:70
+msgid "SLP naming authority"
 msgstr "Autorità dei nomi SLP"
 
 #: modules/access/slp.c:72
@@ -4052,11 +4324,19 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti UDP. "
 "Valore in millisecondi."
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr "Ingresso UDP/RTP"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
@@ -4064,7 +4344,7 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti v4l. "
 "Valore in millisecondi."
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
@@ -4072,7 +4352,7 @@ msgstr ""
 "Specificare la periferica video da utilizzare. In assenza di questo "
 "parametro, nessuna periferica video sarà utilizzata."
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
@@ -4080,7 +4360,7 @@ msgstr ""
 "Specificare la periferica audio da utilizzare. In assenza di questo "
 "parametro, nessuna periferica audio sarà utilizzata."
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -4088,102 +4368,103 @@ msgstr ""
 "Impone alla periferica video Video4Linux l'uso di un formato chroma "
 "specifico (per esempio I420 - predefinito -, RV24, etc)"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr "Video4Linux"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr "Ingresso Video4Linux"
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
-msgstr "Demuxer Video4Linux"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr "Ingresso VCD"
 
+#: modules/access/vcd/vcd.c:50
+#, fuzzy
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvdplay:][device][@[title][,[chapter][,angle]]]"
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr "Il messaggio precedente ha priorità sconosciuta"
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr "Elemento"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr "Segmento"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr "Formato VCD"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr "Applicazione"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr "Preparatore"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr "Vol #"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr "Vol max #"
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr "Volume"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Volume"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr "Editore"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr "ID sistema"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr "Elementi"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr "Segmenti"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr "Tracce"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr "Traccia"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr "Primo punto d'accesso"
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr "Ultimo punto d'accesso"
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr "ID Lista"
 
@@ -4307,7 +4588,8 @@ msgid "Username"
 msgstr "Utente"
 
 #: modules/access_output/http.c:47
-msgid "Allows you to give a user name that will be requested to access the stream."
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
 msgstr ""
 "Permette di specificare il nome utente da utilizzare per accedere alla "
 "trasmissione."
@@ -4317,16 +4599,27 @@ msgid "Password"
 msgstr "Password"
 
 #: modules/access_output/http.c:50
-msgid "Allows you to give a password that will be requested to access the stream."
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
 msgstr ""
 "Permette di specificare la password da utilizzare per accedere alle "
 "trasmissione."
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Tempo"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr "Permette di specificare il TTL del flusso in uscita."
+
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr "Trasmissione in uscita HTTP"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr "Valore cache (ms)"
 
@@ -4416,12 +4709,12 @@ msgstr "canale mixer cuffia con effetto spazializzazione virtuale"
 msgid "audio filter for trivial channel mixing"
 msgstr "filtro audio per semplici mix dei canali"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "Compressione dinamica dello spettro A/52"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4433,7 +4726,8 @@ msgstr ""
 "contesto rumoroso senza disturbare. Disabilitando la compressione dinamica, "
 "l'uscita audio sarà meglio adattata ad un cinema o ad una sala d'ascolto."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "ATSC A/52, il convertitore audio AC-3"
 
@@ -4441,11 +4735,12 @@ msgstr "ATSC A/52, il convertitore audio AC-3"
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "filtro audio per l'incapsulazione A/52->S/PDIF"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "Compressione dinamica DTS"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Decodifica audio DTS Coherent Acoustics"
 
@@ -4477,7 +4772,8 @@ msgstr "filtro audio per la conversione float32->u16"
 msgid "audio filter for float32->u8 conversion"
 msgstr "filtro audio per la conversione float32->u8"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "Decodifica audio MPEG"
 
@@ -4505,6 +4801,163 @@ msgstr "filtro audio per la conversione u8->fixed32"
 msgid "audio filter for u8->float32 conversion"
 msgstr "filtro audio per la conversione u8->float32"
 
+#: modules/audio_filter/equalizer.c:52
+#, fuzzy
+msgid "Equalizer preset"
+msgstr "Valori equalizzatore"
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+#, fuzzy
+msgid "Two pass"
+msgstr "Password FTP"
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+#, fuzzy
+msgid "Global gain"
+msgstr "Galiego"
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Valori equalizzatore"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Veloce"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr "Classica"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Club"
+msgstr "Cubo"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr "Dance"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Schermo intero"
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Headphones"
+msgstr "cuffia"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Grande"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "Lineare"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Porta"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr "Pop"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr "Reggae"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr "Rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr "Ska"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "Piu' Basso"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Rock meridionale"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr "Techno"
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "filtro audio per la conversione float32->s8"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Numero di bande"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Qualità"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr "filtro audio per l'interpolazione a banda ridotta"
@@ -4549,32 +5002,32 @@ msgstr "Uscita audio ALSA"
 msgid "ALSA Device Name"
 msgstr "Periferica ALSA"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Periferica Audio"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Mono"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Anteriori 2 Posteriori"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr "5.1"
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 su S/PDIF"
 
@@ -4582,7 +5035,7 @@ msgstr "A/52 su S/PDIF"
 msgid "aRts audio output"
 msgstr "Uscita audio aRts"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
@@ -4592,7 +5045,7 @@ msgstr ""
 "La periferica indicata verrà utilizzata come predefinita per riprodurre le "
 "sorgenti audio."
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr "Uscita CoreAudio"
 
@@ -4684,7 +5137,18 @@ msgstr "Periferica DSP OSS"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Uscita audio Simple DirectMedia Layer"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Attiva la trasmissione in uscita"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr "Uscita waveOut extension per win32"
 
@@ -4716,6 +5180,14 @@ msgstr "Decodifica video Cinepak"
 msgid "CMML annotations decoder"
 msgstr "Decodifica annotazioni CMML"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr "Interprete DTS"
@@ -4728,10 +5200,15 @@ msgstr "Incapsulazione audio DTS"
 msgid "DV video decoder"
 msgstr "Decodifica video DV"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "Decodifica sottotitoli DVB"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Decodifica sottotitoli DVB"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr "Decodifica audio AAC (usa libfaad2)"
@@ -4748,31 +5225,47 @@ msgstr "bits"
 msgid "simple"
 msgstr "semplice"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr "conversione chroma ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "codifica audio/video ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "Demuxer ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Filtro ritaglia video"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Filtro video deinterlacciamento"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Rendering diretto"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Correzione d'errore"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4784,11 +5277,11 @@ msgstr ""
 "opzione produce molti errori.\n"
 "Valori da 0 a 4 (0 disabilita la correzione d'errore)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Risoluzione bug"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4807,11 +5300,11 @@ msgstr ""
 "32 ac vlc\n"
 "64 Qpel chroma"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "Sbrigati!"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
@@ -4821,11 +5314,11 @@ msgstr ""
 "c'è abbastanza tempo. Utile per processori poco potenti, ma può produrre "
 "immagini distorte."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Qualità di post-trattamento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
@@ -4835,19 +5328,19 @@ msgstr ""
 "Livelli più alti necessitano di molta potenza di calcolo, ma producono "
 "immagini più gradevoli."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr "Maschera di debug"
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr "Imposta la maschera di debug di ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Visualizza vettori di movimento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4859,15 +5352,15 @@ msgstr ""
 "2 - visualizza vettori delle immagini B previsti in avanti\n"
 "4 - visualizza vettori delle immagini B previsti all'indietro"
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr "Sequenze dei filtri di post-trattamento di ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr "Proporzione delle immagini chiave"
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
@@ -4875,11 +5368,11 @@ msgstr ""
 "Permette di specificare quante immagini saranno codificate per ogni immagine "
 "chiave."
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr "Proporzione delle immagini B"
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
@@ -4887,59 +5380,60 @@ msgstr ""
 "Permette di specificare quante immagini B saranno codificate tra due "
 "immagini di riferimento."
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr "Tolleranza bitrate video"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr "Permette di specificare la tolleranza del bitrade video in kbit/s."
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr "Abilita codifica interlacciata"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr "Permette di attivare algoritmi specifici alle immagini interlacciate."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr "Abilita predizione di movimento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Permette di attivare gli algoritmi di predizione di movimento."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr "Abilita controllo di banda rigido"
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr "Permette di attivare l'algoritmo di controllo di banda rigido."
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr "Dimensione del buffer per il controllo di banda"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
-msgstr "Permette di specificare la dimensione del buffer per il controllo di banda."
+msgstr ""
+"Permette di specificare la dimensione del buffer per il controllo di banda."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr "Efficacità del controllo di banda"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Permette di specificare l'efficacità del controllo di banda."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr "Fattore di quantizzazione I"
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
@@ -4948,11 +5442,11 @@ msgstr ""
 "rispetto alle immagini P (per esempio, 1.0 significa stessa scala per le "
 "immagini I e P)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Riduzione del rumore"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
@@ -4961,11 +5455,11 @@ msgstr ""
 "ridurre la durata della codifica ed il bitrate, pagando sulle immagini di "
 "qualità ridotta."
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr "Abilita matrice di quantizzazione MPEG4"
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
@@ -4975,11 +5469,11 @@ msgstr ""
 "codifica MPEG-2. Questo produce in generale delle immagini più gradevoli, "
 "pur mantenendo una piena compatibilità con i decoder MPEG-2 standard."
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr "Qualità"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
@@ -4987,7 +5481,7 @@ msgstr ""
 "Permette di specificare il livello di qualità della codifica dei vettori di "
 "movimento (questo può rallentare notevolmente la codifica)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -5000,27 +5494,28 @@ msgstr ""
 "(hq), e aumentando la soglia di riduzione del rumore per semplificare il "
 "lavoro dell'encoder."
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr "Minimo della scala di quantizzazione video"
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Permette di specificare il minimo della scala di quantizzazione video."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr "Massimo della scala di quantizzazione video"
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
-msgstr "Permette di specificare il massimo della scala di quantizzazione video."
+msgstr ""
+"Permette di specificare il massimo della scala di quantizzazione video."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr "Abilita la quantizzazione trellis"
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
@@ -5028,7 +5523,29 @@ msgstr ""
 "Permette di attivare la quantizzazione trellis (tasso di distorsione per i "
 "coefficienti dei blocchi)."
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+#, fuzzy
+msgid "Use fixed video quantizer scale"
+msgstr "Minimo della scala di quantizzazione video"
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "Post-trattamento"
 
@@ -5064,7 +5581,7 @@ msgstr "Incapsulazione audio flac"
 msgid "Flac audio encoder"
 msgstr "Codifica audio flac"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "Decodifica video MPEG I/II (usa libmpeg2)"
 
@@ -5100,7 +5617,7 @@ msgstr "Incapsulazione sottotitoli Chaoji VCD"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Decodifica Philips OGT (sottotitoli SVCD)"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Incapsulazione Philips OGT (sottotitoli SVCD)"
 
@@ -5198,59 +5715,59 @@ msgstr "Errore: %s\n"
 msgid "QuickTime library decoder"
 msgstr "Decodifica libreria QuickTime"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Decodifica video Pseudo Raw"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Incapsulazione video Pseudo Raw"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr "Decodifica audio Speex"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Incapsulazione audio Speex"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "Codifica audio Speex"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Commento Speex"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Modo"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr "Decodifica sottotitoli DVD"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "Incapsulazione sottotitoli DVD"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Codifica testo sottotitoli"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Codifica usata nel testo sottotitoli"
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Giustificazione sottotitoli"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr "Giustificazione dei sottotitoli"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "Decodifica sottotitoli"
 
@@ -5258,11 +5775,12 @@ msgstr "Decodifica sottotitoli"
 msgid "Tarkin decoder module"
 msgstr "Modulo decodifica Tarkin"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr "Qualità di codifica"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
@@ -5270,27 +5788,59 @@ msgstr ""
 "Permette di specificare un valore di qualità crescente da 1 a 10, anzichè "
 "specificare uno specifico bitrate. Produrrà una uscita a bitrate variabile."
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr "Decodifica video Theora"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Incapsulazione video Theora"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Codifica video Theora"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Commento Theora"
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+#, fuzzy
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+"Permette di specificare un valore di qualità crescente da 1 a 10, anzichè "
+"specificare uno specifico bitrate. Produrrà una uscita a bitrate variabile."
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stereo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Modalità budget"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Codifica audio flac"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr "Bitrate massimo di codifica"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
@@ -5298,11 +5848,11 @@ msgstr ""
 "Permette di specificare un bitrate massimo in kbps. Utile per le "
 "applicazioni di trasmissione."
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr "Bitrate minimo di codifica"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
@@ -5310,19 +5860,29 @@ msgstr ""
 "Permette di specificare un bitrate minimo in kbps. Utile per codificare "
 "quando si usa un canale a dimensione fissa."
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "codifica testo sottotitoli"
+
 #: modules/codec/vorbis.c:141
+#, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Permette di ridimensionare le immagini prima di codificarle."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Decodifica audio Vorbis"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Incapsulazione audio Vorbis"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Codifica audio Vorbis"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Commento Vorbis"
 
@@ -5346,229 +5906,242 @@ msgstr "codifica video h264 con libreria x264"
 msgid "Xvid video decoder"
 msgstr "Decodifica video Xvid"
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+msgid "Corba control"
+msgstr "Controllo Corba"
+
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
 msgstr "Modulo di controllo Corba"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr "Soglia di movimento (10-100)"
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr "Movimento minimo del mouse necessario per attivare un'azione."
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr "Pulsante del mouse"
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr "Pulsante che aziona i movimenti di controllo del mouse."
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr "Centrale"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr "Interfaccia dei movimenti di controllo del mouse"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr "Elemento preferito 1"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr "Elemento preferito 2"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr "Elemento preferito 3"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr "Elemento preferito 4"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr "Elemento preferito 5"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr "Elemento preferito 6"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr "Elemento preferito 7"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr "Elemento preferito 8"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr "Elemento preferito 9"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr "Elemento preferito 10"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr "Permette di definire gli elementi preferiti."
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr "Interfaccia tasti di scelta rapida"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr "Pausa"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Play"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr "Salta -10 secondi"
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr "Salta +10 secondi"
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr "Salta -1 minuto"
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr "Salta +1 minuto"
+msgid "Audio track: %s"
+msgstr "Traccia audio: %s"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr "Salta -5 minuti"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Traccia sottotitoli: %s"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr "Salta +5 minuti"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
+msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr "Indirizzo host"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr "Indirizzo e porta sulla quale aprire l'interfaccia http."
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr "Directory sorgente"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr "Interfaccia di controllo a distanza HTTP"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr "Soglia di movimento"
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
-msgstr "Movimento minimo del joystick necessario per registrare un'azione (0->32767)."
+msgstr ""
+"Movimento minimo del joystick necessario per registrare un'azione (0->32767)."
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr "Periferica joystick"
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr "Periferica del joystick (in generale, /dev/js0 o /dev/input/js0)."
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr "Tempo di ripetizione (ms)"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
-msgstr "Tempo di attesa prima della ripetizione di una azione, in millisecondi."
+msgstr ""
+"Tempo di attesa prima della ripetizione di una azione, in millisecondi."
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr "Tempo di attesa (ms)"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr "Tempo di attesa prima dell'inizio della ripetizione, in millisecondi."
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr "Intervallo massimo di ricerca (secondi)"
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr "Numero massimo di secondi in cui effettuare una ricerca."
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr "Corrispondenze d'azione"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr "Permette di rimappare le azioni."
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr "Interfaccia controllo joystick"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr "Interfaccia telecomando infrarossi"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr "Vol %%%d"
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr "Vol %d%%"
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
-msgstr "Traccia audio: %s"
+msgid "Pause"
+msgstr "Pausa"
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Traccia sottotitoli: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Play"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+"Permette di specificare la coordinata inferiore per tagliare le immagini."
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+"Permette di specificare il numero di threads utilizzati per la transcodifica."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5610,241 +6183,263 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Interfaccia del Windows Service"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr "Mostra posizione sorgente"
 
-#: modules/control/rc.c:78
-msgid "Show the current position in seconds within the stream from time to time."
-msgstr "Mostra ogni tanto la posizione attuale (in secondi) nel flusso sorgente."
+#: modules/control/rc.c:118
+msgid ""
+"Show the current position in seconds within the stream from time to time."
+msgstr ""
+"Mostra ogni tanto la posizione attuale (in secondi) nel flusso sorgente."
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr "Pseudo-TTY"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Forza il modulo rc ad utilizzare stdin, come se fosse una TTY."
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+#, fuzzy
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr "Indirizzo e porta sulla quale aprire l'interfaccia http."
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Interfaccia comando a distanza"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, c-format
 msgid "Remote control interface initialized, `h' for help\n"
-msgstr "Interfaccia comando a distanza inizializzata, `h' per un menu d'aiuto\n"
+msgstr ""
+"Interfaccia comando a distanza inizializzata, `h' per un menu d'aiuto\n"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr "%s: valore di ritorno %i (%s)\n"
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr "+----[ fine info stream ]\n"
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, c-format
 msgid "no input\n"
 msgstr "Ingresso assente\n"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr "+----[ Comandi interfaccia rc ]\n"
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr "| add XYZ  . . . . . . . . . . . . . . aggiunge XYZ alla playlist\n"
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr "| playlist . . . . .  mostra gli elementi correnti della playlist\n"
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr "| play . . . . . . . . . . . . . . . . . . . . . . . .  riproduce\n"
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr "| stop . . . . . . . . . . . . . . . . . . . . . . . . interrompe\n"
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr "| next . . . . . . . . . . . . . . . . . . .  elemento successivo\n"
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr "| prev . . . . . . . . . . . . . . . . . . .  elemento precedente\n"
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr "| title [X]  . . . . sceglie/mostra titolo nell'elemento corrente\n"
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr "| title_n  . . . . . . . titolo successivo nell'elemento corrente\n"
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr "| title_p  . . . . . . . titolo precedente nell'elemento corrente\n"
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr "| chapter [X]  . . sceglie/mostra capitolo nell'elemento corrente\n"
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr "| chapter_n  . . . . . capitolo successivo nell'elemento corrente\n"
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr "| chapter_p  . . . . . capitolo precedente nell'elemento corrente\n"
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr "| seek X . . . . . . spostamento in secondi, ad esempio `seek 12'\n"
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr "| pause  . . . . . . . . . . . . . . . . . . . . . . . . .  pausa\n"
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr "| f  . . . . . . . . . . . . . . . . . . . . . . . schermo intero\n"
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr "| info . . . . . . . . . . .  informazioni sull'elemento corrente\n"
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr "| volume [X] . . . . . . . . . . . . mostra/modifica volume audio\n"
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr "| volup [X]  . . . . . . . . . . . . .  aumenta volume di X passi\n"
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr "| voldown [X]  . . . . . . . . . . . diminuisce volume di X passi\n"
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr "| adev [X] . . . . . . . . . . .  sceglie/mostra periferica audio\n"
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr "| achan [X] . . . . . . . . . . . . . sceglie/mostra canali audio\n"
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr "| help . . . . . . . . . . . . .  stampa questo messaggio d'aiuto\n"
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr "| quit . . . . . . . . . . . . . . . . . . . . . . . . chiude vlc\n"
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr "+----[ fine dell'aiuto ]\n"
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr "comando `%s' sconosciuto, digitare `help' per una guida rapida\n"
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr "Attualmente in riproduzione: capitolo %d/%d\n"
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr "Attualmente in riproduzione: titolo %d/%d\n"
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr "aggiunta di %s alla playlist\n"
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr "| nessun elemento\n"
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr "comando sconosciuto!\n"
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr "Il volume deve essere compreso nell'intervallo %d-%d\n"
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr "Il volume è %d\n"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr "+----[ fine di %s ]\n"
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr "Porta dell'interfaccia telnet"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr "Predefinito: 4212"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr "Password dell'interfaccia telnet"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr "Predefinito: admin"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 msgid "Telnet remote control interface"
 msgstr "Interfaccia di controllo a distanza Telnet"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr "Modulo di interfaccia VLM in uso..."
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr "Interfaccia Telnet avviata sulla porta: %d"
@@ -5878,97 +6473,35 @@ msgid "Force index creation"
 msgstr "Forza la creazione dell'indice"
 
 #: modules/demux/avi/avi.c:45
-msgid "Recreate a index for the AVI file so we can seek trough it more reliably."
+msgid ""
+"Recreate a index for the AVI file so we can seek trough it more reliably."
 msgstr "Crea un indice del file AVI per spostarsi in modo più affidabile."
 
 #: modules/demux/avi/avi.c:51
 msgid "AVI demuxer"
 msgstr "Demuxer AVI"
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr "Strato di adattamento Demux2"
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr "File di dump"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr "Specificare un nome di file in cui scrivere la sorgente byte per byte."
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr "Demuxer dei file di dump"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Compatibilità con le versioni di VLS precedenti alla 0.4"
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"Il protocollo di trasmissione delle sorgenti audio A/52 è cambiato dalla "
-"serie 0.3.x alla 0.4. Il comportamento predefinito di VLC è di considerare "
-"che il VLS che trasmette sia l'ultima versione disponibile. Nel caso in cui "
-"si voglia usare una vecchia versione, selezionare l'opzione."
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr "PSI difettosi"
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-"Se i pacchetti PSI della sorgente non incrementano i contatori di "
-"continuità, selezionare questa opzione."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "MRL in uscita"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "Demux ISO 13818-1 MPEG Transport Stream"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "Demux ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "Demuxer DTS"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "valore cache in ms"
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-"Permette di modificare il valore di cache predefinito per le sorgenti "
-"DVDnav. Valore in millisecondi."
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr "Ingresso DVDnav"
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr "Ingresso DVDnav (demux)"
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr "Demuxer FLAC"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
@@ -5976,39 +6509,55 @@ msgstr ""
 "Permette di modificare il valore di cache predefinito per le sorgenti RTSP. "
 "Valore in millisecondi."
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr "Demuxer live.com (RTSP/RTP/SDP)"
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
-msgstr "Descrizione RTSP/RTP"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
+msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr "Usare RTP su RTSP (TCP)"
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr "Meta-demux playlist"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Fotogrammi al secondo"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "Demuxer video MPEG-4"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr "Demuxer sorgenti Matroska"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr "Ricerca basata sulla percentuale, non sul tempo"
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Nome file segmento"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Applicazione Muxing"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Applicazione scrittura"
 
@@ -6088,7 +6637,7 @@ msgstr "Demuxer video H264"
 msgid "MPEG-4 video demuxer"
 msgstr "Demuxer video MPEG-4"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "Demuxer audio MPEG I/II"
 
@@ -6096,32 +6645,6 @@ msgstr "Demuxer audio MPEG I/II"
 msgid "MPEG-I/II video demuxer"
 msgstr "Demuxer video MPEG I/II"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "Ingresso ISO 13818-1 MPEG Program Stream"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "Separazione canali (demultiplexing) ISO 13818-1 MPEG generico"
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Sottotitolo SVCD %i"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, c-format
-msgid "CVD Subtitle %i"
-msgstr "Sottotitolo CVD %i"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "Ingresso ISO 13818-1 MPEG Transport Stream"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "Ingresso ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr "Demuxer NullSoft"
@@ -6138,7 +6661,7 @@ msgstr "Apri vecchia playlist"
 msgid "M3U playlist import"
 msgstr "Importa playlist M3U"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr "Importa playlist PLS"
 
@@ -6162,11 +6685,62 @@ msgstr "Demuxer Real"
 msgid "Kasenna MediaBase metademux"
 msgstr "Metademux Kasenna MediBase"
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr "Demux testo sottotitoli"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Fotogrammi al secondo"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Avanza sorgente"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+#, fuzzy
+msgid "CSA ck"
+msgstr "Chiave CSA"
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Modalità dithering"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "Ingresso ISO 13818-1 MPEG Transport Stream - nuovo"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "Ignora i tag id3"
 
@@ -6182,10 +6756,6 @@ msgstr "Rock Classico"
 msgid "Country"
 msgstr "Country"
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr "Dance"
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr "Disco"
@@ -6222,10 +6792,6 @@ msgstr "Vecchi successi"
 msgid "Other"
 msgstr "Altro"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr "Pop"
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr "R&B"
@@ -6234,18 +6800,6 @@ msgstr "R&B"
 msgid "Rap"
 msgstr "Rap"
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr "Reggae"
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr "Rock"
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr "Techno"
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr "Commerciale"
@@ -6254,10 +6808,6 @@ msgstr "Commerciale"
 msgid "Alternative"
 msgstr "Alternativa"
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr "Ska"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr "Death metal"
@@ -6298,10 +6848,6 @@ msgstr "Fusion"
 msgid "Trance"
 msgstr "Trance"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr "Classica"
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr "Strumentale"
@@ -6494,18 +7040,6 @@ msgstr "Hard rock"
 msgid "ID3 tag parser using libid3tag"
 msgstr "Interprete tag id3 (usa libid3tag)"
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr "Demux testo sottotitoli"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Fotogrammi al secondo"
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Ritardo sottotitoli (in 1/10s)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr "Demuxer WAV"
@@ -6533,113 +7067,131 @@ msgstr "Aprire anche i file in tutte le sottocartelle?"
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Annulla"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Apri"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Preferenze"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Messaggi"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "File"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Apri File"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Apri Disco"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Apri Sottotitoli"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Info su"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Sottotitoli"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Titolo Precedente"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Titolo Successivo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr "Vai al Menu"
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Vai a Titolo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Vai a Capitolo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Velocità"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Finestra"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr "VLC media player: Apri File media"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr "VLC media player: Apri File sottotitoli"
 
@@ -6647,73 +7199,75 @@ msgstr "VLC media player: Apri File sottotitoli"
 msgid "Drop files to play"
 msgstr "Trascinare i file da riprodurre"
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr "Playlist"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Chiudi"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Modifica"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Seleziona Tutto"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr "Seleziona Niente"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr "Inverti l'ordine"
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr "Ordina per Nome"
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr "Ordina per Percorso"
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Ordine casuale"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr "Rimuovi"
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr "Rimuovi Tutto"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "Visualizza"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr "Percorso"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Nome"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Moduli"
@@ -6725,7 +7279,7 @@ msgstr "Applica"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Registra"
@@ -6766,10 +7320,6 @@ msgstr "Resta in primo piano"
 msgid "Take Screen Shot"
 msgstr "Screenshot"
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<sconosciuto>"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr "Mostra suggerimenti"
@@ -6798,7 +7348,19 @@ msgstr ""
 "E' possibile impostare l'altezza massima che le finestre di configurazione "
 "occuperanno nel menu Preferenze."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr "Percorso di ricerca dell'interfaccia predefinita"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Questa opzione permette di impostare il percorso che l'interfaccia aprirà "
+"per cercare un file."
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr "Interfaccia GNOME"
 
@@ -6906,20 +7468,15 @@ msgid "Select audio channel"
 msgstr "Seleziona canale audio"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Alza Volume"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Abbassa Volume"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "Periferica"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6937,7 +7494,7 @@ msgstr "Schermo intero"
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Schermo"
 
@@ -6950,8 +7507,9 @@ msgid "_Video"
 msgstr "_Video"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -7004,7 +7562,7 @@ msgid "Slow"
 msgstr "Lento"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Riproduci lentamente"
 
@@ -7015,12 +7573,13 @@ msgid "Fast"
 msgstr "Veloce"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Riproduci velocemente"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Apri playlist"
 
@@ -7124,7 +7683,7 @@ msgid "Open Target:"
 msgstr "Apri obiettivo:"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7134,52 +7693,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Sfoglia..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Tipo Disco"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "CD Audio"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Periferica"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "Usa menu DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "UDP/RTP Multicast"
 
@@ -7187,24 +7746,24 @@ msgstr "UDP/RTP Multicast"
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Porta"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Indirizzo"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Rete"
 
@@ -7212,10 +7771,6 @@ msgstr "Rete"
 msgid "Symbol Rate"
 msgstr "Velocità simboli"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Frequenza"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarizzazione"
@@ -7237,12 +7792,12 @@ msgid "Satellite"
 msgstr "Satellite"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "pausa"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr "fps"
 
@@ -7251,8 +7806,8 @@ msgid "stream output"
 msgstr "Trasmissione in uscita"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Impostazioni..."
 
@@ -7281,19 +7836,19 @@ msgid "Invert"
 msgstr "Inverti"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Seleziona"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Aggiungi"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Elimina"
 
@@ -7314,12 +7869,12 @@ msgid "Destination Target: "
 msgstr "Obiettivo destinazione:"
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RTP"
 
@@ -7359,7 +7914,7 @@ msgstr "File pixmap %s non trovato"
 msgid "Couldn't create pixmap from file: %s"
 msgstr "Impossibile creare una pixmap dal file %s"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr "Interfaccia Gtk+"
 
@@ -7475,15 +8030,15 @@ msgstr "l'
 msgid "Open Target"
 msgstr "Apri obiettivo:"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr "HTTP/FTP/MMS"
 
@@ -7560,12 +8115,12 @@ msgstr "Trasmissione in uscita (MRL)"
 msgid "Error loading pixmap file: %s"
 msgstr "Errore caricamento file pixmap: %s"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Titolo %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Capitolo %d"
@@ -7696,7 +8251,7 @@ msgstr "Pronto."
 msgid "Opening file..."
 msgstr "Apertura file..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Apri File..."
 
@@ -7712,7 +8267,7 @@ msgstr "Modifica barra degli strumenti"
 msgid "Toggle the status bar..."
 msgstr "Mostra/Nascondi barra di stato"
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "Spento"
 
@@ -7752,242 +8307,262 @@ msgstr "Registra"
 msgid "Plugins"
 msgstr "Moduli"
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "Info su VLC media player"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Casuale Attivato"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Casuale Disattivato"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr "Ripeti Tutto"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr "Non Ripetere"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr "Ripeti un Elemento"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr "Salta +10 Secondi"
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr "Salta -10 Secondi"
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr "Dimensione Dimezzata"
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr "Dimensione Normale"
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr "Dimensione Doppia"
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr "Sempre in Primo Piano"
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr "Dimensione Schermo"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr "Vai Avanti"
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr "Vai Indietro"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
-msgstr "Informazioni"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+#, fuzzy
+msgid "2 Pass"
+msgstr "Bass"
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr "Abilita"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Dream"
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr "Pannello - VLC"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Riavvolgi"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr "Avanti veloce"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr "Apri Rapporto d'Errore"
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr "Preferenze..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr "Servizi"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "Nascondi VLC"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Nascondi Altre"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Mostra Tutte"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "Esci da VLC"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:File"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr "Apri File (semplice)..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Apri Disco..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Apri Rete..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Apri Recenti"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Cancella Menu"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Taglia"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Copia"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Incolla"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Elimina"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Controlli"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Periferica video"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Riduci finestra"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Chiudi finestra"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr "Pannello"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr "Informazioni"
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Porta tutto in primo piano"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Aiuto"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "Leggimi..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Documentazione Online"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Segnala un errore"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "Sito Web VideoLAN"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licenza"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "Errore"
 
-#: modules/gui/macosx/intf.m:625
-msgid "An error has occurred which probably prevented the execution of your request:"
+#: modules/gui/macosx/intf.m:497
+msgid ""
+"An error has occurred which probably prevented the execution of your request:"
 msgstr "Un errore ha probabilmente impedito l'esecuzione della richiesta:"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr "Se pensi che si tratti di un bug, segui le istruzioni a:"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "Apri la Finestra Messaggi"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "Chiudi"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr "Elimina Errori Successivi"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "Nessun Rapporto d'Errore trovato"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
@@ -7995,11 +8570,12 @@ msgstr ""
 "O state usando un Mac OS X precedente alla versione 10.2, oppure non avete "
 "mai avuto degli errori importanti."
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Periferica video"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
@@ -8008,11 +8584,11 @@ msgstr ""
 "della periferica video. Questo schermo sarà utilizzato come predefinito per "
 "la modalità a schermo intero."
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr "Opacità"
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
@@ -8020,11 +8596,11 @@ msgstr ""
 "Regolazione della trasparenza dell'uscita video. 1 è opaco (predefinito), 0 "
 "è completamente trasparente."
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr "Correzione Rapporto Dimensioni"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
@@ -8032,37 +8608,11 @@ msgstr ""
 "Anzichè mantenere le proporzioni dell'immagine quando si ridimensiona la "
 "finestra video, stirare l'immagine per riempire tutta la finestra."
 
-#: modules/gui/macosx/macosx.m:62
-msgid "video rendering mode"
-msgstr "modalità di resa video"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-"Il metodo predefinot è OpenGL per le macchine Quartz Extreme e Quartz per le "
-"altre."
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr "Effetto OpenGL"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-"Usa 'None' per visualizzare senza effetti, 'Cubo' per riprodurre il video "
-"sulle facce di un cubo in rotazione, 'Cubo Trasparente' per rendere il cubo "
-"trasparente."
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr "Riempi schermo intero"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
@@ -8070,99 +8620,122 @@ msgstr ""
 "Nella modalità a schermo intero, taglia l'immagine (se necessario) per "
 "riempire tutto lo schermo senza bordi neri. Richiede OpenGL."
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr "Cubo"
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr "Cubo Trasparente"
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr "Interfaccia Mac OS X, suono e video"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Apri Risorsa"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Media Resource Locator (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Usa come un pipe e non come un file"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "Cartella VIDEO_TS"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Carica File Sottotitoli:"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Sostituisci"
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "codifica testo sottotitoli"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Dimensione carattere"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "Nessun %@ trovato"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "Apri Cartella VIDEO_TS"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr "Uscita avanzata:"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr "Opzioni Uscita"
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr "Riproduci localmente"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr "Registra l'entrata"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr "Metodo d'incapsulazione"
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr "Opzioni Transcodifica"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr "Bitrate (kb/s)"
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr "Ridimensiona"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr "Annunci Trasmissioni"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr "Annunci SAP"
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr "Annunci SLP"
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "Annunci SAP"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "Annunci SAP"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr "Nome Canale"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "SDP"
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "Registra File"
 
@@ -8186,7 +8759,7 @@ msgstr "Disabilita tutti gli elementi del gruppo"
 msgid "Properties"
 msgstr "Proprietà"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr "Cerca"
 
@@ -8221,7 +8794,6 @@ msgstr "Aggiungi Gruppo"
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "Gruppo"
 
@@ -8233,40 +8805,40 @@ msgstr "Azzera Tutto"
 msgid "Advanced"
 msgstr "Avanzate"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Comando"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr "Controllo"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Opzione/Alt"
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Shift"
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Azzera Preferenze"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Prosegui"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8275,7 +8847,7 @@ msgstr ""
 "media player.\n"
 "Proseguire?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Scegliere file o directory"
 
@@ -8283,7 +8855,20 @@ msgstr "Scegliere file o directory"
 msgid "Select a file or directory"
 msgstr "Scegliere file o directory"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Questa opzione permette di specificare un percorso aggiuntivo per la ricerca "
+"dei moduli di VLC."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr "interfaccia ncurses"
 
@@ -8302,7 +8887,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "interfaccia PDA Linux Gtk2+"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Nome file"
 
@@ -8318,7 +8903,7 @@ msgstr "Dimensione"
 msgid "Owner"
 msgstr "Proprietario"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Tempo"
 
@@ -8723,221 +9308,341 @@ msgstr "uscita video e audio QNX RTOS"
 msgid "Qt interface"
 msgstr "interfaccia Qt"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr "Apri un file skin"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+msgstr "File skin (*.vlt)|*.vlt|File di skin (*.xml)|*.xml"
+
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr ""
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Registra playlist"
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "file M3U"
+
+#: modules/gui/skins2/src/skin_main.cpp:332
+msgid "Last skin used"
 msgstr "Ultima skin utilizzata"
 
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
+#: modules/gui/skins2/src/skin_main.cpp:333
+msgid "Select the path to the last skin used."
+msgstr "Percorso della ultima skin utilizzata."
+
+#: modules/gui/skins2/src/skin_main.cpp:334
 msgid "Config of last used skin"
 msgstr "Configurazione dell'ultima skin utilizzata"
 
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr "Mostrare l'applicazione nel systray"
+#: modules/gui/skins2/src/skin_main.cpp:335
+msgid "Config of last used skin."
+msgstr "Configurazione dell'ultima skin utilizzata."
+
+#: modules/gui/skins2/src/skin_main.cpp:336
+msgid "Enable transparency effects"
+msgstr "Attivare effetti di trasparenza"
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
-msgstr "Mostrare l'applicazione nella barra"
+#: modules/gui/skins2/src/skin_main.cpp:337
+msgid ""
+"You can disable all transparency effects if you want. This is mainly useful "
+"when moving windows does not behave correctly."
+msgstr ""
+"Si possono disabilitare tutti gli effetti di trasparenza. Utile soprattutto "
+"quando si riscontrano errori muovendo le finestre."
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
+#: modules/gui/skins2/src/skin_main.cpp:351
+msgid "Skinnable Interface"
 msgstr "Interfaccia skin"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr "File skin (*.vlt)|*.vlt|File di skin (*.xml)|*.xml"
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:242
-msgid "Last skin used"
-msgstr "Ultima skin utilizzata"
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Selezione"
 
-#: modules/gui/skins2/src/skin_main.cpp:243
-msgid "Select the path to the last skin used."
-msgstr "Percorso della ultima skin utilizzata."
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Apri skin"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Elemento preferito 1"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+#, fuzzy
+msgid "Bytes"
+msgstr "Blues"
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
+msgid "Bookmarks"
+msgstr "Segnalibri"
+
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
+msgid "Size offset"
+msgstr "Offset dimensione"
+
+#: modules/gui/wxwindows/bookmarks.cpp:258
+msgid "Time offset"
+msgstr "Offset tempo"
+
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Inverti selezione"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "Nessun %@ trovato"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "Ingresso assente\n"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr "Regola Immagine"
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr "Ripristina Valori Predefiniti"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr "Tonalità"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr "Contrasto"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr "Luminosità"
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr "Saturazione"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr "Gamma"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
+msgstr "Impostazioni Video"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr "Correzione rapporto dimensioni"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Titolo video"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Info Elemento"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "Effetto cuffia spazializzazione virtuale"
 
-#: modules/gui/skins2/src/skin_main.cpp:245
-msgid "Config of last used skin."
-msgstr "Configurazione dell'ultima skin utilizzata."
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
-msgid "Enable transparency effects"
-msgstr "Attivare effetti di trasparenza"
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visualizzazioni"
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/wxwindows/extrapanel.cpp:396
 msgid ""
-"You can disable all transparency effects if you want. This is mainly useful "
-"when moving windows does not behave correctly."
+"This filter prevents the audio output power from going over a defined value"
 msgstr ""
-"Si possono disabilitare tutti gli effetti di trasparenza. Utile soprattutto "
-"quando si riscontrano errori muovendo le finestre."
 
-#: modules/gui/skins2/src/skin_main.cpp:260
-msgid "Skinnable Interface"
-msgstr "Interfaccia skin"
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Qualità"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
-msgid "Bookmarks"
-msgstr "Segnalibri"
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
-msgid "Size offset"
-msgstr "Offset dimensione"
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
-msgid "Time offset"
-msgstr "Offset tempo"
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Informazioni elemento"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+#, fuzzy
+msgid "Extended controls"
+msgstr "Informazioni dettagliate"
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Info Media..."
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "&Apri File (semplice)...\tCtrl-O"
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 msgid "Open &File...\tCtrl-F"
 msgstr "Apri &File...\tCtrl-F"
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Apri &Disco...\tCtrl-D"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "Apri Sorgente di &Rete...\tCtrl-N"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr "Apri &Periferica di Acquisizione...\tCtrl-C"
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
 msgstr "Wizard di Trasmissione...\tCtrl-W"
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr "Nuovo Wizard..."
-
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr "&Uscita\tCtrl-X"
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 msgid "&Playlist...\tCtrl-P"
 msgstr "&Playlist...\tCtrl-P"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 msgid "&Messages...\tCtrl-M"
 msgstr "&Messaggi...\tCtrl-M"
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "Info Media e Stream...\tCtrl-I"
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "&File"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Visualizza"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "Impo&stazioni"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr "&Audio"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Video"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navigazione"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "&Aiuto"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Elemento playlist precedente"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Elemento playlist successivo"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr "Regola Immagine"
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr "Abilita"
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr "Ripristina Valori Predefiniti"
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr "Tonalità"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr "Contrasto"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr "Luminosità"
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr "Saturazione"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr "Gamma"
-
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
-msgstr "Impostazioni Video"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
-msgstr "Correzione rapporto dimensioni"
-
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
-msgstr "Impostazioni Audio"
-
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr "Interfaccia estesa"
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr "Segnali&bri..."
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Preferenze..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -8945,7 +9650,7 @@ msgstr ""
 " (interfaccia wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -8953,7 +9658,7 @@ msgstr ""
 "(c) 1996-2004 - l'équipe VideoLAN\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -8963,7 +9668,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Info su %s"
@@ -8981,7 +9686,7 @@ msgid "Group Info"
 msgstr "Informazioni Gruppo"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Nuovo gruppo"
 
@@ -8989,43 +9694,53 @@ msgstr "Nuovo gruppo"
 msgid "Options"
 msgstr "Opzioni"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr "&Apri File (semplice)..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "Apri &File..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "Apri &Disco..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "Apri Sorgente &Rete..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr "Apri &Periferica di Acquisizione..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Info Sorgente..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Messaggi..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Menu Audio"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Menu Video"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Menu Ingresso"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr "Menu Interfaccia"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Vuoto"
 
@@ -9037,29 +9752,28 @@ msgstr "Salva con nome..."
 msgid "Save Messages As..."
 msgstr "Salva messaggi con nome..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr "Opzioni avanzate..."
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "Opzioni avanzate"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr "Opzioni:"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "Apri..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr "Apri:"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9069,161 +9783,166 @@ msgstr ""
 "In alternativa, il campo sarà riempito automaticamente usando i pulsanti di "
 "controllo."
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr "Usare VLC come server di trasmissione"
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Opzioni sottotitoli"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr "Forza le opzioni per file di sottotitoli separati."
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "Menu DVD"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "Menu DVD"
+msgid "Subtitles track"
+msgstr "Traccia sottotitoli"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr "RTSP"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr "Rimescola"
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr "Ripeti"
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Ripeti"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "&Aggiungi Semplice..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&Aggiungi MRL..."
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "Apri Playlist..."
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "Registra Playlist..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "&Chiudi"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr "Ordine per titolo"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr "Ordine inverso per titolo"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr "Ordine per autore"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr "Ordine inverso per autore"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr "Ordine per &gruppo"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr "Ordine inverso per gruppo"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "Rime&scola playlist"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr "Abilita"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr "Disabilita"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "&Inverti"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr "&Elimina"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "&Seleziona Tutto"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr "Abilita tutti gli &elementi del gruppo"
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr "&Disabilita tutti gli elementi del gruppo"
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "&Gestione"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr "&Ordina"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Selezione"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr "&Gruppi"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr "Abilita/Disabilita"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr "Su"
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr "Giù"
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr "Info elemento"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr "file M3U"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr "file PLS"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr "La Playlist è vuota"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr "Non è possibile registrare"
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Registra playlist"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Specificare un nome per il nuovo gruppo:"
 
@@ -9247,15 +9966,15 @@ msgstr "Scelta cartella"
 msgid "Choose file"
 msgstr "Scelta file"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "MRL trasmissione in uscita"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr "Obiettivo destinazione:"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9265,82 +9984,54 @@ msgstr ""
 "In alternativa, il campo sarà riempito automaticamente usando i pulsanti di "
 "controllo."
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr "Metodi d'uscita"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr "HTTP"
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr "MMSH"
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr "Opzioni Varie"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr "Nome canale"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr "Opzioni transcodifica"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "Codifica video"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr "Ridimensiona"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "Codifica audio"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Registra file"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr "Trasmetti con VLC in tre tappe."
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr "Tappa 1: selezionare cosa trasmettere."
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr "Tappa 2: definire un metodo di trasmissione."
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr "Tappa 3: avvia la trasmissione."
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr "Sfoglia..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr "Avvio"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "File sottotitoli"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "codifica testo sottotitoli"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Opzioni sottotitoli"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Ritardo sottotitoli (in 1/10s)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr "Modifica i frame per secondo. Funziona solo con sottotitoli MicroDVD."
@@ -9367,7 +10058,8 @@ msgstr "Mostra finestra segnalibri"
 
 #: modules/gui/wxwindows/wxwindows.cpp:87
 msgid "Show bookmarks dialog when the interface starts."
-msgstr "Mostra la finestra di dialogo dei segnalibri quando si avvia l'interfaccia."
+msgstr ""
+"Mostra la finestra di dialogo dei segnalibri quando si avvia l'interfaccia."
 
 #: modules/gui/wxwindows/wxwindows.cpp:96
 msgid "wxWindows interface module"
@@ -9448,19 +10140,19 @@ msgstr "Funzione uscita video dummy"
 msgid "Dummy font renderer function"
 msgstr "Funzione generatore font dummy"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr "Carattere"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr "File dei caratteri"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr "Dimensione carattere (px)"
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
@@ -9468,31 +10160,27 @@ msgstr ""
 "La dimensione dei caratteri utilizzati dal modulo osd. Se impostata ad un "
 "valore diverso da 0, modifica la dimensione relativa dei caratteri "
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr "Dimensione carattere"
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr "La dimensione dei caratteri per il modulo osd"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr "Più piccolo"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr "Piccolo"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr "Grande"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr "Più grande"
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr "Generatore di caratteri freetype2"
 
@@ -9548,17 +10236,18 @@ msgstr "MMX EXT memcpy"
 msgid "AltiVec memcpy"
 msgstr "AlitVec memcpy"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr "Timeout connessione TCP in ms"
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
-msgstr "Permette di modificare il valore di timeout TCP. Valore in millisecondi."
+msgstr ""
+"Permette di modificare il valore di timeout TCP. Valore in millisecondi."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "Strato di astrazione di rete IPv4"
 
@@ -9627,7 +10316,8 @@ msgid "SAP timeout (seconds)"
 msgstr "Timeout SAP (secondi)"
 
 #: modules/misc/sap.c:100
-msgid "Sets the time before SAP items get deleted if no new announce is received."
+msgid ""
+"Sets the time before SAP items get deleted if no new announce is received."
 msgstr ""
 "Imposta il tempo massimo di attesa prima che gli elementi SAP siano "
 "cancellati, quando non si ricevono nuovi annunci."
@@ -9652,6 +10342,16 @@ msgstr "interfaccia SAP"
 msgid "X Screensaver disabler"
 msgstr "Disabilita X Screensaver"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Registra file"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "Modulo C che non fa niente"
@@ -9660,35 +10360,38 @@ msgstr "Modulo C che non fa niente"
 msgid "Miscellaneous stress tests"
 msgstr "Diversi test di carico"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr "Permette di specificare il titolo da inserire nei commenti ASF."
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr "Permette di specificare l'autore da inserire nei commenti ASF."
 
-#: modules/mux/asf.c:50
-msgid "Allows you to define the copyright string that will be put in ASF comments."
-msgstr "Permette di specificare la stringa di copyright da inserire nei commenti ASF."
+#: modules/mux/asf.c:53
+msgid ""
+"Allows you to define the copyright string that will be put in ASF comments."
+msgstr ""
+"Permette di specificare la stringa di copyright da inserire nei commenti ASF."
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr "Commento"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr "Permette di specificare il commento da inserire nei commenti ASF."
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
-msgstr "Permette di specificare la classificazione da inserire nei commenti ASF."
+msgstr ""
+"Permette di specificare la classificazione da inserire nei commenti ASF."
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "Muxer ASF"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Video Sconosciuto"
 
@@ -9722,11 +10425,11 @@ msgstr "Muxer MP4/MOV"
 msgid "PS muxer"
 msgstr "Muxer PS"
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr "PID Video"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
@@ -9734,19 +10437,19 @@ msgstr ""
 "Attribuisce al flusso video un PID fisso. Il PCR PID sarà automaticamente il "
 "video."
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr "PID Audio"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr "Attribuisce un PID fisso al flusso audio."
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr "Ritardo di shaping (ms)"
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
@@ -9756,11 +10459,11 @@ msgstr ""
 "durata specificata, garantendo un bitrate costante in un intervallo.Il che "
 "evita di avere grossi picchi di bitrate per le immagini di riferimento."
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr "Usa immagini chiave"
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9775,11 +10478,11 @@ msgstr ""
 "dell'algoritmo di shaping, poiché le immagini I sono di solito le più grosse "
 "in un flusso."
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr "Ritardo PCR (ms)"
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
@@ -9787,11 +10490,11 @@ msgstr ""
 "Permette di specificare l'intervallo in cui inviare i PCR (Program Clock "
 "Reference). Il valore dovrebbe essere inferiore a 100ms (predefinito a 30)."
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr "Ritardo DTS (ms)"
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
@@ -9802,19 +10505,19 @@ msgstr ""
 "ai PCR. Questo permette di ottenere un buffer all'interno del ciclo di "
 "decodifica."
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr "Crittazione audio"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr "Crittazione CSA dell'audio"
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr "Chiave CSA"
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
@@ -9822,18 +10525,24 @@ msgstr ""
 "Definisce la chiave di crittazione CSA. Deve essere una stringa di sedici "
 "caratteri (8 byte esadecimali)."
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr "Muxer TS"
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr "Muxer TS (libdvbpsi)"
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Muxer uscita"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "Muxer ogg/ogm"
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "Demuxer WAV"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copy packetizer"
@@ -9883,7 +10592,8 @@ msgid "Output access method"
 msgstr "Metodi d'uscita"
 
 #: modules/stream_out/es.c:39 modules/stream_out/standard.c:42
-msgid "Allows you to specify the output access method used for the streaming output."
+msgid ""
+"Allows you to specify the output access method used for the streaming output."
 msgstr "Permette di specificare un metodo di uscita per la trasmissione."
 
 #: modules/stream_out/es.c:41
@@ -9914,7 +10624,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "Muxer uscita"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr "Permette di specificare il muxer di trasmissione in uscita."
 
@@ -9938,7 +10648,7 @@ msgstr "Permette di specificare il muxer di trasmissione video in uscita."
 msgid "Output URL"
 msgstr "URL uscita"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr "Permette di specificare l'URL per la trasmissione in uscita."
@@ -9948,7 +10658,8 @@ msgid "Audio output URL"
 msgstr "URL uscita audio"
 
 #: modules/stream_out/es.c:65
-msgid "Allows you to specify the output URL used for the audio streaming output."
+msgid ""
+"Allows you to specify the output URL used for the audio streaming output."
 msgstr "Permette di specificare l'URL per la trasmissione audio in uscita."
 
 #: modules/stream_out/es.c:67
@@ -9956,7 +10667,8 @@ msgid "Video output URL"
 msgstr "URL uscita video"
 
 #: modules/stream_out/es.c:69
-msgid "Allows you to specify the output URL used for the video streaming output."
+msgid ""
+"Allows you to specify the output URL used for the video streaming output."
 msgstr "Permette di specificare l'URL per la trasmissione audio in uscita."
 
 #: modules/stream_out/es.c:78
@@ -9967,54 +10679,118 @@ msgstr "Trasmissione in uscita ES"
 msgid "Gathering stream output"
 msgstr "Trasmissione in uscita aggregata"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr "Destinazione"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr "Nome della sessione"
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr "Permette di specificare un nome di sessione per la trasmissione in uscita."
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr "SDP"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
+#, fuzzy
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 "Permette di specificare l'SDP da utilizzare per la trasmissione in uscita. "
 "Utilizzare una URL di tipo http://location per accedere all'SDP via HTTP, "
 "del tipo rtsp://location per accedere via RTSP, e sap:// per annunciare la "
 "SDP tramite SAP."
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr "Muxer"
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr "Nome della sessione"
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr ""
+"Permette di specificare un nome di sessione per la trasmissione in uscita."
+
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Descrizione codifica"
+
+#: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+"Permette di specificare la password da utilizzare per accedere alle "
+"trasmissione."
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Nome della sessione"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "Permette di specificare il TTL del flusso in uscita."
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Nome della sessione"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+"Permette di specificare un nome di sessione per la trasmissione in uscita."
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
 msgstr ""
 "Permette di specificare la porta di base da utilizzare per la trasmissione "
 "RTP."
 
-#: modules/stream_out/rtp.c:59
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Impostazioni Audio"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+"Permette di specificare la porta di base da utilizzare per la trasmissione "
+"RTP."
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Bitrate video"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr ""
+"Permette di specificare la porta di base da utilizzare per la trasmissione "
+"RTP."
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr "Permette di specificare il TTL del flusso in uscita."
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr "Trasmissione in uscita RTP"
 
 #: modules/stream_out/standard.c:46
-msgid "Allows you to specify the output muxer method used for the streaming output."
-msgstr "permette di specificare il metodo di mux per la trasmissione in uscita."
+msgid ""
+"Allows you to specify the output muxer method used for the streaming output."
+msgstr ""
+"permette di specificare il metodo di mux per la trasmissione in uscita."
 
 #: modules/stream_out/standard.c:54
 msgid "Name of the session that will be announced with SAP or SLP"
@@ -10048,21 +10824,22 @@ msgstr "Annuncia questa sessione con SLP"
 msgid "Standard stream output"
 msgstr "Trasmissione in uscita standard"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Codifica video"
 
-#: modules/stream_out/transcode.c:53
-msgid "Allows you to specify the video encoder to use and its associated options."
+#: modules/stream_out/transcode.c:44
+msgid ""
+"Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 "Permette di specificare il tipo di codifica video da utilizzare e le opzioni "
 "associate."
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr "Codec video di destinazione"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
@@ -10070,85 +10847,101 @@ msgstr ""
 "Permette di specificare il codec video di destinazione per la trasmissione "
 "in uscita."
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Bitrate video"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
-msgstr "Permette di specificare il bitrate video per la trasmissione in uscita."
+msgstr ""
+"Permette di specificare il bitrate video per la trasmissione in uscita."
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr "Ridimensionamento video"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr "Permette di ridimensionare le immagini prima di codificarle."
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Bitrate video"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+"Permette di specificare la coordinata inferiore per tagliare le immagini."
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Deinterlaccia video"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr "Permette di deinterlacciare le immagini prima di codificarle."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr "Permette di specificare la larghezza delle immagini in uscita."
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr "Permette di specificare l'altezza delle immagini in uscita."
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr "Taglia immagini in alto"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
-msgstr "Permette di specificare la coordinata superiore per tagliare le immagini."
+msgstr ""
+"Permette di specificare la coordinata superiore per tagliare le immagini."
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr "Taglia immagini a sinistra"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
-msgstr "Permette di specificare la coordinata sinistra per tagliare le immagini."
+msgstr ""
+"Permette di specificare la coordinata sinistra per tagliare le immagini."
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr "Taglia immagini in basso"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
-msgstr "Permette di specificare la coordinata inferiore per tagliare le immagini."
+msgstr ""
+"Permette di specificare la coordinata inferiore per tagliare le immagini."
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr "Taglia immagini a destra"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr "Permette di specificare la coordinata destra per tagliare le immagini."
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr "Codifica audio"
 
-#: modules/stream_out/transcode.c:91
-msgid "Allows you to specify the audio encoder to use and its associated options."
+#: modules/stream_out/transcode.c:85
+msgid ""
+"Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 "Permette di specificare la codifica audio da utilizzare e le relative "
 "opzioni."
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr "Codec audio di destinazione"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
@@ -10156,27 +10949,30 @@ msgstr ""
 "Permette di specificare il codec audio di destinazione per la trasmissione "
 "in uscita."
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Bitrate audio"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
-msgstr "Permette di specificare il bitrate audio per la trasmissione in uscita."
+msgstr ""
+"Permette di specificare il bitrate audio per la trasmissione in uscita."
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr "Campionamento"
 
-#: modules/stream_out/transcode.c:103
-msgid "Allows you to specify the audio sample rate used for the streaming output."
-msgstr "Permette di specificare il campionamento audio per la trasmissione in uscita."
+#: modules/stream_out/transcode.c:97
+msgid ""
+"Allows you to specify the audio sample rate used for the streaming output."
+msgstr ""
+"Permette di specificare il campionamento audio per la trasmissione in uscita."
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Canali audio"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
@@ -10184,15 +10980,55 @@ msgstr ""
 "Permette di specificare il numero di canali audio della trasmissione in "
 "uscita."
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "decodifica sottotitoli DVD"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+"Permette di specificare il tipo di codifica video da utilizzare e le opzioni "
+"associate."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Codec video di destinazione"
+
 #: modules/stream_out/transcode.c:110
+#, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+"Permette di specificare il codec audio di destinazione per la trasmissione "
+"in uscita."
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr "Numero di threads"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
-msgstr "Permette di specificare il numero di threads utilizzati per la transcodifica."
+msgstr ""
+"Permette di specificare il numero di threads utilizzati per la transcodifica."
+
+#: modules/stream_out/transcode.c:117
+#, fuzzy
+msgid "Synchronise on audio track"
+msgstr "Cambia la traccia audio corrente"
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Trasmissione in uscita con transcodifica"
 
@@ -10273,12 +11109,18 @@ msgstr "Imposta la gamma dell'immagine, tra 0.01 e 10. Predefinita a 1"
 msgid "Image properties filter"
 msgstr "Filtro proprietà immagine"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Impostazioni filtri video"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Numero di cloni"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
 msgstr "Seleziona il numero di finestre video nelle quali clonare"
 
 #: modules/video_filter/clone.c:59
@@ -10286,7 +11128,8 @@ msgid "List of video output modules"
 msgstr "Elenco moduli di uscita video"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+#, fuzzy
+msgid "Select the specific video output modules that you want to activate."
 msgstr "Selezionare i moduli di uscita video da attivare"
 
 #: modules/video_filter/clone.c:63
@@ -10358,7 +11201,8 @@ msgid "Logo filename"
 msgstr "File Logo"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+#, fuzzy
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "Il file deve essere in formato PNG RGBA 8bit (per ora)"
 
 #: modules/video_filter/logo.c:60
@@ -10366,7 +11210,8 @@ msgid "X coordinate of the logo"
 msgstr "Coordinata X del logo"
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+#, fuzzy
+msgid "You can move the logo by left-clicking on it."
 msgstr "E' possibile spostare il logo con un clic sinistro"
 
 #: modules/video_filter/logo.c:62
@@ -10378,7 +11223,8 @@ msgid "Transparency of the logo (255-0)"
 msgstr "Trasparenza del logo (255-0)"
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+#, fuzzy
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 "E' possibile modificarla con un clic del tasto centrale e muovendo il mouse "
 "a sinistra o a destra"
@@ -10392,7 +11238,8 @@ msgid "Blur factor (1-127)"
 msgstr "Fattore sfocatura (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "Il grado di sfocatura da 1 a 127"
 
 #: modules/video_filter/motionblur.c:58
@@ -10436,7 +11283,9 @@ msgid "Number of columns"
 msgstr "Numero di colonne"
 
 #: modules/video_filter/wall.c:54
-msgid "Select the number of horizontal video windows in which to split the video"
+#, fuzzy
+msgid ""
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 "Selezionare il numero di video finestre orizzontali nelle quali suddividere "
 "il video"
@@ -10446,7 +11295,9 @@ msgid "Number of rows"
 msgstr "Numero di righe"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+#, fuzzy
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 "Selezionare il numero di video finestre verticali nelle quali suddividere il "
 "video"
@@ -10471,11 +11322,11 @@ msgstr "Uscita video ASCII-art"
 msgid "color ASCII art video output"
 msgstr "Uscita video ASCII art a colori"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr "Utilizzare conversioni YUV->RGB hardware"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10483,11 +11334,11 @@ msgstr ""
 "Prova ad utilizzare l'accelerazione hardware per le conversioni YUV->RGB. "
 "Questa opzione non ha effetto quando si usa l'overlay."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr "Usa buffer video nella memoria del sistema"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10500,11 +11351,11 @@ msgstr ""
 "conversioni YUV->RGB, per esempio). L'opzione non ha effetto quando si usa "
 "l'overlay."
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr "Usa buffer tripli per l'overlay"
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
@@ -10512,11 +11363,11 @@ msgstr ""
 "Prova ad utilizzare buffer tripli quando si usano gli overlay YUV. Il "
 "risultato è una migliore qualità video (niente sfarfallio)."
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr "Nome della periferica schermo desiderata"
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
@@ -10526,10 +11377,30 @@ msgstr ""
 "periferica Windows da utilizzare per la finestra video. Per esempio, \"\\\\."
 "\\DISPLAY1\" o \"\\\\.\\DISPLAY2\"."
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "Uscita video DirectX"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Più piccolo"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr "Periferica framebuffer"
@@ -10546,8 +11417,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "Uscita video console GNU/Linux framebuffer"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "Nome del display X11"
 
@@ -10564,10 +11435,31 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "Uscita video 3dfx Glide"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Uscita audio HD1000"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr "Uscita video Matrox Graphic Array"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Selezionato"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr ""
+"Permette di specificare la dimensione del buffer per il controllo di banda."
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Uscita video sovrapposta (overlay)"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "Nome display QT Embedded"
@@ -10588,6 +11480,45 @@ msgstr "uscita video QT Embedded"
 msgid "Simple DirectMedia Layer video output"
 msgstr "Uscita video Simple DirectMedia Layer"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+#, fuzzy
+msgid "Set the width of the snapshot image"
+msgstr "Percorso della ultima skin utilizzata."
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+#, fuzzy
+msgid "Set the cache size (number of images to keep)"
+msgstr "Imposta il numero di Fotogrammi Per Secondo"
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Modulo accesso"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr "uscita video SVGAlib"
@@ -10596,11 +11527,25 @@ msgstr "uscita video SVGAlib"
 msgid "Windows GDI video output"
 msgstr "uscita video Windows GDI"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "Numero dell'adattatore XVideo"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Se la scheda video fornisce più di un adattatore, questa opzione permette di "
+"scegliere quale utilizzare (in generale, non è necessario cambiarla)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr "Cambia metodo schermo intero"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10617,7 +11562,8 @@ msgstr ""
 "2) Ignorare completamente il window manager, ma in questo caso niente potrà "
 "essere visualizzato in primo piano rispetto al video."
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -10625,42 +11571,40 @@ msgstr ""
 "Specifica il display X11 da utilizzare.\n"
 "Il comportamento predefinito è di usare il valore della variabile DISPLAY."
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr "Scelta dello schermo per il modo a schermo intero."
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+"Scelta dello schermo per la modalità a schermo intero. Per esempio, indicare "
+"0 per il primo schermo, 1 per il secondo."
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr "Utilizza memoria condivisa"
 
 #: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70
 msgid "Use shared memory to communicate between VLC and the X server."
-msgstr "Utilizza la memoria condivisa per le comunicazioni tra VLC ed il server X."
+msgstr ""
+"Utilizza la memoria condivisa per le comunicazioni tra VLC ed il server X."
 
 #: modules/video_output/x11/x11.c:61
 msgid "choose the screen to be used for fullscreen mode."
 msgstr "scelta dello schermo per il modo a schermo intero."
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-"Scelta dello schermo per la modalità a schermo intero. Per esempio, indicare "
-"0 per il primo schermo, 1 per il secondo."
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr "uscita video X11"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "Numero dell'adattatore XVideo"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Se la scheda video fornisce più di un adattatore, questa opzione permette di "
-"scegliere quale utilizzare (in generale, non è necessario cambiarla)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "Formato chroma XVimage"
@@ -10673,14 +11617,14 @@ msgstr ""
 "Impone all'uscita XVideo di utilizzare uno specifico formato chroma, anziché "
 "provare a migliorare le performance utilizzando il più efficiente."
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr "Scelta dello schermo per il modo a schermo intero."
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr "uscita video XVideo extension"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr "Larghezza finestra Goom"
@@ -10737,7 +11681,8 @@ msgstr "Numero di bande"
 
 #: modules/visualization/visual/visual.c:53
 msgid "Number of bands used by spectrum analyzer, should be 20 or 80."
-msgstr "Numero di bande usate dall'analizzatore di spettro, per esempio 20 o 80."
+msgstr ""
+"Numero di bande usate dall'analizzatore di spettro, per esempio 20 o 80."
 
 #: modules/visualization/visual/visual.c:55
 msgid "Band separator"
@@ -10781,7 +11726,8 @@ msgstr "Capovolgi posizione verticale"
 
 #: modules/visualization/xosd.c:64
 msgid "Display xosd output on the bottom of the screen instead of the top"
-msgstr "Visualizza l'uscita xosd nella parte bassa dello schermo anziché in alto"
+msgstr ""
+"Visualizza l'uscita xosd nella parte bassa dello schermo anziché in alto"
 
 #: modules/visualization/xosd.c:67
 msgid "Vertical offset"
@@ -10807,12 +11753,203 @@ msgstr "Tipo di carattere utilizzato per visualizzare i testi nell'uscita xosd"
 msgid "XOSD interface"
 msgstr "Interfaccia XOSD"
 
+#~ msgid "Stream "
+#~ msgstr "Sorgente"
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "ingresso DVD (usa libdvdcss se installata)"
+
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "ingresso DVD (usa libdvdcss)"
+
+#~ msgid "DVD menus"
+#~ msgstr "Menu DVD"
+
+#~ msgid "Root"
+#~ msgstr "Root"
+
+#~ msgid "Angle"
+#~ msgstr "Angolo"
+
+#~ msgid "Resume"
+#~ msgstr "Riprendi"
+
+#~ msgid "DVD input with menus support"
+#~ msgstr "Ingresso DVD con supporto menu"
+
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "Ingresso DVD (usa libdvdread)"
+
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Demuxer Video4Linux"
+
+#~ msgid "Jump -10 seconds"
+#~ msgstr "Salta -10 secondi"
+
+#~ msgid "Jump +10 seconds"
+#~ msgstr "Salta +10 secondi"
+
+#~ msgid "Jump -1 minute"
+#~ msgstr "Salta -1 minuto"
+
+#~ msgid "Jump +1 minute"
+#~ msgstr "Salta +1 minuto"
+
+#~ msgid "Jump -5 minutes"
+#~ msgstr "Salta -5 minuti"
+
+#~ msgid "Jump +5 minutes"
+#~ msgstr "Salta +5 minuti"
+
+#~ msgid "Demux2 adaptation layer"
+#~ msgstr "Strato di adattamento Demux2"
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Compatibilità con le versioni di VLS precedenti alla 0.4"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "Il protocollo di trasmissione delle sorgenti audio A/52 è cambiato dalla "
+#~ "serie 0.3.x alla 0.4. Il comportamento predefinito di VLC è di "
+#~ "considerare che il VLS che trasmette sia l'ultima versione disponibile. "
+#~ "Nel caso in cui si voglia usare una vecchia versione, selezionare "
+#~ "l'opzione."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "PSI difettosi"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Se i pacchetti PSI della sorgente non incrementano i contatori di "
+#~ "continuità, selezionare questa opzione."
+
+#~ msgid "Output MRL"
+#~ msgstr "MRL in uscita"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "Demux ISO 13818-1 MPEG Transport Stream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "Demux ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "valore cache in ms"
+
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "Ingresso DVDnav (demux)"
+
+#~ msgid "RTSP/RTP describe"
+#~ msgstr "Descrizione RTSP/RTP"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "Ingresso ISO 13818-1 MPEG Program Stream"
+
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "Separazione canali (demultiplexing) ISO 13818-1 MPEG generico"
+
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Sottotitolo SVCD %i"
+
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Sottotitolo CVD %i"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "Ingresso ISO 13818-1 MPEG Transport Stream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "Ingresso ISO 13818-1 MPEG Transport Stream (libdvbpsi)"
+
+#~ msgid "<unknown>"
+#~ msgstr "<sconosciuto>"
+
+#~ msgid "Jump +10 Seconds"
+#~ msgstr "Salta +10 Secondi"
+
+#~ msgid "Jump -10 Seconds"
+#~ msgstr "Salta -10 Secondi"
+
+#~ msgid "video rendering mode"
+#~ msgstr "modalità di resa video"
+
+#~ msgid ""
+#~ "The default method is OpenGL for Quartz Extreme machines and Quartz for "
+#~ "the others."
+#~ msgstr ""
+#~ "Il metodo predefinot è OpenGL per le macchine Quartz Extreme e Quartz per "
+#~ "le altre."
+
+#~ msgid "OpenGL effect"
+#~ msgstr "Effetto OpenGL"
+
+#~ msgid ""
+#~ "Use 'None' to display the video without any fantasy, 'Cube' to let the "
+#~ "video play on the faces of a rotating cube, 'Transparent cube' do make "
+#~ "this cube transparent."
+#~ msgstr ""
+#~ "Usa 'None' per visualizzare senza effetti, 'Cubo' per riprodurre il video "
+#~ "sulle facce di un cubo in rotazione, 'Cubo Trasparente' per rendere il "
+#~ "cubo trasparente."
+
+#~ msgid "Transparent cube"
+#~ msgstr "Cubo Trasparente"
+
+#~ msgid "Last skin actually used"
+#~ msgstr "Ultima skin utilizzata"
+
+#~ msgid "Show application in system tray"
+#~ msgstr "Mostrare l'applicazione nel systray"
+
+#~ msgid "Show application in taskbar"
+#~ msgstr "Mostrare l'applicazione nella barra"
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Interfaccia skin"
+
+#~ msgid "New Wizard..."
+#~ msgstr "Nuovo Wizard..."
+
+#~ msgid "Audio Options"
+#~ msgstr "Impostazioni Audio"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "Menu DVD"
+
+#~ msgid "Item info"
+#~ msgstr "Info elemento"
+
+#~ msgid "Stream with VLC in three steps."
+#~ msgstr "Trasmetti con VLC in tre tappe."
+
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Tappa 1: selezionare cosa trasmettere."
+
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Tappa 2: definire un metodo di trasmissione."
+
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Tappa 3: avvia la trasmissione."
+
+#~ msgid "Choose..."
+#~ msgstr "Sfoglia..."
+
+#~ msgid "Start!"
+#~ msgstr "Avvio"
+
+#~ msgid "TS muxer"
+#~ msgstr "Muxer TS"
+
 #~ msgid "DVD (menus support)"
 #~ msgstr "DVD (supporto menu)"
 
-#~ msgid "DVD (experimental)"
-#~ msgstr "DVD (sperimentale)"
-
 #~ msgid ""
 #~ "Satellite transponder frequency in kHz for DVB-S and in Hz for DVB-C/T"
 #~ msgstr ""
@@ -10989,9 +12126,6 @@ msgstr "Interfaccia XOSD"
 #~ "In questa pagina, definirai una serie di parametri addizionali per la "
 #~ "trasmissione."
 
-#~ msgid "More Info"
-#~ msgstr "Info Elemento"
-
 #~ msgid "To"
 #~ msgstr "A"
 
@@ -11207,13 +12341,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Device corresponding to your acquisition card or your webcam"
 #~ msgstr "Periferica di acquisizione video o webcam"
 
-#~ msgid "Channel"
-#~ msgstr "Canale"
-
-#~ msgid "Usually 0 is for tuner, 1 for composite and 2 for svideo"
-#~ msgstr ""
-#~ "In generale vale 0 per il tuner, 1 per i segnali composti, 2 per svideo"
-
 #~ msgid "Advanced settings..."
 #~ msgstr "Opzioni avanzate"
 
@@ -11235,9 +12362,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Common options"
 #~ msgstr "Impostazioni comuni"
 
-#~ msgid "Norm"
-#~ msgstr "Norma"
-
 #~ msgid "Standard of the analog signal"
 #~ msgstr "Standard del segnale analogico"
 
@@ -11247,9 +12371,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "Frequenza del canale in kHz"
 
-#~ msgid "Audio options"
-#~ msgstr "Impostazioni Audio"
-
 #~ msgid "Audio device"
 #~ msgstr "Periferica audio"
 
@@ -11349,9 +12470,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "udp stream output"
 #~ msgstr "Trasmissione in uscita udp"
 
-#~ msgid "headphone"
-#~ msgstr "cuffia"
-
 #~ msgid "ALSA"
 #~ msgstr "ALSA"
 
@@ -11361,15 +12479,9 @@ msgstr "Interfaccia XOSD"
 #~ msgid "subtitles"
 #~ msgstr "sottotitoli"
 
-#~ msgid "subtitles decoder"
-#~ msgstr "decodifica sottotitoli DVD"
-
 #~ msgid "ffmpeg"
 #~ msgstr "ffmpeg"
 
-#~ msgid "Corba control"
-#~ msgstr "Controllo Corba"
-
 #~ msgid "the mouse button to be held down during mouse gestures"
 #~ msgstr "il pulsante del mouse da cliccare per i movimenti di controllo"
 
@@ -11425,9 +12537,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Shuffle Off"
 #~ msgstr "In ordine regolare"
 
-#~ msgid "Repeat On"
-#~ msgstr "Ripeti"
-
 #~ msgid "Loop On"
 #~ msgstr "Ripeti"
 
@@ -11437,9 +12546,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Float On Top"
 #~ msgstr "In Primo Piano"
 
-#~ msgid "Shuffle"
-#~ msgstr "Rimescola"
-
 #~ msgid "Repeat Item"
 #~ msgstr "Ripeti elemento"
 
@@ -11485,9 +12591,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Ratio"
 #~ msgstr "Proporzioni"
 
-#~ msgid "Item informations"
-#~ msgstr "Informazioni elemento"
-
 #~ msgid "Simple &Open ..."
 #~ msgstr "Apri Semplice..."
 
@@ -11503,9 +12606,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "&Delete"
 #~ msgstr "Rimuovi"
 
-#~ msgid "Loop"
-#~ msgstr "Ripeti"
-
 #~ msgid "Repeat one"
 #~ msgstr "Ripeti un elemento"
 
@@ -11566,9 +12666,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "logo"
 #~ msgstr "logo"
 
-#~ msgid "dithering mode"
-#~ msgstr "Modalità dithering"
-
 #~ msgid "Choose the libcaca dithering mode"
 #~ msgstr "Scelta della modalità di dithering della libcaca"
 
@@ -11596,9 +12693,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "XVideo"
 #~ msgstr "XVideo"
 
-#~ msgid "visualizer"
-#~ msgstr "visualizzatore"
-
 #~ msgid "XOSD module"
 #~ msgstr "modulo XOSD"
 
@@ -11646,9 +12740,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Logo File"
 #~ msgstr "File Logo"
 
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "Effetto cuffia spazializzazione virtuale"
-
 #~ msgid "CD-ROM device name"
 #~ msgstr "Nome Periferica CD-ROM"
 
@@ -11673,9 +12764,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Rewind stream"
 #~ msgstr "Riavvolgi sorgente"
 
-#~ msgid "Forward stream"
-#~ msgstr "Avanza sorgente"
-
 #~ msgid "UDP/RTP (Adress when Multicast)"
 #~ msgstr "UDP/RTP (Indirizzo quando Multicast)"
 
@@ -11709,12 +12797,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "tarkin"
 #~ msgstr "tarkin"
 
-#~ msgid "Width"
-#~ msgstr "Ampiezza"
-
-#~ msgid "Height"
-#~ msgstr "Altezza"
-
 #~ msgid ""
 #~ "This allows you to select the order in which VLC will choose its codecs. "
 #~ "For instance, 'a52old,a52,any' will try the old a52 codec before the new "
@@ -11793,9 +12875,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "MPEG I/II video decoder"
 #~ msgstr "decodifica video MPEG I/II"
 
-#~ msgid "Equalizer values"
-#~ msgstr "Valori equalizzatore"
-
 #~ msgid ""
 #~ "If you want VLC to add items to the playlist as you open them, then "
 #~ "enable this option."
@@ -12021,9 +13100,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Delete &all"
 #~ msgstr "Rimuovi tutto"
 
-#~ msgid "Invert selection"
-#~ msgstr "Inverti selezione"
-
 #~ msgid "Delete selection"
 #~ msgstr "Rimuovi selezione"
 
@@ -12056,18 +13132,12 @@ msgstr "Interfaccia XOSD"
 #~ msgid "audio device"
 #~ msgstr "periferica audio"
 
-#~ msgid "video device"
-#~ msgstr "periferica video"
-
 #~ msgid "font"
 #~ msgstr "carattere"
 
 #~ msgid "Translation"
 #~ msgstr "Traduzione"
 
-#~ msgid "Change the current audio track"
-#~ msgstr "Cambia la traccia audio corrente"
-
 #~ msgid "Add &Directory..."
 #~ msgstr "Aggiungi &Cartella..."
 
@@ -12116,12 +13186,6 @@ msgstr "Interfaccia XOSD"
 #~ msgid "Stream output:"
 #~ msgstr "Uscita sorgente:"
 
-#~ msgid "Screen %d"
-#~ msgstr "Schermo %d"
-
-#~ msgid "Open skin"
-#~ msgstr "Apri skin"
-
 #~ msgid "All files"
 #~ msgstr "Tutti i files"
 
@@ -12187,7 +13251,3 @@ msgstr "Interfaccia XOSD"
 
 #~ msgid "Louder"
 #~ msgstr "Piu' Alto"
-
-#~ msgid "Softer"
-#~ msgstr "Piu' Basso"
-
index b5f7c570eba3cb1b25dedc590d6461a1c8375f20..78eaea1dbc844c38985869f59b3eb6b2d869aaf7 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2003-01-09 02:37+0900\n"
 "Last-Translator: Fumio Nakayama <endymion@ca2.so-net.ne.jp>\n"
 "Language-Team: Japanese <ja@li.org>\n"
@@ -187,7 +187,7 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr "Í­¸ú¤Ê¥â¥¸¥å¡¼¥ë¤Î¥ê¥¹¥È¤ò°õºþ"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 #, fuzzy
 msgid ""
 "\n"
@@ -199,7 +199,7 @@ msgstr ""
 "¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ë°ÜÆ°¤·¡¢\"vlc -I win32\"¤ò¼Â¹Ô¤·¤Æ¤¯¤À"
 "¤µ¤¤¡£\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -211,37 +211,34 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "¥¿¥¤¥È¥ë"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 #, fuzzy
 msgid "Author"
 msgstr "ºîÀ®¼Ô"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -250,18 +247,17 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 #, fuzzy
 msgid "Copyright"
 msgstr "¥³¥Ô¡¼"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "ÀâÌÀ"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 #, fuzzy
 msgid "Rating"
 msgstr "ʸ»úÎó"
@@ -279,13 +275,13 @@ msgstr "
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "¸À¸ì"
 
@@ -299,62 +295,75 @@ msgstr "
 msgid "Codec Description"
 msgstr "ÀâÌÀ"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 #, fuzzy
 msgid "Visualizations"
 msgstr "¶ËÀ­"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "Ää»ß"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Á¥ã¥ó¥Í¥ë¤ÎÁªÂò"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "¥¹¥Æ¥ì¥ª"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr ""
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr ""
 
@@ -421,264 +430,246 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, fuzzy, c-format
 msgid "Stream %d"
 msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 #, fuzzy
 msgid "Codec"
 msgstr "ÊĤ¸¤ë"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "¥¿¥¤¥×"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "¥Á¥ã¥ó¥Í¥ë"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 #, fuzzy
 msgid "Sample rate"
 msgstr "¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 #, fuzzy
 msgid "Bitrate"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "¥Ó¥Ç¥ª"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 #, fuzzy
 msgid "Resolution"
 msgstr "ÁªÂò"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 #, fuzzy
 msgid "Display resolution"
 msgstr "ÁªÂò"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 #, fuzzy
 msgid "Subtitle"
 msgstr "»úËë(_S)"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "¥Õ¥¡¥¤¥ë"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤Î°õºþ"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 #, fuzzy
 msgid "Stream"
 msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "»ý³´ü´Ö"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "¥×¥í¥°¥é¥à"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "¥Á¥ã¥×¥¿¡¼"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 #, fuzzy
 msgid "Navigation"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "¥Ó¥Ç¥ª"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "»úËë(_S)"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, fuzzy, c-format
-msgid "Title %i"
-msgstr "¥¿¥¤¥È¥ë"
-
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, fuzzy, c-format
-msgid "Chapter %i"
-msgstr "¥Á¥ã¥×¥¿¡¼ %d"
-
-#: src/input/input_programs.c:395
+#: src/input/var.c:256
 #, fuzzy
 msgid "Next title"
 msgstr "¼¡¤Î¥Õ¥¡¥¤¥ë"
 
-#: src/input/input_programs.c:398
+#: src/input/var.c:261
 #, fuzzy
 msgid "Previous title"
 msgstr "Á°¤Î¥Õ¥¡¥¤¥ë"
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:284
+#, fuzzy, c-format
+msgid "Title %i"
+msgstr "¥¿¥¤¥È¥ë"
+
+#: src/input/var.c:307 src/input/var.c:367
+#, fuzzy, c-format
+msgid "Chapter %i"
+msgstr "¥Á¥ã¥×¥¿¡¼ %d"
+
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "¥Á¥ã¥×¥¿¡¼"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "¥Á¥ã¥×¥¿¡¼"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò±£¤¹(_H)"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "ja"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î°ì»þÄä»ß"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "ʸ»úÎó"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "À°¿ô"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "ÉâÆ°¾®¿ôÅÀ"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (¥Ç¥Õ¥©¥ë¥È¡§Í­¸ú)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (¥Ç¥Õ¥©¥ë¥È¡§Ìµ¸ú)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -687,19 +678,19 @@ msgstr ""
 "\n"
 "³¤±¤ë¤Ë¤ÏEnter¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤¡£\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[¥â¥¸¥å¡¼¥ë]          [ÀâÌÀ]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, fuzzy, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -712,7 +703,7 @@ msgstr ""
 "COPYING¥Õ¥¡¥¤¥ë¤Ë¾ÜºÙ¤¬½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£\n"
 "Written by the VideoLAN team at Ecole Centrale, Paris.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "ºîÀ®¼Ô"
@@ -873,32 +864,7 @@ msgid ""
 "touch."
 msgstr ""
 
-#: src/libvlc.h:89
-#, fuzzy
-msgid "Interface default search path"
-msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î´ûÄê¤Î¸¡º÷¥Ñ¥¹"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¥ª¡¼¥×¥ó¤µ¤ì¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î´ûÄê¤Î¥Ñ¥¹¤òÀßÄꤷ¤Þ"
-"¤¹¡£"
-
-#: src/libvlc.h:94
-#, fuzzy
-msgid "Modules search path"
-msgstr "¥×¥é¥°¥¤¥ó¤Î¸¡º÷¥Ñ¥¹"
-
-#: src/libvlc.h:96
-#, fuzzy
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr "VLC¤¬¥×¥é¥°¥¤¥ó¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¸¡º÷¤µ¤ì¤ëÄɲäΥѥ¹¤òÀßÄꤷ¤Þ¤¹¡£"
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -907,12 +873,12 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 #, fuzzy
 msgid "Audio output module"
 msgstr "¥ª¡¼¥Ç¥£¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -920,12 +886,12 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎÏÊýË¡¤¬ÁªÂò²Äǽ¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¼«Æ°Åª¤ËºÇŬ¤ÊÊýË¡¤¬ÁªÂò¤µ¤ì¤Þ"
 "¤¹¡£"
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 #, fuzzy
 msgid "Enable audio"
 msgstr "¥ª¡¼¥Ç¥£¥ª¤òÍ­¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 #, fuzzy
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
@@ -934,41 +900,41 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎϤò´°Á´¤Ë̵¸ú¤Ë¤·¤Þ¤¹¡£¥ª¡¼¥Ç¥£¥ª¤Ï¥Ç¥³¡¼¥É¤µ¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ë¤è"
 "¤ê¡¢¤¤¤¯¤é¤«¤Î½èÍý¥Ñ¥ï¡¼¤ò¥»¡¼¥Ö¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 #, fuzzy
 msgid "Force mono audio"
 msgstr "¥â¥Î¥é¥ë"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 #, fuzzy
 msgid "This will force a mono audio output."
 msgstr "¥ª¡¼¥Ç¥£¥ª½ÐÎϤò¶¯À©Åª¤Ë¥â¥Î¥é¥ë¤Ë¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 #, fuzzy
 msgid "Audio output volume"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Ü¥ê¥å¡¼¥à"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Ü¥ê¥å¡¼¥à¤Î´ûÄêÃͤò0¤«¤é1024¤Î´Ö¤ÇÀßÄê²Äǽ¤Ç¤¹¡£"
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 #, fuzzy
 msgid "Audio output saved volume"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Ü¥ê¥å¡¼¥à"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 #, fuzzy
 msgid "Audio output frequency (Hz)"
 msgstr "¥ª¡¼¥Ç¥£¥ª½ÐÎϼþÇÈ¿ô(Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 #, fuzzy
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
@@ -977,23 +943,23 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎϤμþÇÈ¿ô¤ò¶¯À©Åª¤ËÀßÄê²Äǽ¤Ç¤¹¡£\n"
 "°ìÈÌŪ¤ÊÃͤϡ¢48000, 44100, 32000, 22050, 16000, 11025, 8000¤Ç¤¹¡£"
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 #, fuzzy
 msgid "Audio desynchronization compensation"
 msgstr "AltiVec¥â¡¼¥·¥ç¥óÊäÀµ¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 #, fuzzy
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
@@ -1003,12 +969,12 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎϤÎÃÙ¤ì¤òÀßÄꤷ¤Þ¤¹¡£¥Ó¥Ç¥ª¤È²»À¼¤Î¥º¥ì¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï¡¢Å¬ÀÚ¤ÊÃÍ"
 "¤òÀßÄê¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 #, fuzzy
 msgid "Preferred audio output channels mode"
 msgstr "½àÈ÷¤µ¤ì¤Æ¤¤¤ë¥³¡¼¥Ç¥Ã¥¯¤Î°ìÍ÷¤ÎÁªÂò"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 #, fuzzy
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
@@ -1018,11 +984,11 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎÏÊýË¡¤¬ÁªÂò²Äǽ¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¼«Æ°Åª¤ËºÇŬ¤ÊÊýË¡¤¬ÁªÂò¤µ¤ì¤Þ"
 "¤¹¡£"
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 #, fuzzy
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
@@ -1031,24 +997,24 @@ msgstr ""
 "¥ª¡¼¥Ç¥£¥ª½ÐÎÏÊýË¡¤¬ÁªÂò²Äǽ¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¼«Æ°Åª¤ËºÇŬ¤ÊÊýË¡¤¬ÁªÂò¤µ¤ì¤Þ"
 "¤¹¡£"
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 #, fuzzy
 msgid "Channel mixer"
 msgstr "¥Á¥ã¥ó¥Í¥ë¡¦¥µ¡¼¥Ð¡¼"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1056,12 +1022,12 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 #, fuzzy
 msgid "Video output module"
 msgstr "¥Ó¥Ç¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1069,12 +1035,12 @@ msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï»ÈÍѤ¹¤ë¥Ó¥Ç¥ª½ÐÎÏÊýË¡¤¬ÁªÂò¤Ç¤­¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¼«Æ°Åª¤ËºÇ"
 "Ŭ¤ÊÊýË¡¤¬ÁªÂò¤µ¤ì¤Þ¤¹¡£"
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 #, fuzzy
 msgid "Enable video"
 msgstr "¥Ó¥Ç¥ª¤òÍ­¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 #, fuzzy
 msgid ""
 "You can completely disable the video output. In this case, the video "
@@ -1083,13 +1049,13 @@ msgstr ""
 "¥Ó¥Ç¥ª½ÐÎϤò´°Á´¤Ë̵¸ú²½¤·¤Þ¤¹¡£¥Ó¥Ç¥ª¤Ï¥Ç¥³¡¼¥É¤µ¤ì¤Þ¤»¤ó¡£¤³¤ì¤Ë¤è¤ê¡¢¤¤¤¯"
 "¤é¤«¤Î½èÍý¥Ñ¥ï¡¼¤ò¥»¡¼¥Ö¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 #, fuzzy
 msgid "Video width"
 msgstr "¥Ó¥Ç¥ª¤ÎÉý"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 #, fuzzy
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
@@ -1098,13 +1064,13 @@ msgstr ""
 "¥Ó¥Ç¥ª¤ÎÉý¤ò¶¯À©Åª¤Ë»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£\n"
 "¢¨VLC¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥Ó¥Ç¥ª¤ÎÆÃÀ­¤Ë¹ç¤ï¤»¤Þ¤¹¡£"
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 #, fuzzy
 msgid "Video height"
 msgstr "¥Ó¥Ç¥ª¤Î¹â¤µ"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 #, fuzzy
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
@@ -1113,94 +1079,94 @@ msgstr ""
 "¥Ó¥Ç¥ª¤Î¹â¤µ¤ò¶¯À©Åª¤Ë»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£\n"
 "¢¨VLC¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥Ó¥Ç¥ª¤ÎÆÃÀ­¤Ë¹ç¤ï¤»¤Þ¤¹¡£"
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 #, fuzzy
 msgid "Video alignment"
 msgstr "ÀßÄê(_S)"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 #, fuzzy
 msgid "Center"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Right"
 msgstr "¥³¥Ô¡¼"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 #, fuzzy
 msgid "Zoom video"
 msgstr "¥Ó¥Ç¥ª¡¦¥º¡¼¥à"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Ǥ°Õ¤Ë¥Ó¥Ç¥ª¤ò¥º¡¼¥à¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 #, fuzzy
 msgid "Grayscale video output"
 msgstr "¥°¥ì¡¼¥¹¥±¡¼¥ë"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1208,44 +1174,44 @@ msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¤È¡¢VLC¤Ï¥«¥é¡¼¾ðÊó¤ò¥Ç¥³¡¼¥É¤·¤Þ¤»¤ó¡£(¤³¤ì¤Ë¤è¤ê¡¢"
 "¤¤¤¯¤é¤«¤Î½èÍý¥Ñ¥ï¡¼¤ò¥»¡¼¥Ö¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£)"
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 #, fuzzy
 msgid "Fullscreen video output"
 msgstr "¥Õ¥ë¥¹¥¯¥ê¡¼¥ó½ÐÎÏ"
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤ò»ØÄꤹ¤ë¤È¡¢VLC¤Ï¾ï¤Ë¥Ó¥Ç¥ª¤ò¥Õ¥ë¥¹¥¯¥ê¡¼¥ó¡¦¥â¡¼¥É¤Ë¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 #, fuzzy
 msgid "Overlay video output"
 msgstr "¥ª¡¼¥Ð¡¼¥ì¥¤"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 #, fuzzy
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 msgstr "VLC¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤Î¥ª¡¼¥Ð¥ì¥¤µ¡Ç½¤Î»ÈÍѤò»î¤ß¤Þ¤¹¡£"
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 #, fuzzy
 msgid "Always place the video window on top of other windows."
 msgstr "¥Ó¥Ç¥ª¤ò¥¯¥í¡¼¥ó¤¹¤ë¤¿¤á¤Ë¥Ó¥Ç¥ª¡¦¥¦¥£¥ó¥É¥¦¿ô¤òÁªÂò¤¹¤ë"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 #, fuzzy
 msgid "Force SPU position"
 msgstr "¥µ¥Ö¥¿¥¤¥È¥ë¤Î°ÌÃÖ"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1253,22 +1219,22 @@ msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï±ÇÁüÃæ¤Î¥µ¥Ö¥¿¥¤¥È¥ë¤Î°ÌÃÖ¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£¤¤¤¯¤Ä¤«¤Î°ÌÃÖ¤ò»î"
 "¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 #, fuzzy
 msgid "Video filter module"
 msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1276,12 +1242,12 @@ msgstr ""
 "¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤Þ¤¿¤Ï¡¢¥¯¥í¡¼¥ó¡¢ÏѶʲ½¤µ¤ì¤¿¥Ó¥Ç¥ª¡¦¥¦¥£¥ó¥É"
 "¥¦¤Î±ÇÁü¥¯¥©¥ê¥Æ¥£¤Ë¸ú²Ì¤ò²Ã¤¨¤ë¥Õ¥£¥ë¥¿¡¼¤ò»ØÄê¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 #, fuzzy
 msgid "Source aspect ratio"
 msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1295,37 +1261,37 @@ msgstr ""
 "x:y (4:3, 16:9, etc.)¤Î·Á¼°¤Ç¥¢¥¹¥Ú¥¯¥È¤ò»ØÄꤹ¤ë¤«¡¢ÉâÆ°¾®¿ôÅÀÃÍ (1.25, "
 "1.3333, etc.)¤Î·Á¼°¤Ç¥Ô¥¯¥»¥ë¤Î¶ë·Á¤ò»ØÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 #, fuzzy
 msgid "Server port"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "UDP¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë¥Ý¡¼¥È¤ò»ØÄꤷ¤Þ¤¹¡£´ûÄêÃͤÏ1234¤Ç¤¹¡£"
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÎMTU"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1333,12 +1299,12 @@ msgstr ""
 "´üÂÔ¤¹¤ëŵ·¿Åª¤ÊUDP¥Ñ¥±¥Ã¥È¤Î¥µ¥¤¥º¤Ç¤¹¡£¥¤¡¼¥µ¥Í¥Ã¥È¤Ç¤Ï¡¢¤½¤ÎÃͤϡ¢Ä̾ï1500"
 "¤Ç¤¹¡£"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 #, fuzzy
 msgid "Network interface address"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1348,98 +1314,102 @@ msgstr ""
 "¥ê¥å¡¼¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ë¤Ï¡¢¤ª¤½¤é¤¯¡¢IP¥¢¥É¥ì¥¹¤«¥Þ¥ë¥Á¥­¥ã¥¹¥È¤ò¹Ô¤Ã¤Æ"
 "¤¤¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£"
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 #, fuzzy
 msgid "Choose program (SID)"
 msgstr "¥×¥í¥°¥é¥à¤ÎÁªÂò (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Í¿¤¨¤é¤ì¤¿¥µ¡¼¥Ó¥¹ID¤òÁªÂò¤¹¤ë¤¿¤á¤Î¥×¥í¥°¥é¥à¤ò»ØÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 #, fuzzy
 msgid "Choose audio"
 msgstr "¥ª¡¼¥Ç¥£¥ª¤ÎÁªÂò"
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 #, fuzzy
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr "DVD¤ÎÃæ¤Ç»ÈÍѤ·¤¿¤¤¥ª¡¼¥Ç¥£¥ª¤Î´ûÄê¤Î¥¿¥¤¥×¤ò»ØÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 #, fuzzy
 msgid "Choose audio channel"
 msgstr "¥Á¥ã¥ó¥Í¥ë¤ÎÁªÂò"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 "DVD¤ÎÃæ¤Ç»ÈÍѤ·¤¿¤¤¥ª¡¼¥Ç¥£¥ª¤Î¥Á¥ã¥ó¥Í¥ëÈÖ¹æ¤ò»ØÄꤷ¤Þ¤¹¡£(1¤«¤én¤Þ¤Ç)"
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "»úËë¤ÎÁªÂò"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 #, fuzzy
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr "DVD¤ÎÃæ¤Ç»ÈÍѤ·¤¿¤¤»úËë¤Î¥Á¥ã¥ó¥Í¥ëÈÖ¹æ¤ò»ØÄꤷ¤Þ¤¹¡£(1¤«¤én¤Þ¤Ç)"
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "»úËë¤ÎÁªÂò"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "»úËë"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1450,33 +1420,33 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "»úËë"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "»úËë¤ÎÁªÂò"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -1485,46 +1455,46 @@ msgstr ""
 "»ÈÍѤ¹¤ë´ûÄê¤ÎDVD¥É¥é¥¤¥Ö(¤Þ¤¿¤Ï¥Õ¥¡¥¤¥ë)¤Ç¤¹¡£¥É¥é¥¤¥Öʸ»ú¤Î¸å¤Ë¥³¥í¥ó¤òÉÕ²Ã"
 "¤¹¤ë¤³¤È¤ò˺¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£(Îã D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "DVD¥Ç¥Ð¥¤¥¹¤Î´ûÄêÃͤòÀßÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "VCD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "VCD¥Ç¥Ð¥¤¥¹¤Î´ûÄêÃͤò»ØÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "VCD¥Ç¥Ð¥¤¥¹¤Î´ûÄêÃͤò»ØÄꤷ¤Þ¤¹¡£"
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 #, fuzzy
 msgid "Force IPv6"
 msgstr "IPv6¤Î»ÈÍÑ"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1532,12 +1502,12 @@ msgstr ""
 "¤³¤Î¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤ò¥ª¥ó¤Ë¤¹¤ë¤È¡¢IPv6¤¬¤¹¤Ù¤Æ¤ÎUDP¤ÈHTTP¤ÎÀܳ¤Ç´ûÄêÃͤȤ·"
 "¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£"
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 #, fuzzy
 msgid "Force IPv4"
 msgstr "IPv4¤Î»ÈÍÑ"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1545,142 +1515,142 @@ msgstr ""
 "¤³¤Î¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤ò¥ª¥ó¤Ë¤¹¤ë¤È¡¢IPv4¤¬¤¹¤Ù¤Æ¤ÎUDP¤ÈHTTP¤ÎÀܳ¤Ç´ûÄêÃͤȤ·"
 "¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£"
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 #, fuzzy
 msgid "Title metadata"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "¥³¥Ô¡¼"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "ÀâÌÀ"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 #, fuzzy
 msgid "Preferred codecs list"
 msgstr "½àÈ÷¤µ¤ì¤Æ¤¤¤ë¥³¡¼¥Ç¥Ã¥¯¤Î°ìÍ÷¤ÎÁªÂò"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "½àÈ÷¤µ¤ì¤Æ¤¤¤ë¥³¡¼¥Ç¥Ã¥¯¤Î°ìÍ÷¤ÎÁªÂò"
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 #, fuzzy
 msgid "Choose a stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "½ÐÎÏ¥¹¥È¥ê¡¼¥à¤¬¤Ê¤¤¾ì¹ç¡¢¶õ¤Ë¤¹¤ë"
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 #, fuzzy
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 #, fuzzy
 msgid "This allows you to play the stream while streaming it."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "¥Ó¥Ç¥ª¡¦¥¹¥È¥ê¡¼¥à¤Î½ÐÎϤòÍ­¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1688,84 +1658,84 @@ msgstr ""
 "¥Ó¥Ç¥ª¡¦¥¹¥È¥ê¡¼¥à½ÐÎϵ¡¹½¤ÎºÇ¸å¤Î¤â¤Î¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤È¥Ó¥Ç¥ª¡¦¥¹¥È¥ê¡¼¥à"
 "¤¬½ÐÎϵ¡¹½¤Ë¥ê¥À¥¤¥ì¥¯¥È¤µ¤ì¤ë¤Ù¤­¾ì¹ç¡¢ÁªÂò²Äǽ¤Ç¤¹¡£"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥¹¥È¥ê¡¼¥à¤Î½ÐÎϤòÍ­¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "½àÈ÷¤µ¤ì¤Æ¤¤¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼°ìÍ÷¤ÎÁªÂò"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Mux module"
 msgstr "mux¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "mux¥â¥¸¥å¡¼¥ë¤òÀßÄꤹ¤ë¥ì¥¬¥·¡¼¡¦¥¨¥ó¥È¥ê¤Ç¤¹¡£"
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 #, fuzzy
 msgid "Access output module"
 msgstr "¥ª¡¼¥Ç¥£¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "¥¢¥¯¥»¥¹½ÐÎϥ⥸¥å¡¼¥ë¤òÀßÄꤹ¤ë¥ì¥¬¥·¡¼¡¦¥¨¥ó¥È¥ê¤Ç¤¹¡£"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 #, fuzzy
 msgid "Enable CPU MMX support"
 msgstr "CPU¤ÎMMX¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1773,12 +1743,12 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬MMX¤Îµ¡Ç½¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢VLC¤Ï¤½¤Î¥¢¥É¥Ð¥ó¥Æ¡¼"
 "¥¸¤òÍøÍѤǤ­¤Þ¤¹¡£"
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Enable CPU 3D Now! support"
 msgstr "CPU¤Î3D Now!¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1786,12 +1756,12 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬3D Now!µ¡Ç½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢VLC¤Ï¤½¤Î¥¢¥É¥Ð¥ó¥Æ¡¼¥¸¤ò"
 "ÍøÍѤǤ­¤Þ¤¹¡£"
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 #, fuzzy
 msgid "Enable CPU MMX EXT support"
 msgstr "CPU¤ÎMMX³ÈÄ¥µ¡Ç½¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1799,12 +1769,12 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬MMX¤Î³ÈÄ¥µ¡Ç½¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢VLC¤Ï¤½¤Î¥¢¥É¥Ð¥ó"
 "¥Æ¡¼¥¸¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 #, fuzzy
 msgid "Enable CPU SSE support"
 msgstr "CPU¤ÎSSE¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1812,12 +1782,12 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬SSE¤Îµ¡Ç½¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢VLC¤Ï¤½¤Î¥¢¥É¥Ð¥ó¥Æ¡¼"
 "¥¸¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 #, fuzzy
 msgid "Enable CPU SSE2 support"
 msgstr "CPU¤ÎSSE¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
@@ -1826,12 +1796,12 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬SSE¤Îµ¡Ç½¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢VLC¤Ï¤½¤Î¥¢¥É¥Ð¥ó¥Æ¡¼"
 "¥¸¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 #, fuzzy
 msgid "Enable CPU AltiVec support"
 msgstr "CPU¤ÎAltiVec¥µ¥Ý¡¼¥È¤ò̵¸ú¤Ë¤¹¤ë"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1839,18 +1809,18 @@ msgstr ""
 "¥×¥í¥»¥Ã¥µ¤¬AltiVec¤Îµ¡Ç½¥»¥Ã¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤½¤Î¥¢¥É¥Ð¥ó¥Æ¡¼¥¸"
 "¤òÍøÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 #, fuzzy
 msgid "Play files randomly forever"
 msgstr "¥Õ¥¡¥¤¥ë¤ò¥é¥ó¥À¥à¤ËºÆÀ¸"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1858,41 +1828,52 @@ msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤¬ÁªÂò¤µ¤ì¤ë¤ÈVLC¤Ï¥×¥ì¥¤¥ê¥¹¥È¤Î¥Õ¥¡¥¤¥ë¤ò¥é¥ó¥À¥à¤ËºÆÀ¸¤·¤Þ"
 "¤¹¡£"
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 #, fuzzy
 msgid "Loop playlist on end"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ÎºÇ¸å¤Ç¥ë¡¼¥×"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 "¥×¥ì¥¤¥ê¥¹¥È¤ÎºÆÀ¸¤ò·«¤êÊÖ¤·¤Æ¹Ô¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Repeat the current item"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "ÁáÁ÷¤êºÆÀ¸"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 #, fuzzy
 msgid "Memory copy module"
 msgstr "¥á¥â¥ê¡¼¡¦¥³¥Ô¡¼¡¦¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1900,31 +1881,31 @@ msgstr ""
 "»ÈÍѤ·¤¿¤¤¥á¥â¥ê¡¼¡¦¥³¥Ô¡¼¡¦¥â¥¸¥å¡¼¥ë¤òÁªÂò¤·¤Þ¤¹¡£VLC¤Ï¥Ç¥Õ¥©¥ë¥È¤Ç¥Ï¡¼¥É"
 "¥¦¥§¥¢¤¬¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ëºÇ¤â®¤¤¤â¤Î¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 #, fuzzy
 msgid "Access module"
 msgstr "¥¢¥¯¥»¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 #, fuzzy
 msgid "This is a legacy entry to let you configure access modules."
 msgstr "¥¢¥¯¥»¥¹¡¦¥â¥¸¥å¡¼¥ë¤òÁªÂò¤¹¤ë¥ì¥¬¥·¡¼¡¦¥¨¥ó¥È¥ê¤Ç¤¹¡£"
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 #, fuzzy
 msgid "Demux module"
 msgstr "demux¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 #, fuzzy
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr "demux¥â¥¸¥å¡¼¥ë¤òÁªÂò¤¹¤ë¥ì¥¬¥·¡¼¡¦¥¨¥ó¥È¥ê¤Ç¤¹¡£"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1932,31 +1913,61 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "¹Ô¿ô"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+#, fuzzy
+msgid "Modules search path"
+msgstr "¥×¥é¥°¥¤¥ó¤Î¸¡º÷¥Ñ¥¹"
+
 #: src/libvlc.h:588
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr "VLC¤¬¥×¥é¥°¥¤¥ó¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¸¡º÷¤µ¤ì¤ëÄɲäΥѥ¹¤òÀßÄꤷ¤Þ¤¹¡£"
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1965,11 +1976,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1979,12 +1990,12 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 #, fuzzy
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "¹â®mutex¤Î»ÈÍÑ NT/2K/XP (³«È¯¼Ô¸þ¤±)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -1995,11 +2006,11 @@ msgstr ""
 "¤·¡¢¤è¤ê®¤¤mutex¤Î¼ÂÁõ¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£¤½¤Î¾ì¹ç¡¢ÌäÂ꤬ȯÀ¸¤¹¤ë²Äǽ"
 "À­¤¬¤¢¤ê¤Þ¤¹¡£"
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Win9x¸þ¤±¾ò·ïÃͤμÂÁõ (³«È¯¼Ô¸þ¤±)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 #, fuzzy
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
@@ -2012,402 +2023,423 @@ msgstr ""
 "¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹)¤ò»ÈÍѤ·¤Þ¤¹¡£¤·¤«¤·¡¢ÂåÂؤ¨¤È¤Ê¤ëÃÙ¤¯¤Æ¤â°ÂÄꤷ¤¿¼ÂÁõ¤òÁª"
 "Âò¤¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£¸½»þÅÀ¤Ç¤Ï¡¢0(´ûÄêÃͤκÇ®¤Î¤â¤Î), 1, 2¤¬ÁªÂò²Äǽ¤Ç¤¹¡£"
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Á´²èÌ̲½"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "°ì»þÄä»ß"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 #, fuzzy
 msgid "Pause only"
 msgstr "°ì»þÄä»ß"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 #, fuzzy
 msgid "Play only"
 msgstr "¥¹¥í¡¼ºÆÀ¸"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "ÁáÁ÷¤ê"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "¥¹¥í¡¼"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "¼¡"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Á°¤Î¥Õ¥¡¥¤¥ë"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Ää»ß"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 #, fuzzy
 msgid "Position"
 msgstr "¶ËÀ­"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 #, fuzzy
 msgid "Quit"
 msgstr "VLC¤ò½ªÎ»"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 #, fuzzy
 msgid "Navigate up"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 #, fuzzy
 msgid "Navigate down"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 #, fuzzy
 msgid "Navigate left"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 #, fuzzy
 msgid "Navigate right"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 #, fuzzy
 msgid "Volume up"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò¾å¤²¤ë"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 #, fuzzy
 msgid "Volume down"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò²¼¤²¤ë"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "¥ß¥å¡¼¥È¤¹¤ë"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "»úËë"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "»úËë¤ÎÁªÂò"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 #, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2424,91 +2456,96 @@ msgstr ""
 "  vlc:pause                      ¥×¥ì¥¤¥ê¥¹¥È¤Î¹àÌܤκÆÀ¸Ää»ß\n"
 "  vlc:quit                       VLC¤ò½ªÎ»\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "ÆþÎÏ"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "¥Ç¥³¡¼¥À"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "¥ê¥¹¥È"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "¤½¤Î¾"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Hot keys"
 msgstr "¥Û¥¹¥È̾/¥¢¥É¥ì¥¹"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "¥á¥¤¥ó¡¦¥×¥í¥°¥é¥à"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "Í­¸ú¤Ê¥â¥¸¥å¡¼¥ë¤Î¥ê¥¹¥È¤ò°õºþ"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤Î°õºþ"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "¿¿µ¶ÃÍ"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -3177,77 +3214,79 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Normal"
 msgstr "¤Ê¤·"
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹²½"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Discard"
 msgstr "¥Ç¥£¥¹¥¯"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Mean"
 msgstr "¥á¥Ç¥£¥¢"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 #, fuzzy
 msgid "Linear"
 msgstr "À°¿ô"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 #, fuzzy
 msgid "Caching value in ms"
 msgstr "¥­¥ã¥Ã¥·¥ó¥°ÃÍ (ms)"
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
@@ -3261,6 +3300,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3270,10 +3313,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "¥­¥ã¥ó¥»¥ë"
@@ -3295,7 +3338,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 #, fuzzy
 msgid "Album"
 msgstr "VideoLAN¤Ë¤Ä¤¤¤Æ"
@@ -3457,11 +3500,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3469,131 +3512,135 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 #, fuzzy
 msgid "none"
 msgstr "¤Ê¤·"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "Ää»ß"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 #, fuzzy
 msgid "expand"
 msgstr "¥á¥Ç¥£¥¢"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 #, fuzzy
 msgid "Standard filesystem directory input"
 msgstr "ɸ½àŪ¤Ê¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Õ¥¡¥¤¥ë¤òÆɤà"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "DirectX¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 #, fuzzy
 msgid "Default"
 msgstr "ºï½ü"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "¤Ê¤·"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr "¥Õ¥¡¥¤¥ë¡¦¥¹¥È¥ê¡¼¥à¤Î´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°ÃͤòÊѹ¹¤Ç¤­¤Þ¤¹¡£Ã±°Ì¤Ï¥ß¥êÉÃ"
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 #, fuzzy
 msgid "Video input chroma format"
 msgstr "XVimage¿§ºÌ¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 #, fuzzy
 msgid "Device properties"
 msgstr "¥×¥í¥°¥é¥à¤ÎÁªÂò"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "DirectX¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 #, fuzzy
 msgid "DirectShow input"
 msgstr "DirectX¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "¥Ç¥£¥¹¥¯¤Î¼è½Ð¤·"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "ÀßÄê"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -3602,168 +3649,209 @@ msgstr ""
 "udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
 "Äꤷ¤Þ¤¹¡£"
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "ÊÑ´¹¸µ "
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 #, fuzzy
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "¥¢¥ó¥Æ¥Ê lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 #, fuzzy
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "¥¢¥ó¥Æ¥Ê lnb_lof2 (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 #, fuzzy
 msgid "Antenna lnb_slof (kHz)"
 msgstr "¥¢¥ó¥Æ¥Ê lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 #, fuzzy
 msgid "Budget mode"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
-msgstr ""
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "±ÒÀ± ´ûÄêžÁ÷FEC"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 #, fuzzy
 msgid "Transponder symbol rate in kHz"
 msgstr "±ÒÀ± ´ûÄêžÁ÷¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/access/dvdnav.c:61
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
+"Äꤷ¤Þ¤¹¡£"
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+#, fuzzy
+msgid "DVDnav Input"
+msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
+"Äꤷ¤Þ¤¹¡£"
+
+#: modules/access/dvdread.c:66
 #, fuzzy
 msgid "Method used by libdvdcss for decryption"
 msgstr "libdvdcss¤ò¸°¤ÎÊ£¹ç²½¤Ë»ÈÍÑ"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3791,87 +3879,48 @@ msgstr ""
 "¤è¤Ã¤Æ»ÈÍѤµ¤ì¤ë¤â¤Î¤Î°ì¤Ä¤Ç¤¹¡£\n"
 "´ûÄêÃͤÏ\"key:\"¤Ç¤¹¡£"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "¥¿¥¤¥È¥ë"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "¥Ç¥£¥¹¥¯"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-#, fuzzy
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï»ÈÍÑ"
-
-#: modules/access/dvd/dvd.c:97
-#, fuzzy
-msgid "DVD input (uses libdvdcss)"
-msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤ò»ÈÍÑ"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-#, fuzzy
-msgid "DVD menus"
-msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
+#: modules/access/dvdread.c:90
 #, fuzzy
-msgid "DVD input (using libdvdread)"
-msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤ò»ÈÍÑ"
+msgid "DVDRead Input"
+msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr "¥Õ¥¡¥¤¥ë¡¦¥¹¥È¥ê¡¼¥à¤Î´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°ÃͤòÊѹ¹¤Ç¤­¤Þ¤¹¡£Ã±°Ì¤Ï¥ß¥êÉÃ"
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 #, fuzzy
 msgid "Standard filesystem file input"
 msgstr "ɸ½àŪ¤Ê¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤Î¥Õ¥¡¥¤¥ë¤òÆɤà"
@@ -3964,11 +4013,21 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "DVD¥Ç¥Ð¥¤¥¹"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
@@ -3977,28 +4036,168 @@ msgstr ""
 "http¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäÇ"
 "»ØÄꤷ¤Þ¤¹¡£"
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "DVD¥Ç¥Ð¥¤¥¹"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "DVD¥Ç¥Ð¥¤¥¹"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "¤Ê¤·"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "¼«Æ°±ï¼è¤ê"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "¼þÇÈ¿ô"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "KDE¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "¥Á¥ã¥ó¥Í¥ë"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -4041,9 +4240,43 @@ msgstr "
 msgid "Satellite input"
 msgstr "±ÒÀ±ÆþÎϥ⥸¥å¡¼¥ë"
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
-msgstr ""
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
+"Äꤷ¤Þ¤¹¡£"
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "¥¹¥¯¥ê¡¼¥ó %d"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
+msgstr ""
 
 #: modules/access/slp.c:62
 msgid ""
@@ -4118,149 +4351,156 @@ msgstr ""
 "udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
 "Äꤷ¤Þ¤¹¡£"
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 #, fuzzy
 msgid "UDP/RTP input"
 msgstr "UDP¥Þ¥ë¥Á¥­¥ã¥¹¥È"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr "¥Õ¥¡¥¤¥ë¡¦¥¹¥È¥ê¡¼¥à¤Î´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°ÃͤòÊѹ¹¤Ç¤­¤Þ¤¹¡£Ã±°Ì¤Ï¥ß¥êÉÃ"
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Video4LinuxÆþÎϥ⥸¥å¡¼¥ë"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 #, fuzzy
 msgid "Video4Linux input"
 msgstr "Video4LinuxÆþÎϥ⥸¥å¡¼¥ë"
 
-#: modules/access/v4l/v4l.c:110
-#, fuzzy
-msgid "Video4Linux demuxer"
-msgstr "Video4LinuxÆþÎϥ⥸¥å¡¼¥ë"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 #, fuzzy
 msgid "VCD input"
 msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
 
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr ""
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 #, fuzzy
 msgid "Entry"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 #, fuzzy
 msgid "Segment"
 msgstr "¥¹¥¯¥ê¡¼¥ó"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 #, fuzzy
 msgid "VCD Format"
 msgstr "¥í¥°¡¦¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 #, fuzzy
 msgid "Application"
 msgstr "¤³¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "¥Á¥ã¥×¥¿¡¼"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 #, fuzzy
 msgid "Vol #"
 msgstr "¿âľ"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 #, fuzzy
 msgid "Volume Set"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò¾å¤²¤ë"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 #, fuzzy
 msgid "Volume"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò¾å¤²¤ë"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 #, fuzzy
 msgid "Entries"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 #, fuzzy
 msgid "Segments"
 msgstr "¥¹¥¯¥ê¡¼¥ó"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "¥­¥ã¥ó¥»¥ë"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "¥­¥ã¥ó¥»¥ë"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4368,12 +4608,24 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "¥¿¥¤¥È¥ë"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¥ª¡¼¥×¥ó¤µ¤ì¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î´ûÄê¤Î¥Ñ¥¹¤òÀßÄꤷ¤Þ"
+"¤¹¡£"
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 #, fuzzy
 msgid "Caching value (ms)"
 msgstr "¥­¥ã¥Ã¥·¥ó¥°ÃÍ (ms)"
@@ -4463,12 +4715,12 @@ msgstr "
 msgid "audio filter for trivial channel mixing"
 msgstr "Èù̯¤Ê¥Á¥ã¥ó¥Í¥ë¡¦¥ß¥­¥·¥ó¥°¤Î¤¿¤á¤Î¥ª¡¼¥Ç¥£¥ª¡¦¥Õ¥£¥ë¥¿¡¼"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "A/52 ¥À¥¤¥Ê¥ß¥Ã¥¯¡¦¥ì¥ó¥¸°µ½Ì"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4481,7 +4733,8 @@ msgstr ""
 "¤³¤Î¥ª¥×¥·¥ç¥ó¤ò̵¸ú¤Ë¤·¤ÆºÆÀ¸¤¹¤ì¤Ð¡¢±Ç²è´Û¤ä¥ê¥¹¥Ë¥ó¥°¡¦¥ë¡¼¥à¤Ê¤É¤Ç¤ÎºÆÀ¸"
 "¤Ë¤è¤êŬÀڤˤʤê¤Þ¤¹¡£"
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "a52 ATSC A/52(AC-3)¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -4490,12 +4743,13 @@ msgstr "a52 ATSC A/52(AC-3)
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "A/52->S/PDIF¤Î¥«¥×¥»¥ë²½¤Î¤¿¤á¤Î¥ª¡¼¥Ç¥£¥ª¡¦¥Õ¥£¥ë¥¿¡¼"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 #, fuzzy
 msgid "DTS dynamic range compression"
 msgstr "A/52 ¥À¥¤¥Ê¥ß¥Ã¥¯¡¦¥ì¥ó¥¸°µ½Ì"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 #, fuzzy
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -4529,7 +4783,8 @@ msgstr "float32->u16
 msgid "audio filter for float32->u8 conversion"
 msgstr "float32->u8ÊÑ´¹¤Î¤¿¤á¤Î¥ª¡¼¥Ç¥£¥ª¡¦¥Õ¥£¥ë¥¿¡¼"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 #, fuzzy
 msgid "MPEG audio decoder"
 msgstr "MPEG 1/2¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -4562,6 +4817,161 @@ msgstr "fixed32->s16
 msgid "audio filter for u8->float32 conversion"
 msgstr "s16->float32ÊÑ´¹¤Î¤¿¤á¤Î¥ª¡¼¥Ç¥£¥ª¡¦¥Õ¥£¥ë¥¿¡¼"
 
+#: modules/audio_filter/equalizer.c:52
+#, fuzzy
+msgid "Equalizer preset"
+msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "ÁáÁ÷¤ê"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+#, fuzzy
+msgid "Dance"
+msgstr "¥­¥ã¥ó¥»¥ë"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Á´²èÌ̲½"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "¸À¸ì"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "À°¿ô"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "¥Ý¡¼¥ÈÈÖ¹æ"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+#, fuzzy
+msgid "Ska"
+msgstr "±ÒÀ±"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "¥Ý¡¼¥ÈÈÖ¹æ"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "float32->s8ÊÑ´¹¤Î¤¿¤á¤Î¥ª¡¼¥Ç¥£¥ª¡¦¥Õ¥£¥ë¥¿¡¼"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "¥¯¥í¡¼¥ó¿ô"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "VLC¤ò½ªÎ»"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 #, fuzzy
 msgid "audio filter for band-limited interpolation resampling"
@@ -4615,33 +5025,33 @@ msgstr "ALSA
 msgid "ALSA Device Name"
 msgstr "ALSA¥Ç¥Ð¥¤¥¹Ì¾"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "¥â¥Î¥é¥ë"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "¥Õ¥í¥ó¥È 2, ¥ê¥¢ 2"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4650,14 +5060,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr "aRts¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 #, fuzzy
 msgid "CoreAudio output"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Ü¥ê¥å¡¼¥à"
@@ -4757,7 +5167,18 @@ msgstr "OSS dsp
 msgid "Simple DirectMedia Layer audio output"
 msgstr "¥·¥ó¥×¥ë DirectMedia ¥ì¥¤¥ä¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 #, fuzzy
 msgid "Win32 waveOut extension output"
 msgstr "Win32 wave½ÐÎÏÍѳÈÄ¥¥â¥¸¥å¡¼¥ë"
@@ -4795,6 +5216,14 @@ msgstr "DV
 msgid "CMML annotations decoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 #, fuzzy
 msgid "DTS parser"
@@ -4809,11 +5238,16 @@ msgstr "
 msgid "DV video decoder"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
+
 #: modules/codec/faad.c:38
 #, fuzzy
 msgid "AAC audio decoder (using libfaad2)"
@@ -4833,33 +5267,49 @@ msgstr "
 msgid "simple"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ffmpeg ¥ª¡¼¥Ç¥£¥ª¡¿¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "ffmpeg ¥ª¡¼¥Ç¥£¥ª¡¿¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 #, fuzzy
 msgid "ffmpeg audio/video encoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 #, fuzzy
 msgid "ffmpeg demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "¥Ó¥Ç¥ªµÕž¥â¥¸¥å¡¼¥ë"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4867,11 +5317,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4883,43 +5333,43 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 #, fuzzy
 msgid "Post processing quality"
 msgstr "¸å½èÍý"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 #, fuzzy
 msgid "Visualize motion vectors"
 msgstr "¶ËÀ­"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4927,128 +5377,128 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 #, fuzzy
 msgid "ffmpeg post processing filter chains"
 msgstr "ffmpeg ¸å½èÍý¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 #, fuzzy
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 #, fuzzy
 msgid "Noise reduction"
 msgstr "ÁªÂò"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "VLC¤ò½ªÎ»"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -5056,33 +5506,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "¸å½èÍý"
 
@@ -5124,7 +5595,7 @@ msgstr "
 msgid "Flac audio encoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 #, fuzzy
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "MPEG 1/2¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -5168,7 +5639,7 @@ msgstr "
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -5247,72 +5718,72 @@ msgstr "
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 #, fuzzy
 msgid "Pseudo raw video decoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 #, fuzzy
 msgid "Pseudo raw video packetizer"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 #, fuzzy
 msgid "Speex audio decoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 #, fuzzy
 msgid "Speex audio packetizer"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 #, fuzzy
 msgid "Speex audio encoder"
 msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 #, fuzzy
 msgid "Speex comment"
 msgstr "¥¹¥¯¥ê¡¼¥ó"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 #, fuzzy
 msgid "Mode"
 msgstr "¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 #, fuzzy
 msgid "DVD subtitles decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 #, fuzzy
 msgid "Subtitles text encoding"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 #, fuzzy
 msgid "Set the encoding used in text subtitles"
 msgstr "ʸ»ú»úËë¤Ç»ÈÍѤµ¤ì¤ë¥Õ¥©¥ó¥È"
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 #, fuzzy
 msgid "Subtitles justification"
 msgstr "»úËë"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "ʸ»ú»úËë¤Ç»ÈÍѤµ¤ì¤ë¥Õ¥©¥ó¥È"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
@@ -5322,74 +5793,113 @@ msgstr "
 msgid "Tarkin decoder module"
 msgstr "MPEG 1/2¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 #, fuzzy
 msgid "Encoding quality"
 msgstr "¸å½èÍý"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 #, fuzzy
 msgid "Theora video decoder"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 #, fuzzy
 msgid "Theora video packetizer"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 #, fuzzy
 msgid "Theora video encoder"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "¥¹¥Æ¥ì¥ª"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "¥Í¥Ã¥È¥ï¡¼¥¯"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "µ¿»÷AC3¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 #, fuzzy
 msgid "Vorbis audio decoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 #, fuzzy
 msgid "Vorbis audio packetizer"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 #, fuzzy
 msgid "Vorbis audio encoder"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5417,251 +5927,259 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
+msgstr "¥³¥ó¥È¥í¡¼¥ë"
+
+#: modules/control/corba/corba.c:687
 #, fuzzy
-msgid "Corba control module"
+msgid "corba control module"
 msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 #, fuzzy
 msgid "Middle"
 msgstr "¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 #, fuzzy
 msgid "Mouse gestures control interface"
 msgstr "ÀÖ³°Àþ¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "¥ê¥¹¥È"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "Gtk+¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr "°ì»þÄä»ß"
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "ºÆÀ¸"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "»úËë(_S)"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 #, fuzzy
 msgid "Host address"
 msgstr "¥Û¥¹¥È̾/¥¢¥É¥ì¥¹"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 #, fuzzy
 msgid "Source directory"
 msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 #, fuzzy
 msgid "HTTP remote control interface"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 #, fuzzy
 msgid "Repeat time (ms)"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 #, fuzzy
 msgid "Wait time (ms)"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 #, fuzzy
 msgid "Action mapping"
 msgstr "¼«Æ°±ï¼è¤ê"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 #, fuzzy
 msgid "Infrared remote control interface"
 msgstr "ÀÖ³°Àþ¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "¥ª¡¼¥Ç¥£¥ª"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr "°ì»þÄä»ß"
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "»úËë(_S)"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "ºÆÀ¸"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5706,252 +6224,270 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "¥Í¥¤¥Æ¥£¥ÖWindows¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 #, fuzzy
 msgid "Show stream position"
 msgstr "¥µ¥Ö¡¦¥¹¥È¥ê¡¼¥à¤Î°ÌÃÖ"
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr "ľ¤Á¤Ë¸½ºß¤Î°ÌÃÖ¤ò¼¨¤·¤Þ¤¹¡£"
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 #, fuzzy
 msgid "Fake TTY"
 msgstr "µ¿»÷ TTY"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 #, fuzzy
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "TTY¤Î¾ì¹ç¡¢¶¯À©Åª¤Ëɸ½àÆþÎϤòrc¥×¥é¥°¥¤¥ó¤Ç»ÈÍѤ·¤Þ¤¹¡£"
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, fuzzy, c-format
 msgid "Volume is %d\n"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò²¼¤²¤ë"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "¥á¥¤¥ó¥¦¥£¥ó¥É¥¦¤Îɽ¼¨/Èóɽ¼¨(_I)"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 #, fuzzy
 msgid "Default to 4212"
 msgstr "ºï½ü"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 #, fuzzy
 msgid "Telnet Interface password"
 msgstr "¥á¥¤¥ó¥¦¥£¥ó¥É¥¦¤Îɽ¼¨/Èóɽ¼¨(_I)"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 #, fuzzy
 msgid "Default to admin"
 msgstr "ºï½ü"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr "¥À¥ß¡¼¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥×¥é¥°¥¤¥ó¤ò»ÈÍѤ·¤Þ¤¹¡£"
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5999,98 +6535,31 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 #, fuzzy
 msgid "Filedump demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-#, fuzzy
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "0.4°ÊÁ°¤ÎVLS¤È¤Î¸ß´¹"
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"A/52¥ª¡¼¥Ç¥£¥ª¡¦¥¹¥È¥ê¡¼¥à¤Î¥×¥í¥È¥³¥ë¤Ï¡¢vls 0.3.x¤È0.4¤Î´Ö¤ÇÊѹ¹¤Ë¤Ê¤ê¤Þ¤·"
-"¤¿¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢VLC¤ÏºÇ¿·¤Îvls¤òÁÛÄꤷ¤Þ¤¹¡£¤â¤·¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Îvls¤ò»È"
-"ÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤Þ¤¹¡£"
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-#, fuzzy
-msgid "Output MRL"
-msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏMRL"
-
-#: modules/demux/demuxstream.c:135
-#, fuzzy
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ"
-
-#: modules/demux/demuxstream.c:139
-#, fuzzy
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ(libdvdpsi)"
-
 #: modules/demux/dts.c:38
 #, fuzzy
 msgid "Raw DTS demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "¥­¥ã¥Ã¥·¥ó¥°ÃÍ (ms)"
-
-#: modules/demux/dvdnav.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-"udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
-"Äꤷ¤Þ¤¹¡£"
-
-#: modules/demux/dvdnav.c:54
-#, fuzzy
-msgid "DVDnav Input"
-msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
-
-#: modules/demux/dvdnav.c:63
-#, fuzzy
-msgid "DVDnav Input (demux)"
-msgstr "DVDÆɤ߹þ¤ß¥â¥¸¥å¡¼¥ë"
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6099,43 +6568,58 @@ msgstr ""
 "udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
 "Äꤷ¤Þ¤¹¡£"
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
+
+#: modules/demux/mkv.cpp:87
 #, fuzzy
 msgid "Matroska stream demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 #, fuzzy
 msgid "Segment filename"
 msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 #, fuzzy
 msgid "Muxing application"
 msgstr "¤³¤Î¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 #, fuzzy
 msgid "Writing application"
 msgstr "¿âľÊý¸þ°ÌÃÖ"
@@ -6221,7 +6705,7 @@ msgstr "MPEG 1/2
 msgid "MPEG-4 video demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 #, fuzzy
 msgid "MPEG-I/II audio demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
@@ -6231,33 +6715,6 @@ msgstr "MPEG 1/2
 msgid "MPEG-I/II video demuxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "ISO 13818-1 MPEG¥×¥í¥°¥é¥à¡¦¥¹¥È¥ê¡¼¥àÆþÎÏ"
-
-#: modules/demux/mpeg/system.c:55
-#, fuzzy
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "°ìÈÌŪ¤ÊISO 13818-1 MPEG¿½ÅÁ÷¿®"
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "»úËë(_S)"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "»úËë(_S)"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ(libdvdpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -6277,7 +6734,7 @@ msgstr "
 msgid "M3U playlist import"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "¥ê¥¹¥È"
@@ -6306,12 +6763,63 @@ msgstr "MPEG 1/2
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+#, fuzzy
+msgid "Text subtitles demux"
+msgstr "»úËë¤ÎÁªÂò"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "¥¹¥È¥ê¡¼¥à¤ÎžÁ÷"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "ÏѶʥ⡼¥É"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 #, fuzzy
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "¥·¥ó¥×¥ë¤Êid3¥¿¥°¡¦¥¹¥­¥Ã¥Ñ"
 
@@ -6328,11 +6836,6 @@ msgstr ""
 msgid "Country"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/demux/util/id3genres.h:31
-#, fuzzy
-msgid "Dance"
-msgstr "¥­¥ã¥ó¥»¥ë"
-
 #: modules/demux/util/id3genres.h:32
 #, fuzzy
 msgid "Disco"
@@ -6372,10 +6875,6 @@ msgstr ""
 msgid "Other"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò±£¤¹"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -6384,18 +6883,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -6404,11 +6891,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-#, fuzzy
-msgid "Ska"
-msgstr "±ÒÀ±"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6454,10 +6936,6 @@ msgstr "
 msgid "Trance"
 msgstr "¥­¥ã¥ó¥»¥ë"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6665,20 +7143,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr "id3¥¿¥°¥Ñ¡¼¥µ¤Çlibid3tag¤ò»ÈÍÑ"
 
-#: modules/demux/util/sub.c:74
-#, fuzzy
-msgid "Text subtitles demux"
-msgstr "»úËë¤ÎÁªÂò"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-#, fuzzy
-msgid "Delay subtitles (in 1/10s)"
-msgstr "»úËë¤ÎÁªÂò"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6708,121 +7172,139 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "¥­¥ã¥ó¥»¥ë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "³«¤¯"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "ÀßÄê..."
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "¥á¥Ã¥»¡¼¥¸"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "¥Õ¥¡¥¤¥ë"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 #, fuzzy
 msgid "Open Disc"
 msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯(_D)..."
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 #, fuzzy
 msgid "Open Subtitles"
 msgstr "»úËë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "VideoLAN¤Ë¤Ä¤¤¤Æ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "»úËë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 #, fuzzy
 msgid "Prev Title"
 msgstr "Á°¤Î¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 #, fuzzy
 msgid "Next Title"
 msgstr "¼¡¤Î¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 #, fuzzy
 msgid "Go to Title"
 msgstr "¥¿¥¤¥È¥ë"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 #, fuzzy
 msgid "Go to Chapter"
 msgstr "¥Á¥ã¥×¥¿¡¼"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 #, fuzzy
 msgid "Speed"
 msgstr "ÁªÂòºÑ¤ß"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "¥¦¥£¥ó¥É¥¦"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "»úËë¤ÎÁªÂò"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "»úËë¤ÎÁªÂò"
@@ -6831,77 +7313,79 @@ msgstr "
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "¥ê¥¹¥È"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "ÊĤ¸¤ë"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "ÊÔ½¸"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "¤¹¤Ù¤Æ¤òÁªÂò"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 #, fuzzy
 msgid "Select None"
 msgstr "ÁªÂò"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 #, fuzzy
 msgid "Remove All"
 msgstr "¤¹¤Ù¤Æ¤òÁªÂò"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "ɽ¼¨(_V)"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 #, fuzzy
 msgid "Path"
 msgstr "¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "̾Á°"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "¥â¥¸¥å¡¼¥ë"
@@ -6913,7 +7397,7 @@ msgstr "Ŭ
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Êݸ"
@@ -6958,10 +7442,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 #, fuzzy
 msgid "Show tooltips"
@@ -6993,7 +7473,20 @@ msgstr ""
 "ÀßÄê¥á¥Ë¥å¡¼¤Î¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¡¦¥¦¥£¥ó¥É¥¦¤¬Àê¤á¤ë¹â¤µ¤ÎºÇÂçÃͤòÀßÄê¤Ç¤­"
 "¤Þ¤¹¡£"
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+#, fuzzy
+msgid "Interface default search path"
+msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î´ûÄê¤Î¸¡º÷¥Ñ¥¹"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"¥Õ¥¡¥¤¥ë¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¥ª¡¼¥×¥ó¤µ¤ì¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Î´ûÄê¤Î¥Ñ¥¹¤òÀßÄꤷ¤Þ"
+"¤¹¡£"
+
+#: modules/gui/gtk/gnome.c:77
 #, fuzzy
 msgid "GNOME interface"
 msgstr "GNOME¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
@@ -7107,20 +7600,15 @@ msgid "Select audio channel"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Á¥ã¥ó¥Í¥ë¤ÎÁªÂò"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò¾å¤²¤ë"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "¥Ü¥ê¥å¡¼¥à¤ò²¼¤²¤ë"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "DVD¥Ç¥Ð¥¤¥¹"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -7138,7 +7626,7 @@ msgstr "
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "¥¹¥¯¥ê¡¼¥ó"
 
@@ -7152,8 +7640,9 @@ msgid "_Video"
 msgstr "¥Ó¥Ç¥ª"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -7209,7 +7698,7 @@ msgid "Slow"
 msgstr "¥¹¥í¡¼"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 #, fuzzy
 msgid "Play slower"
 msgstr "¥¹¥í¡¼ºÆÀ¸"
@@ -7221,13 +7710,14 @@ msgid "Fast"
 msgstr "ÁáÁ÷¤ê"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 #, fuzzy
 msgid "Play faster"
 msgstr "ÁáÁ÷¤êºÆÀ¸"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 #, fuzzy
 msgid "Open playlist"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
@@ -7335,7 +7825,7 @@ msgid "Open Target:"
 msgstr "¥¿¡¼¥²¥Ã¥È¤ò³«¤¯"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7345,53 +7835,53 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "¥Ö¥é¥¦¥º..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "¥Ç¥£¥¹¥¯¡¦¥¿¥¤¥×"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 #, fuzzy
 msgid "Audio CD"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "UDP¥Þ¥ë¥Á¥­¥ã¥¹¥È"
 
@@ -7399,24 +7889,24 @@ msgstr "UDP
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "¥Ý¡¼¥ÈÈÖ¹æ"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "¥Û¥¹¥È̾/¥¢¥É¥ì¥¹"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯"
 
@@ -7424,10 +7914,6 @@ msgstr "
 msgid "Symbol Rate"
 msgstr "¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "¼þÇÈ¿ô"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "¶ËÀ­"
@@ -7449,13 +7935,13 @@ msgid "Satellite"
 msgstr "±ÒÀ±"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 #, fuzzy
 msgid "delay"
 msgstr "ºÆÀ¸"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7465,8 +7951,8 @@ msgid "stream output"
 msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 #, fuzzy
 msgid "Settings..."
 msgstr "ÀßÄê(_S)"
@@ -7496,19 +7982,19 @@ msgid "Invert"
 msgstr "µÕž"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "ÁªÂò"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "ÄɲÃ"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "ºï½ü"
 
@@ -7531,12 +8017,12 @@ msgid "Destination Target: "
 msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7578,7 +8064,7 @@ msgstr "
 msgid "Couldn't create pixmap from file: %s"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤«¤é¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¤òÀ¸À®¤Ç¤­¤Þ¤»¤ó"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 #, fuzzy
 msgid "Gtk+ interface"
 msgstr "Gtk+¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
@@ -7696,15 +8182,15 @@ msgstr ""
 msgid "Open Target"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7786,12 +8272,12 @@ msgstr "
 msgid "Error loading pixmap file: %s"
 msgstr "¥Ô¥Ã¥¯¥¹¥Þ¥Ã¥×¡¦¥Õ¥¡¥¤¥ë %s ¤Î¥í¡¼¥É¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿¡£"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "¥¿¥¤¥È¥ë %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "¥Á¥ã¥×¥¿¡¼ %d"
@@ -7945,7 +8431,7 @@ msgstr "
 msgid "Opening file..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯(_O)..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
@@ -7962,7 +8448,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "¥ª¥Õ"
 
@@ -8008,437 +8494,458 @@ msgstr "
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 #, fuzzy
 msgid "About VLC media player"
 msgstr "VLC¥á¥Ç¥£¥¢¡¦¥×¥ì¥¤¥ä¡¼¤Ë¤Ä¤¤¤Æ"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 #, fuzzy
 msgid "Random Off"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "¤¹¤Ù¤Æ¤òÁªÂò"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 #, fuzzy
 msgid "Repeat Off"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 #, fuzzy
 msgid "Repeat One"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 #, fuzzy
 msgid "Half Size"
 msgstr "¥µ¥¤¥º"
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "¥¹¥¯¥ê¡¼¥ó"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 #, fuzzy
 msgid "Step Forward"
 msgstr "žÁ÷"
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 #, fuzzy
 msgid "Step Backward"
 msgstr "µÕžºÆÀ¸"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+#, fuzzy
+msgid "Enable"
+msgstr "¥Ó¥Ç¥ª¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
+
+#: modules/gui/macosx/intf.m:375
 #, fuzzy
 msgid "VLC - Controller"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "´¬¤­Ì᤹"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 #, fuzzy
 msgid "Fast Forward"
 msgstr "žÁ÷"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 #, fuzzy
 msgid "Preferences..."
 msgstr "ÀßÄê(_P)..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 #, fuzzy
 msgid "Services"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "VLC¤ò±£¤¹"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò±£¤¹"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "¤¹¤Ù¤Æ¤òɽ¼¨"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "VLC¤ò½ªÎ»"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¤ò³«¤¯"
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "ºÇ¶á»È¤Ã¤¿¹àÌܤò³«¤¯"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "¥á¥Ë¥å¡¼¤ò¥¯¥ê¥¢¤¹¤ë"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "¥«¥Ã¥È"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "¥³¥Ô¡¼"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "¥Ú¡¼¥¹¥È"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "¥¯¥ê¥¢"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "¥¦¥£¥ó¥É¥¦¤òºÇ¾®²½"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "¥¦¥£¥ó¥É¥¦¤òÊĤ¸¤ë"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 #, fuzzy
 msgid "Controller"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "¤¹¤Ù¤Æ¤òÁ°¤Ë"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 #, fuzzy
 msgid "Help"
 msgstr "¥Ø¥ë¥×"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 #, fuzzy
 msgid "ReadMe..."
 msgstr "¥á¥Ã¥»¡¼¥¸..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 #, fuzzy
 msgid "Online Documentation"
 msgstr "¥â¡¼¥·¥ç¥óÊäÀµ¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 #, fuzzy
 msgid "VideoLAN Website"
 msgstr "VideoLAN¥¯¥é¥¤¥¢¥ó¥È"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "¥é¥¤¥»¥ó¥¹"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "¥¨¥é¡¼"
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 #, fuzzy
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr "Í׵ᤵ¤ì¤¿½èÍý¤Î¼Â¹Ô¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿ :"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 #, fuzzy
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr "¤â¤·¡¢¥Ð¥°¤Ç¤¢¤ë¤È»×¤ï¤ì¤ë¤Ê¤é¡¢°Ê²¼¤Î¼ê½ç¤Ë¤·¤¿¤¬¤Ã¤Æ¤¯¤À¤µ¤¤ :"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "¥á¥Ã¥»¡¼¥¸¥¦¥£¥ó¥É¥¦¤òɽ¼¨"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "¤ä¤êľ¤·"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 #, fuzzy
 msgid "No CrashLog found"
 msgstr "%@s ¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 #, fuzzy
 msgid "Video device"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 #, fuzzy
 msgid "Stretch Aspect Ratio"
 msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "¥¹¥³¡¼¥×¸ú²Ì"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
 msgid "Fill fullscreen"
 msgstr "Á´²èÌ̲½"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "¥½¡¼¥¹¤ò³«¤¯"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "¥á¥Ç¥£¥¢¡¦¥ê¥½¡¼¥¹¡¦¥í¥±¡¼¥¿ (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "¥Õ¥¡¥¤¥ë¤È¤·¤Æ¤Ç¤Ï¤Ê¤¯¡¢¥Ñ¥¤¥×¤È¤·¤Æ°·¤¦"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "VIDEO_TS¥Õ¥©¥ë¥À"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 #, fuzzy
 msgid "Load subtitles file:"
 msgstr "»úËë"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+#, fuzzy
+msgid "Subtitles encoding"
+msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "%@s ¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "VIDEO_TS¥Ç¥£¥ì¥¯¥È¥ê¤ò³«¤¯"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 #, fuzzy
 msgid "Advanced output:"
 msgstr "ALSA¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 #, fuzzy
 msgid "Play locally"
 msgstr "¥¹¥í¡¼ºÆÀ¸"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 #, fuzzy
 msgid "Dump raw input"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 #, fuzzy
 msgid "Transcode options"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î°ì»þÄä»ß"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "±ÒÀ±"
+
+#: modules/gui/macosx/output.m:180
 #, fuzzy
 msgid "Stream Announcing"
 msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 #, fuzzy
 msgid "Channel Name"
 msgstr "¥Á¥ã¥ó¥Í¥ë¡¦¥µ¡¼¥Ð¡¼"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÊݸ"
 
@@ -8465,7 +8972,7 @@ msgstr ""
 msgid "Properties"
 msgstr "¥×¥í¥°¥é¥à¤ÎÁªÂò"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8504,7 +9011,6 @@ msgstr "
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "¥°¥ë¡¼¥×"
 
@@ -8517,50 +9023,50 @@ msgstr "
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 #, fuzzy
 msgid "Command"
 msgstr "¥³¥Ô¡¼"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 #, fuzzy
 msgid "Control"
 msgstr "¥³¥ó¥È¥í¡¼¥ë"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "ÀßÄê..."
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 #, fuzzy
 msgid "Continue"
 msgstr "ÀßÄê"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8569,7 +9075,18 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr "VLC¤¬¥×¥é¥°¥¤¥ó¤ò¸«¤Ä¤±¤ë¤È¤­¤Ë¸¡º÷¤µ¤ì¤ëÄɲäΥѥ¹¤òÀßÄꤷ¤Þ¤¹¡£"
+
+#: modules/gui/ncurses.c:92
 #, fuzzy
 msgid "ncurses interface"
 msgstr "ncurses¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
@@ -8590,7 +9107,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Gtk+¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 #, fuzzy
 msgid "Filename"
 msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
@@ -8608,7 +9125,7 @@ msgstr "
 msgid "Owner"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò±£¤¹"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 #, fuzzy
 msgid "Time"
 msgstr "¥¿¥¤¥È¥ë"
@@ -9054,273 +9571,388 @@ msgstr "
 msgid "Qt interface"
 msgstr "Qt¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 #, fuzzy
 msgid "Open a skin file"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
 #, fuzzy
-msgid "Skinnable interface"
-msgstr "¥á¥¤¥ó¥¦¥£¥ó¥É¥¦¤Îɽ¼¨/Èóɽ¼¨(_I)"
+msgid "Save playlist"
+msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr ""
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "¥á¥¤¥ó¥¦¥£¥ó¥É¥¦¤Îɽ¼¨/Èóɽ¼¨(_I)"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "ÁªÂò"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯(_D)..."
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "¥ê¥¹¥È"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 #, fuzzy
 msgid "Size offset"
 msgstr "±¢¤Î¥ª¥Õ¥»¥Ã¥È"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 #, fuzzy
 msgid "Time offset"
 msgstr "¿âľ¥ª¥Õ¥»¥Ã¥È"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "ÁªÂò"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "%@s ¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "VCDÆþÎϥ⥸¥å¡¼¥ë"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+#, fuzzy
+msgid "Restore Defaults"
+msgstr "ºï½ü"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+#, fuzzy
+msgid "Hue"
+msgstr "ÊĤ¸¤ë"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+#, fuzzy
+msgid "Contrast"
+msgstr "¥³¥ó¥È¥í¡¼¥ë"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+#, fuzzy
+msgid "Saturation"
+msgstr "»ý³´ü´Ö"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+#, fuzzy
+msgid "Gamma"
+msgstr "̾Á°"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "ÀßÄê(_S)"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+#, fuzzy
+msgid "Aspect Ratio"
+msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "DVD¥Ç¥Ð¥¤¥¹"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "¥Ø¥Ã¥É¥Û¡¼¥ó¤Î²¾ÁÛŪ¤Ê²»¤Î¹­¤¬¤ê¸ú²Ì"
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "¶ËÀ­"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "VLC¤ò½ªÎ»"
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤Î°õºþ"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+#, fuzzy
+msgid "Extended controls"
+msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë"
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 #, fuzzy
 msgid "Stream and media info"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à(_N)..."
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-#, fuzzy
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
-
-#: modules/gui/wxwindows/interface.cpp:347
+#: modules/gui/wxwindows/interface.cpp:325
 #, fuzzy
-msgid "New Wizard..."
+msgid "&Wizard...\tCtrl-W"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È..."
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "¥á¥Ã¥»¡¼¥¸..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 #, fuzzy
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 #, fuzzy
 msgid "&File"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 #, fuzzy
 msgid "&View"
 msgstr "ɽ¼¨(_V)"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 #, fuzzy
 msgid "&Settings"
 msgstr "ÀßÄê(_S)"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 #, fuzzy
 msgid "&Audio"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 #, fuzzy
 msgid "&Video"
 msgstr "¥Ó¥Ç¥ª"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 #, fuzzy
 msgid "&Navigation"
 msgstr "¥Ê¥Ó¥²¡¼¥·¥ç¥ó(_N)"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 #, fuzzy
 msgid "&Help"
 msgstr "¥Ø¥ë¥×(_H)"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 #, fuzzy
 msgid "Previous playlist item"
 msgstr "Á°¤Î¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 #, fuzzy
 msgid "Next playlist item"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-#, fuzzy
-msgid "Enable"
-msgstr "¥Ó¥Ç¥ª¤òÍ­¸ú¤Ë¤¹¤ë"
-
-#: modules/gui/wxwindows/interface.cpp:552
-#, fuzzy
-msgid "Restore Defaults"
-msgstr "ºï½ü"
-
-#: modules/gui/wxwindows/interface.cpp:555
-#, fuzzy
-msgid "Hue"
-msgstr "ÊĤ¸¤ë"
-
-#: modules/gui/wxwindows/interface.cpp:561
-#, fuzzy
-msgid "Contrast"
-msgstr "¥³¥ó¥È¥í¡¼¥ë"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:571
-#, fuzzy
-msgid "Saturation"
-msgstr "»ý³´ü´Ö"
-
-#: modules/gui/wxwindows/interface.cpp:576
-#, fuzzy
-msgid "Gamma"
-msgstr "̾Á°"
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "ÀßÄê(_S)"
-
-#: modules/gui/wxwindows/interface.cpp:616
-#, fuzzy
-msgid "Aspect Ratio"
-msgstr "¥½¡¼¥¹¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
-
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "ÀßÄê(_S)"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 #, fuzzy
 msgid "&Preferences..."
 msgstr "ÀßÄê(_P)..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 #, fuzzy
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr "¥Í¥¤¥Æ¥£¥ÖWindows¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "VideoLAN¤Ë¤Ä¤¤¤Æ"
@@ -9341,7 +9973,7 @@ msgid "Group Info"
 msgstr "¥°¥ë¡¼¥×"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 #, fuzzy
 msgid "New Group"
 msgstr "¥°¥ë¡¼¥×"
@@ -9351,52 +9983,62 @@ msgstr "
 msgid "Options"
 msgstr "ÀßÄê(_S)"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 #, fuzzy
 msgid "Open &File..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 #, fuzzy
 msgid "Open &Disc..."
 msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 #, fuzzy
 msgid "Open &Network Stream..."
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à(_N)..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "¥á¥Ã¥»¡¼¥¸..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 #, fuzzy
 msgid "Audio menu"
 msgstr "ÀßÄê(_S)"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 #, fuzzy
 msgid "Video menu"
 msgstr "ÀßÄê(_S)"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 #, fuzzy
 msgid "Input menu"
 msgstr "ÆþÎÏ"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -9410,221 +10052,223 @@ msgstr "
 msgid "Save Messages As..."
 msgstr "¥á¥Ã¥»¡¼¥¸..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "ALSA¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 #, fuzzy
 msgid "Advanced options"
 msgstr "ALSA¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "ÀßÄê(_S)"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "³«¤¯..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "³«¤¯"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "»úËë"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
+msgid "Subtitles track"
+msgstr "»úËë(_S)"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr "¥ë¡¼¥×"
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 #, fuzzy
 msgid "&Simple Add..."
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯(_O)..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 #, fuzzy
 msgid "&Open Playlist..."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 #, fuzzy
 msgid "&Save Playlist..."
 msgstr "¥×¥ì¥¤¥ê¥¹¥È..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 #, fuzzy
 msgid "&Close"
 msgstr "ÊĤ¸¤ë"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 #, fuzzy
 msgid "Sort by &title"
 msgstr "»úËë(_S)"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 #, fuzzy
 msgid "&Reverse sort by title"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 #, fuzzy
 msgid "Sort by &author"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 #, fuzzy
 msgid "Reverse sort by author"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 #, fuzzy
 msgid "Sort by &group"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 #, fuzzy
 msgid "Reverse sort by group"
 msgstr "¥µ¡¼¥Ð¡¼¡¦¥Ý¡¼¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 #, fuzzy
 msgid "&Enable"
 msgstr "¥Ó¥Ç¥ª¤òÍ­¸ú¤Ë¤¹¤ë"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 #, fuzzy
 msgid "&Invert"
 msgstr "µÕž"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "ºï½ü"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 #, fuzzy
 msgid "&Select All"
 msgstr "¤¹¤Ù¤Æ¤òÁªÂò"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 #, fuzzy
 msgid "&Manage"
 msgstr "¸À¸ì"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 #, fuzzy
 msgid "S&ort"
 msgstr "¥Ý¡¼¥ÈÈÖ¹æ"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 #, fuzzy
 msgid "&Selection"
 msgstr "ÁªÂò"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 #, fuzzy
 msgid "&Groups"
 msgstr "¥°¥ë¡¼¥×"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-#, fuzzy
-msgid "Item info"
-msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 #, fuzzy
 msgid "M3U file"
 msgstr "¥Õ¥¡¥¤¥ë"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÊݸ"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "¥ê¥¹¥È"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-#, fuzzy
-msgid "Save playlist"
-msgstr "¥×¥ì¥¤¥ê¥¹¥È¤ò³«¤¯"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 #, fuzzy
 msgid "Enter a name for the new group:"
 msgstr "¶è²è¤«¤é±ï¼è¤ê¤Þ¤Ç¤Î¥¸¥ª¥á¥È¥ê¤ò»ØÄê"
@@ -9654,114 +10298,80 @@ msgstr "
 msgid "Choose file"
 msgstr "¥¿¥¤¥È¥ë¤ÎÁªÂò"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏMRL"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 #, fuzzy
 msgid "Destination Target:"
 msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 #, fuzzy
 msgid "Output methods"
 msgstr "½ÐÎÏ¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 #, fuzzy
 msgid "Miscellaneous options"
 msgstr "¤½¤Î¾"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 #, fuzzy
 msgid "Channel name"
 msgstr "¥Á¥ã¥ó¥Í¥ë¡¦¥µ¡¼¥Ð¡¼"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 #, fuzzy
 msgid "Transcoding options"
 msgstr "»ý³´ü´Ö"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 #, fuzzy
 msgid "Video codec"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "±ÒÀ±"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 #, fuzzy
 msgid "Audio codec"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 #, fuzzy
 msgid "Save file"
 msgstr "¥Õ¥¡¥¤¥ë¤ÎÊݸ"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-#, fuzzy
-msgid "Choose..."
-msgstr "¥Ö¥é¥¦¥º..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-#, fuzzy
-msgid "Start!"
-msgstr "±ÒÀ±"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 #, fuzzy
 msgid "Subtitles file"
 msgstr "»úËë"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-#, fuzzy
-msgid "Subtitles encoding"
-msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 #, fuzzy
 msgid "Subtitles options"
 msgstr "»úËë"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+#, fuzzy
+msgid "Delay subtitles (in 1/10s)"
+msgstr "»úËë¤ÎÁªÂò"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9877,53 +10487,49 @@ msgstr "
 msgid "Dummy font renderer function"
 msgstr "¥À¥ß¡¼¤Îµ¡Ç½¥â¥¸¥å¡¼¥ë"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 #, fuzzy
 msgid "Font"
 msgstr "¥Õ¥©¥ó¥È"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Smaller"
 msgstr "±ÒÀ±"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 #, fuzzy
 msgid "Large"
 msgstr "¸À¸ì"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9990,11 +10596,11 @@ msgstr "MMX
 msgid "AltiVec memcpy"
 msgstr "AltiVec memcpy¥â¥¸¥å¡¼¥ë"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 #, fuzzy
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
@@ -10003,7 +10609,7 @@ msgstr ""
 "udp¥¹¥È¥ê¡¼¥à¤Ç»ÈÍѤµ¤ì¤ë´ûÄê¤Î¥­¥ã¥Ã¥·¥ó¥°Ãͤ¬Êѹ¹²Äǽ¤Ç¤¹¡£Ã±°Ì¤Ï¥ß¥êÉäǻØ"
 "Äꤷ¤Þ¤¹¡£"
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "IPv4¥Í¥Ã¥È¥ï¡¼¥¯Ãê¾Ý¥ì¥¤¥ä"
 
@@ -10098,6 +10704,16 @@ msgstr "
 msgid "X Screensaver disabler"
 msgstr "¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹²½¥â¥¸¥å¡¼¥ë"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "¥Õ¥¡¥¤¥ë¤ÎÊݸ"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "C¥â¥¸¥å¡¼¥ë(²¿¤â¤·¤Þ¤»¤ó)"
@@ -10106,38 +10722,38 @@ msgstr "C
 msgid "Miscellaneous stress tests"
 msgstr "¤½¤Î¾ Éé²Ù¥Æ¥¹¥È"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "¥³¥Ô¡¼"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 #, fuzzy
 msgid "ASF muxer"
 msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -10169,43 +10785,43 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "¥Ó¥Ç¥ª"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 #, fuzzy
 msgid "Shaping delay (ms)"
 msgstr "¥­¥ã¥Ã¥·¥ó¥°ÃÍ (ms)"
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -10214,58 +10830,64 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr ""
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "½ÐÎÏ¥Õ¥©¡¼¥Þ¥Ã¥È"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "MPEG 1/2¥ì¥¤¥ä1/2¥ª¡¼¥Ç¥£¥ª¡¦¥Ç¥³¡¼¥À"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -10355,7 +10977,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "½ÐÎÏ¥Õ¥©¡¼¥Þ¥Ã¥È"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 #, fuzzy
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
@@ -10385,7 +11007,7 @@ msgstr "VLC
 msgid "Output URL"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏMRL"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 #, fuzzy
 msgid "Allows you to specify the output URL used for the streaming output."
@@ -10422,47 +11044,99 @@ msgstr "
 msgid "Gathering stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-#, fuzzy
-msgid "Session name"
-msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
-
 #: modules/stream_out/rtp.c:44
-#, fuzzy
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 #, fuzzy
 msgid "Muxer"
 msgstr "¥ß¥å¡¼¥È¤¹¤ë"
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+#, fuzzy
+msgid "Session name"
+msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
+
 #: modules/stream_out/rtp.c:56
 #, fuzzy
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "ÀâÌÀ"
+
 #: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "ÀßÄê(_S)"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏÀè¤ÎÁªÂò"
@@ -10509,163 +11183,207 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 #, fuzzy
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "ÀßÄê(_S)"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "¥ª¡¼¥Ç¥£¥ª"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "¥Î¥ó¥¤¥ó¥¿¥ì¡¼¥¹²½¥â¡¼¥É"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 #, fuzzy
 msgid "Allows you to specify the output video height."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "ÀßÄê(_S)"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "ÀßÄê(_S)"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "¥Ó¥Ç¥ª¤Î¹â¤µ"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "¥ª¡¼¥Ç¥£¥ª"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 #, fuzzy
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "¥·¥ó¥Ü¥ë¡¦¥ì¡¼¥È"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 #, fuzzy
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Á¥ã¥ó¥Í¥ë¤ÎÁªÂò"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Á÷¿®Àè¤Î¥¢¥¹¥Ú¥¯¥È¡¦¥ì¥·¥ª"
+
 #: modules/stream_out/transcode.c:110
 #, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/stream_out/transcode.c:113
+#, fuzzy
 msgid "Number of threads"
 msgstr "¹Ô¿ô"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "¥¹¥È¥ê¡¼¥à¤Î°ì»þÄä»ß"
@@ -10751,13 +11469,19 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
+
 #: modules/video_filter/clone.c:55
 #, fuzzy
 msgid "Number of clones"
 msgstr "¥¯¥í¡¼¥ó¿ô"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
 msgstr "¥Ó¥Ç¥ª¤ò¥¯¥í¡¼¥ó¤¹¤ë¤¿¤á¤Ë¥Ó¥Ç¥ª¡¦¥¦¥£¥ó¥É¥¦¿ô¤òÁªÂò¤¹¤ë"
 
 #: modules/video_filter/clone.c:59
@@ -10766,7 +11490,7 @@ msgid "List of video output modules"
 msgstr "¥Ó¥Ç¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10849,7 +11573,7 @@ msgid "Logo filename"
 msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10857,7 +11581,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10869,7 +11593,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10883,7 +11607,8 @@ msgid "Blur factor (1-127)"
 msgstr "¤«¤¹¤Þ¤»¤ëÍ×ÁÇ"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "¤«¤¹¤Þ¤»¤ë³ä¹ç¤¤(1¤«¤é127)"
 
 #: modules/video_filter/motionblur.c:58
@@ -10935,7 +11660,7 @@ msgstr "
 #: modules/video_filter/wall.c:54
 #, fuzzy
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr "¥Ó¥Ç¥ª¤Ëʬ³ä¤¹¤ë¿åÊ¿Êý¸þ¤Î¥Ó¥Ç¥ª¡¦¥¦¥£¥ó¥É¥¦¿ô"
 
 #: modules/video_filter/wall.c:57
@@ -10945,7 +11670,8 @@ msgstr "
 
 #: modules/video_filter/wall.c:58
 #, fuzzy
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr "¥Ó¥Ç¥ª¤Ëʬ³ä¤¹¤ë¿âľÊý¸þ¤Î¥Ó¥Ç¥ª¡¦¥¦¥£¥ó¥É¥¦¿ô"
 
 #: modules/video_filter/wall.c:61
@@ -10973,12 +11699,12 @@ msgstr "ASCII
 msgid "color ASCII art video output"
 msgstr "ASCII¥¢¡¼¥È¡¦¥Ó¥Ç¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 #, fuzzy
 msgid "Use hardware YUV->RGB conversions"
 msgstr "¥Ï¡¼¥É¥¦¥§¥¢¤Ë¤è¤ë YUV->RGBÊÑ´¹¤ò»ÈÍÑ"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10986,12 +11712,12 @@ msgstr ""
 "YUV->RGB¤Î¥Ï¡¼¥É¥¦¥§¥¢¡¦¥¢¥¯¥»¥é¥ì¡¼¥·¥ç¥ó¤Î»ÈÍѤò»î¤ß¤Þ¤¹¡£¥ª¡¼¥Ð¥ì¥¤¤ò»ÈÍÑ"
 "¤¹¤ë¾ì¹ç¤Ë¤Ï²¿¤Î¸ú²Ì¤â¤¢¤ê¤Þ¤»¤ó¡£"
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 #, fuzzy
 msgid "Use video buffers in system memory"
 msgstr "¥·¥¹¥Æ¥à¥á¥â¥êÃæ¤Î¥Ó¥Ç¥ª¥Ð¥Ã¥Õ¥¡¤ò»ÈÍѤ¹¤ë"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -11003,32 +11729,52 @@ msgstr ""
 "¥ª¥×¥·¥ç¥ó¤Ï¿ä¾©¤·¤Þ¤»¤ó¡£(¥ê¥¹¥±¡¼¥ê¥ó¥°¤äYUV->RGBÊÑ´¹)¥ª¡¼¥Ð¥ì¥¤¤ò»ÈÍѤ¹¤ë"
 "¾ì¹ç¤Ë¤Ï²¿¤Î¸ú²Ì¤â¤¢¤ê¤Þ¤»¤ó¡£"
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 #, fuzzy
 msgid "DirectX video output"
 msgstr "DirectX¥Ó¥Ç¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "±ÒÀ±"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 #, fuzzy
 msgid "Framebuffer device"
@@ -11045,8 +11791,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "Linux¥³¥ó¥½¡¼¥ë¡¦¥Õ¥ì¡¼¥à¡¦¥Ð¥Ã¥Õ¥¡¡¦¥â¥¸¥å¡¼¥ë"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "X11¥Ç¥£¥¹¥×¥ì¥¤Ì¾"
 
@@ -11064,11 +11810,31 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "¥Õ¥ë¥¹¥¯¥ê¡¼¥ó½ÐÎÏ"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "EsounD¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
+
 #: modules/video_output/mga.c:59
 #, fuzzy
 msgid "Matrox Graphic Array video output"
 msgstr "Matrox¥°¥é¥Õ¥£¥Ã¥¯¡¦¥¢¥ì¥¤¡¦¥Ó¥Ç¥ª¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "¼¡¤Î¥Á¥ã¥×¥¿¡¼¤òÁªÂò"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "VLC¤¬ÁªÂò¤¹¤ë¥Ñ¥±¥Ã¥¿¥é¥¤¥¶¡¼¤Î½ç½ø¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "¥ª¡¼¥Ð¡¼¥ì¥¤"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "Ëä¤á¹þ¤ßQT¤ÎX11¥Ç¥£¥¹¥×¥ì¥¤Ì¾"
@@ -11091,6 +11857,43 @@ msgstr "QT
 msgid "Simple DirectMedia Layer video output"
 msgstr "¥·¥ó¥×¥ë DirectMedia ¥ì¥¤¥ä¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "¥¢¥¯¥»¥¹¡¦¥â¥¸¥å¡¼¥ë"
+
 #: modules/video_output/svgalib.c:53
 #, fuzzy
 msgid "SVGAlib video output"
@@ -11101,12 +11904,26 @@ msgstr "
 msgid "Windows GDI video output"
 msgstr "¥Ó¥Ç¥ª½ÐÎϥ⥸¥å¡¼¥ë"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "XVideo¥¢¥À¥×¥¿ÈÖ¹æ"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤¬Ê£¿ô¤Î¥¢¥À¥×¥¿¤òÄ󶡤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¤É¤ì¤ò"
+"»ÈÍѤ¹¤ë¤«¤òÁªÂò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£(¤³¤ì¤ÏÊѹ¹¤¹¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 #, fuzzy
 msgid "Alternate fullscreen method"
 msgstr "ÂåÂؤ¨¥Õ¥ë¥¹¥¯¥ê¡¼¥ó"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 #, fuzzy
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
@@ -11123,7 +11940,8 @@ msgstr ""
 "2) ´°Á´¤Ë¥¦¥£¥ó¥É¥¦¡¦¥Þ¥Í¡¼¥¸¥ã¡¼¤ò¥Ð¥¤¥Ñ¥¹¤¹¤ë¥Õ¥ë¥¹¥¯¥ê¡¼¥ó¡¦¥â¡¼¥É\n"
 "   ¥Ó¥Ç¥ª¤Î¾å¤Ë²¿¤âɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£"
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -11131,6 +11949,22 @@ msgstr ""
 "»ÈÍѤ·¤¿¤¤X11¤Î¥Ï¡¼¥É¥¦¥§¥¢¡¦¥Ç¥£¥¹¥×¥ì¥¤¤ò»ØÄꤷ¤Þ¤¹¡£\n"
 "¥Ç¥Õ¥©¥ë¥È¤Ç¤ÏVLC¤Ï¡¢DISPLAY´Ä¶­ÊÑ¿ô¤ËÀßÄꤵ¤ì¤Æ¤¤¤ë¤â¤Î¤ò»ÈÍѤ·¤Þ¤¹¡£"
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+#, fuzzy
+msgid "Screen to be used for fullscreen mode."
+msgstr "Á´²èÌÌɽ¼¨¤ÎÀÚÂؤ¨"
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 #, fuzzy
 msgid "Use shared memory"
@@ -11144,29 +11978,11 @@ msgstr "
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 #, fuzzy
 msgid "X11 video output"
 msgstr "¥ª¡¼¥Ð¡¼¥ì¥¤"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "XVideo¥¢¥À¥×¥¿ÈÖ¹æ"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"¥°¥é¥Õ¥£¥Ã¥¯¥«¡¼¥É¤¬Ê£¿ô¤Î¥¢¥À¥×¥¿¤òÄ󶡤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤Ï¤É¤ì¤ò"
-"»ÈÍѤ¹¤ë¤«¤òÁªÂò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£(¤³¤ì¤ÏÊѹ¹¤¹¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)"
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "XVimage¿§ºÌ¥Õ¥©¡¼¥Þ¥Ã¥È"
@@ -11179,16 +11995,15 @@ msgstr ""
 "ºÇ¤â¸ú²ÌŪ¤Ê¤â¤Î¤ò»È¤Ã¤Æ¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤ò²þÁ±¤¹¤ë¤«¤ï¤ê¤Ë¡¢ÆÃÄê¤Î¿§ºÌ¥Õ¥©¡¼"
 "¥Þ¥Ã¥È¤ò»ÈÍѤ¹¤ë¤¿¤á¤ÎXVideo¥ì¥ó¥À¥é¤ò¶¯À©Åª¤Ë»ØÄꤷ¤Þ¤¹¡£"
 
-#: modules/video_output/x11/xvideo.c:72
-#, fuzzy
-msgid "Screen to be used for fullscreen mode."
-msgstr "Á´²èÌÌɽ¼¨¤ÎÀÚÂؤ¨"
-
 #: modules/video_output/x11/xvideo.c:89
 #, fuzzy
 msgid "XVideo extension video output"
 msgstr "XVideo¥¨¥¯¥¹¥Æ¥ó¥·¥ç¥ó¡¦¥â¥¸¥å¡¼¥ë"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -11320,6 +12135,131 @@ msgstr "xods
 msgid "XOSD interface"
 msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¡¦¥¤¥ó¥¿¥Õ¥§¡¼¥¹"
 
+#, fuzzy
+#~ msgid "Stream "
+#~ msgstr "¥¹¥È¥ê¡¼¥à¤ÎÄä»ß"
+
+#, fuzzy
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤¬¤¢¤ë¾ì¹ç¤Ë¤Ï»ÈÍÑ"
+
+#, fuzzy
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤ò»ÈÍÑ"
+
+#, fuzzy
+#~ msgid "DVD menus"
+#~ msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
+
+#, fuzzy
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "DVDÆþÎϥ⥸¥å¡¼¥ë, libdvdcss¤ò»ÈÍÑ"
+
+#, fuzzy
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Video4LinuxÆþÎϥ⥸¥å¡¼¥ë"
+
+#, fuzzy
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "0.4°ÊÁ°¤ÎVLS¤È¤Î¸ß´¹"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "A/52¥ª¡¼¥Ç¥£¥ª¡¦¥¹¥È¥ê¡¼¥à¤Î¥×¥í¥È¥³¥ë¤Ï¡¢vls 0.3.x¤È0.4¤Î´Ö¤ÇÊѹ¹¤Ë¤Ê¤ê¤Þ"
+#~ "¤·¤¿¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢VLC¤ÏºÇ¿·¤Îvls¤òÁÛÄꤷ¤Þ¤¹¡£¤â¤·¡¢¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î"
+#~ "vls¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤Þ¤¹¡£"
+
+#, fuzzy
+#~ msgid "Output MRL"
+#~ msgstr "¥¹¥È¥ê¡¼¥à¤Î½ÐÎÏMRL"
+
+#, fuzzy
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ"
+
+#, fuzzy
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ(libdvdpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "¥­¥ã¥Ã¥·¥ó¥°ÃÍ (ms)"
+
+#, fuzzy
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "DVDÆɤ߹þ¤ß¥â¥¸¥å¡¼¥ë"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "ISO 13818-1 MPEG¥×¥í¥°¥é¥à¡¦¥¹¥È¥ê¡¼¥àÆþÎÏ"
+
+#, fuzzy
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "°ìÈÌŪ¤ÊISO 13818-1 MPEG¿½ÅÁ÷¿®"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "»úËë(_S)"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "»úËë(_S)"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEGžÁ÷¥¹¥È¥ê¡¼¥àÆþÎÏ(libdvdpsi)"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "DV¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À"
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "¥¹¥³¡¼¥×¸ú²Ì"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "¥á¥¤¥ó¥¦¥£¥ó¥É¥¦¤Îɽ¼¨/Èóɽ¼¨(_I)"
+
+#, fuzzy
+#~ msgid "New Wizard..."
+#~ msgstr "¥¹¥È¥ê¡¼¥à¤Î¾ðÊó..."
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "ÀßÄê(_S)"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "DVD¥á¥Ë¥å¡¼¤ò»ÈÍÑ"
+
+#, fuzzy
+#~ msgid "Item info"
+#~ msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "¥Í¥Ã¥È¥ï¡¼¥¯¥¹¥È¥ê¡¼¥à¤òÁªÂò¤¹¤ë"
+
+#, fuzzy
+#~ msgid "Choose..."
+#~ msgstr "¥Ö¥é¥¦¥º..."
+
+#, fuzzy
+#~ msgid "Start!"
+#~ msgstr "±ÒÀ±"
+
 #, fuzzy
 #~ msgid ""
 #~ "Satellite transponder frequency in kHz for DVB-S and in Hz for DVB-C/T"
@@ -11445,10 +12385,6 @@ msgstr "
 #~ msgid "Additional streaming options"
 #~ msgstr "¥¹¥È¥ê¡¼¥à¤Î°ì»þÄä»ß"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "¥¹¥È¥ê¡¼¥à¤Î°ì»þÄä»ß"
@@ -11582,10 +12518,6 @@ msgstr "
 #~ msgid "Video device type"
 #~ msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#, fuzzy
-#~ msgid "Channel"
-#~ msgstr "¥Á¥ã¥ó¥Í¥ë"
-
 #, fuzzy
 #~ msgid "Advanced settings..."
 #~ msgstr "ALSA¥ª¡¼¥Ç¥£¥ª¡¦¥â¥¸¥å¡¼¥ë"
@@ -11602,10 +12534,6 @@ msgstr "
 #~ msgid "Common options"
 #~ msgstr "»ý³´ü´Ö"
 
-#, fuzzy
-#~ msgid "Norm"
-#~ msgstr "¤Ê¤·"
-
 #, fuzzy
 #~ msgid "Frequency (kHz)"
 #~ msgstr "¼þÇÈ¿ô"
@@ -11614,10 +12542,6 @@ msgstr "
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "±ÒÀ± ´ûÄêžÁ÷¼þÇÈ¿ô"
 
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "ÀßÄê(_S)"
-
 #, fuzzy
 #~ msgid "Audio device"
 #~ msgstr "DVD¥Ç¥Ð¥¤¥¹"
@@ -11695,14 +12619,6 @@ msgstr "
 #~ msgid "subtitles"
 #~ msgstr "»úËë(_S)"
 
-#, fuzzy
-#~ msgid "subtitles decoder"
-#~ msgstr "»úË롦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
-
-#, fuzzy
-#~ msgid "Corba control"
-#~ msgstr "¥³¥ó¥È¥í¡¼¥ë"
-
 #, fuzzy
 #~ msgid "HTTP remote control"
 #~ msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë"
@@ -11711,9 +12627,6 @@ msgstr "
 #~ msgid "NT service"
 #~ msgstr "¥µ¡¼¥Ð¡¼¤Ê¤·"
 
-#~ msgid "Remote control"
-#~ msgstr "¥ê¥â¡¼¥È¡¦¥³¥ó¥È¥í¡¼¥ë"
-
 #, fuzzy
 #~ msgid "Dump file name"
 #~ msgstr "¥í¥°¡¦¥Õ¥¡¥¤¥ë̾"
@@ -11726,10 +12639,6 @@ msgstr "
 #~ msgid "Play List"
 #~ msgstr "¥ê¥¹¥È"
 
-#, fuzzy
-#~ msgid "Repeat On"
-#~ msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
-
 #, fuzzy
 #~ msgid "Loop On"
 #~ msgstr "¥ë¡¼¥×"
@@ -11774,10 +12683,6 @@ msgstr "
 #~ msgid "Ratio"
 #~ msgstr "ʸ»úÎó"
 
-#, fuzzy
-#~ msgid "Item informations"
-#~ msgstr "¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤Î°õºþ"
-
 #, fuzzy
 #~ msgid "Simple &Open ..."
 #~ msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯..."
@@ -11790,9 +12695,6 @@ msgstr "
 #~ msgid "&Delete"
 #~ msgstr "ºï½ü"
 
-#~ msgid "Loop"
-#~ msgstr "¥ë¡¼¥×"
-
 #, fuzzy
 #~ msgid "Repeat one"
 #~ msgstr "¥Õ¥¡¥¤¥ë¤ÎÁªÂò"
@@ -11847,10 +12749,6 @@ msgstr "
 #~ msgid "miscellaneous distort video effects filter"
 #~ msgstr "¤½¤Î¾¤Î¥Ó¥Ç¥ª¸ú²Ì¥â¥¸¥å¡¼¥ë"
 
-#, fuzzy
-#~ msgid "dithering mode"
-#~ msgstr "ÏѶʥ⡼¥É"
-
 #~ msgid "XOSD module"
 #~ msgstr "XOSD¥â¥¸¥å¡¼¥ë"
 
@@ -11898,10 +12796,6 @@ msgstr "
 #~ msgid "Logo File"
 #~ msgstr "¥Õ¥¡¥¤¥ë"
 
-#, fuzzy
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "¥Ø¥Ã¥É¥Û¡¼¥ó¤Î²¾ÁÛŪ¤Ê²»¤Î¹­¤¬¤ê¸ú²Ì"
-
 #, fuzzy
 #~ msgid "CD-ROM device name"
 #~ msgstr "¥Ç¥Ð¥¤¥¹Ì¾"
@@ -11924,9 +12818,6 @@ msgstr "
 #~ msgid "Rewind stream"
 #~ msgstr "¥¹¥È¥ê¡¼¥à¤ò³«¤¯"
 
-#~ msgid "Forward stream"
-#~ msgstr "¥¹¥È¥ê¡¼¥à¤ÎžÁ÷"
-
 #, fuzzy
 #~ msgid "UDP/RTP (Adress when Multicast)"
 #~ msgstr "UDP¥Þ¥ë¥Á¥­¥ã¥¹¥È"
@@ -12161,10 +13052,6 @@ msgstr "
 #~ msgid "MPEG I/II video decoder"
 #~ msgstr "MPEG 1/2¥Ó¥Ç¥ª¡¦¥Ç¥³¡¼¥À¡¦¥â¥¸¥å¡¼¥ë"
 
-#, fuzzy
-#~ msgid "Equalizer values"
-#~ msgstr "¥Ó¥Ç¥ª¡¦¥Õ¥£¥ë¥¿¡¼¡¦¥â¥¸¥å¡¼¥ë"
-
 #~ msgid ""
 #~ "If you want VLC to add items to the playlist as you open them, then "
 #~ "enable this option."
@@ -12436,10 +13323,6 @@ msgstr "
 #~ msgid "Delete &all"
 #~ msgstr "ºï½ü"
 
-#, fuzzy
-#~ msgid "Invert selection"
-#~ msgstr "ÁªÂò"
-
 #, fuzzy
 #~ msgid "Delete selection"
 #~ msgstr "ÁªÂò"
@@ -12482,10 +13365,6 @@ msgstr "
 #~ msgid "audio device"
 #~ msgstr "DVD¥Ç¥Ð¥¤¥¹"
 
-#, fuzzy
-#~ msgid "video device"
-#~ msgstr "DVD¥Ç¥Ð¥¤¥¹"
-
 #~ msgid "font"
 #~ msgstr "¥Õ¥©¥ó¥È"
 
@@ -12533,14 +13412,6 @@ msgstr "
 #~ msgid "Stream output:"
 #~ msgstr "¥¹¥È¥ê¡¼¥à½ÐÎÏ"
 
-#, fuzzy
-#~ msgid "Screen %d"
-#~ msgstr "¥¹¥¯¥ê¡¼¥ó %d"
-
-#, fuzzy
-#~ msgid "Open skin"
-#~ msgstr "¥Ç¥£¥¹¥¯¤ò³«¤¯(_D)..."
-
 #, fuzzy
 #~ msgid "All files"
 #~ msgstr "¥Õ¥¡¥¤¥ë"
@@ -12654,10 +13525,6 @@ msgstr "
 #~ msgid "Select program"
 #~ msgstr "¥×¥í¥°¥é¥à¤ÎÀÚÂؤ¨"
 
-#, fuzzy
-#~ msgid "Select chapter"
-#~ msgstr "¼¡¤Î¥Á¥ã¥×¥¿¡¼¤òÁªÂò"
-
 #, fuzzy
 #~ msgid "Select audio language"
 #~ msgstr "¥ª¡¼¥Ç¥£¥ª¡¦¥Á¥ã¥ó¥Í¥ë¤ÎÁªÂò"
index 45b99fd8bd411717b4989103aa77c3e52bb341c6..31a466517e67eb12e19ace0b37b6e4eb7a3fa16d 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2004-05-16 00:41+0200\n"
 "Last-Translator: Derk-Jan Hartman <hartman at videolan dot org>\n"
 "Language-Team: Nederlands <nl@li.org>\n"
@@ -197,7 +197,7 @@ msgstr "Geen help beschikbaar"
 msgid "No help is available for these modules"
 msgstr "Er is geen help beschikbaar voor deze modules"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -208,7 +208,7 @@ msgstr ""
 "commando omgeving en ga naar de directory waar VLC is geinstalleerd. Voer "
 "daar het commando \"vlc -I wxwin\" uit.\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -226,36 +226,33 @@ msgstr ""
 "\n"
 "Zie voor meer informatie onze internet pagina."
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Auteur"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Artiest"
 
@@ -264,17 +261,16 @@ msgstr "Artiest"
 msgid "Genre"
 msgstr "Genre"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Auteursrechten"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Beschrijving"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Beoordeling"
 
@@ -289,13 +285,13 @@ msgstr "Instellingen"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Taal"
 
@@ -307,58 +303,71 @@ msgstr "Naam codec"
 msgid "Codec Description"
 msgstr "Beschrijving codec"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visuele effecten"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Deactiveer"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Shuffle"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Scope"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Spectrum"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr "Goom"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "visuele effecten"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Audio filters"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Audio kanalen"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Stereo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Linker"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Rechter"
 
@@ -425,245 +434,228 @@ msgstr "%s: optie `-W %s' is dubbelzinnig\n"
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: optie `-W %s' heeft geen argument\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr "Bladwijzer %i"
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Stream "
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr "Spoor %i"
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Stream %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codec"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Type"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Kanalen"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Samplerate"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Aantal bits per sample"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Bitrate"
 
-#: src/input/es_out.c:383
-#, c-format
-msgid "%d bps"
+#: src/input/es_out.c:1113
+#, fuzzy, c-format
+msgid "%d kb/s"
 msgstr "%d bps"
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Video"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Resolutie"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Weergave Resolutie"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr "Ondertiteling"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr "Bladwijzer"
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr "Algemeen"
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Bestand"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Element informatie"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "Stream"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Duur"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr "Bladwijzer"
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programma"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Hoofdstuk"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr "Navigatie"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr "Video Spoor"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr "Audio Spoor"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Ondertitelings-spoor"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Volgende titel"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Vorige titel"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Titel %i"
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Hoofdstuk %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Volgende titel"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Vorige titel"
-
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr "Volgend Hoofdstuk"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr "Vorig Hoofdstuk"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr "Spoor %i"
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Wijzig interface"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr "Voeg Interface Toe"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "nl"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Bitrate Opties"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Gebruik: %s [opties] [parameters] ...\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "tekst"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "heel getal"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "gebroken getal"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (standaard)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (niet standaard)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -672,7 +664,7 @@ msgstr ""
 "\n"
 "Druk op RETURN om verder te gaan...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -681,12 +673,12 @@ msgstr ""
 "Gebruik: %s [opties] [parameters] ...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[module]              [beschrijving]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -701,7 +693,7 @@ msgstr ""
 "Zie het bestand COPYING voor details.\n"
 "Geschreven door het VideoLAN team; zie het bestand AUTHORS.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr "Auto"
 
@@ -855,29 +847,7 @@ msgstr ""
 "alle opties tonen, ook die opties die de meeste gebruikers beter niet kunnen "
 "wijzigen."
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr "Interface standaard zoekpad"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr "Stel het standaard zoekpad in waar de interface naar bestanden gaat zoeken."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr "Module zoekpad"
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"Met deze optie kunt u een extra zoekpad aangeven, waar VLC modules kan "
-"vinden."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -889,11 +859,11 @@ msgstr ""
 "filtersvoor nabewerking en visuele effecten activeren.Configureer deze "
 "modules in de module sectie 'audio filters'."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Audio output module"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -901,11 +871,11 @@ msgstr ""
 "Deze optie selecteert de audio output methode, die gebruikt wordt door VLC. "
 "Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr "Schakel geluid in"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
@@ -913,35 +883,36 @@ msgstr ""
 "Het geluid kan volledig uitgeschakeld worden. De audio decodering wordt dan "
 "overgeslagen en dit bespaart wat rekenkracht."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr "Gebruik mono geluid"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr "Dit zal mono geluid forceren"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Geluidsvolume"
 
-#: src/libvlc.h:122
-msgid "You can set the default audio output volume here, in a range from 0 to 1024."
+#: src/libvlc.h:112
+msgid ""
+"You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "Het standaard geluidsvolume is in te stellen tussen 0 en 1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr "Opgeslagen geluidsvolume"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr "Hier wordt het huidige volume opgeslagen tijdens mute. "
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr "Audio output frequentie (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
@@ -949,11 +920,11 @@ msgstr ""
 "Forceer de frequentie van de audio output hier. Gebruikelijke waarden zijn: -"
 "1 (automatisch), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr "Hoge kwaliteit audio resampling"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
@@ -962,11 +933,11 @@ msgstr ""
 "Hoge kwaliteit audio resampling can processor intensief zijn, dus dit kan "
 "uitgeschakeld worden zodat een minder goed algoritme gebruikt zal worden."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Audio desynchronizatie compenseren"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
@@ -975,11 +946,11 @@ msgstr ""
 "Vertraag de audio output, deze optie is handig als audio en video niet "
 "synchroon lopen."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr "Selecteer het gewenste aantal kanalen voor audio output"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
@@ -989,11 +960,11 @@ msgstr ""
 "dat mogelijk is. (dus als zowel uw hardware als de audio die u afspeelt dit "
 "ondersteunen."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "Gebruik de S/PDIF audio uitvoer als deze beschikbaar is"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1001,7 +972,7 @@ msgstr ""
 "Deze optie laat u standaard S/PDIF audio output gebruiken als zowel uw "
 "hardware als de audio die u afspeelt dit ondersteunen."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
@@ -1009,11 +980,11 @@ msgstr ""
 "Hiermee kunnen audio nabewerkingsfilters worden toegevoegd om het geluid te "
 "bewerken, of modules voor visuele effecten (spectrum analyzer, etc)."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr "Kanalen mixer"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
@@ -1021,7 +992,7 @@ msgstr ""
 "Hiermee kies je een specifiek audio kanaal mixer. Je kunt bijvoorbeeld "
 "\"koptelefoon\" mixer gebruiken, deze geeft een 5:1 effect."
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1032,11 +1003,11 @@ msgstr ""
 "Video filters zoals deinterlacing etc kunnen hier geactiveerd worden. "
 "Configureer deze modules in de module sectie \"video filters\"."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Video uitvoer module"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1044,11 +1015,11 @@ msgstr ""
 "Selecteer de video output methode die VLC gebruikt.\n"
 "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr "Schakel video in"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
@@ -1056,12 +1027,12 @@ msgstr ""
 "Video kan volledig uitgeschakeld worden. De video decodering stap wordt dan "
 "overgeslagen. Op deze manier kan er op rekenkracht bespaard worden."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Video breedte"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1069,12 +1040,12 @@ msgstr ""
 "Forceer de breedte van de video. Standaard (-1) probeert VLC zich aan de "
 "karakteristieken van de video aan te passen."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Video hoogte"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1082,11 +1053,11 @@ msgstr ""
 "Forceer de hoogte van de video hier. Standaard (-1) zal VLC zich aan de "
 "karakteristieken van de video aan te passen."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr "Video positie x coordinaat"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
@@ -1094,11 +1065,11 @@ msgstr ""
 "Hiermee kan je de positie van de linkerkant van het videoscherm ten opzichte "
 "van het beeldscherm vastleggen."
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr "Video positie y coordinaat"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
@@ -1106,19 +1077,19 @@ msgstr ""
 "Hiermee kan je de positie van de bovenkant van het videoscherm ten opzichte "
 "van het beeldscherm vastleggen."
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr "Video titel"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr "De titel van het videoscherm."
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr "Video ori\91ntatie"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
@@ -1129,47 +1100,47 @@ msgstr ""
 "2=rechts, 4=boven, 8=beneden. Combinaties van deze waarden zijn ook "
 "mogelijk.)"
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Gecentreerd"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr "Boven"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr "Beneden"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr "Links-boven"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr "Rechts-boven"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr "Links-beneden"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr "Rechts-beneden"
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr "Vergroot video"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Vergroot (verklein) de video met deze factor."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Video uitvoer in grijswaarden"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1177,21 +1148,22 @@ msgstr ""
 "Het gebruik van deze optie resulteert in de afwezigheid van kleuren. (Dit "
 "kan rekenkracht besparen.)"
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Volledig scherm"
 
-#: src/libvlc.h:233
-msgid "If this option is enabled, VLC will always start a video in fullscreen mode."
+#: src/libvlc.h:223
+msgid ""
+"If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "Als deze optie gebruikt wordt, dan zal VLC een video altijd op volledige "
 "scherm grootte afspelen."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr "Overlay video uitvoer"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
@@ -1199,19 +1171,19 @@ msgstr ""
 "Standaard probeert VLC snelheidswinst te halen uit het gebruik van de "
 "overlay mogelijkheden van de aanwezige grafische kaart."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Altijd boven"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr "Plaats het video venster boven alle andere vensters"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr "Forceer SPU positie"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1219,11 +1191,11 @@ msgstr ""
 "Plaats ondertiteling onder de film, in plaats van eroverheen. Probeer "
 "verschillende waarden uit om het beste resultaat te bereiken."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr "Berichten op het scherm"
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
@@ -1231,11 +1203,11 @@ msgstr ""
 "VLC kan boodschappen op het video scherm afbeelden, dit worden \"On Screen "
 "Display\" (OSD) boodschappen genoemd. Hier kan dit uitgezet worden."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr "Video filter module"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1243,11 +1215,11 @@ msgstr ""
 "Voeg nabewerkingsfilters toe om de beeldkwaliteit te verhogen. Bijvoorbeeld "
 "voor deinterlacing, of het klonen van het beeld."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr "Aspect ratio bron"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1262,7 +1234,7 @@ msgstr ""
 "of gebruik een gebroken getal (float) (1.25, 1.3333, etc.) wat de beeldpunt "
 "grootte voorstelt."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
@@ -1271,11 +1243,11 @@ msgstr ""
 "Met deze opties kan het gedrag van de invoer gewijzigd worden. Bijvoorbeeld "
 "het DVD of VCD apparaat, netwerk verbinding instellingen of de ondertiteling."
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr "Gemiddeld klok-referentie teller"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1283,19 +1255,19 @@ msgstr ""
 "Tijdens het gebruik van de PVR input dient deze optie op 1000 gezet te "
 "worden."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Server poort"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "Het poortnummer voor gebruik van UDP streams. Standaard is 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "MTU van de netwerk interface"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1303,11 +1275,11 @@ msgstr ""
 "De standaard gebruikte grootte van UDP pakketten dat verwacht wordt. Normaal "
 "voor Ethernet is dit 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Netwerk interface adres"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1317,11 +1289,11 @@ msgstr ""
 "gebruikt, dan kun je hier het IP adres van de multicast netwerk interface "
 "instellen."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr "Multicast timeout"
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
@@ -1329,27 +1301,29 @@ msgstr ""
 "Geef hier de timeout aan voor multicast pakketjes verstuurd door de stream "
 "output"
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Selecteer programma (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Selecteer een programma door middel van zijn Service ID."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Selecteer audio"
 
-#: src/libvlc.h:306
-msgid "Give the default type of audio you want to use in a DVD. (Developers only)"
-msgstr "Stel het standaard type audio in voor gebruik bij DVD. (Alleen ontwikkelaars)"
+#: src/libvlc.h:296
+msgid ""
+"Give the default type of audio you want to use in a DVD. (Developers only)"
+msgstr ""
+"Stel het standaard type audio in voor gebruik bij DVD. (Alleen ontwikkelaars)"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr "Selecteer een kanaal"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -1357,31 +1331,37 @@ msgstr ""
 "Selecteer met behulp van een nummber (van 1 tot n) welk audio kanaal je wilt "
 "gebruiken."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Selecteer een ondertitelings-kanaal"
 
-#: src/libvlc.h:316
-msgid "Give the stream number of the subtitle channel you want to use (from 1 to n)."
-msgstr "Selecteer met behulp van een nummer (van 1 tot n) het ondertitelingskanaal."
+#: src/libvlc.h:306
+msgid ""
+"Give the stream number of the subtitle channel you want to use (from 1 to n)."
+msgstr ""
+"Selecteer met behulp van een nummer (van 1 tot n) het ondertitelingskanaal."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr "Aantal keer dat dezelfde input herhaald wordt"
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr "Invoer begintijd (seconden)"
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr "Invoer eindtijd (seconden)"
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr "Lijst van bladwijzers voor een stream."
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
@@ -1391,19 +1371,20 @@ msgstr ""
 "vorm \"{name=bladwijzer-name,time=optionele-begintijd,bytes=optioneel-begin-"
 "na-#bytes},{etc...}\""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr "Detecteer automatisch bestanden met ondertiteling"
 
-#: src/libvlc.h:335
-msgid "Automatically detect a subtitle file, if no subtitle filename is specified."
+#: src/libvlc.h:328
+msgid ""
+"Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr "Detecteer automatisch een ondertitelingsbestand, indien geen"
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr "Autodetectie van ondertitelingsbestanden intelligentie"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1414,31 +1395,31 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr "Mappen waar gezocht wordt naar ondertitelingsbestanden"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr "Gebruik bestand met ondertiteling"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "DVD apparaat"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
@@ -1446,15 +1427,15 @@ msgstr ""
 "Het standaard DVD apparaat (of bestand) dat gebruikt moet worden. Vergeet "
 "niet de dubbele punt achter de apparaat letter (bijvoorbeeld D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Standaard DVD apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "VCD apparaat"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -1462,15 +1443,15 @@ msgstr ""
 "Dit is het standaard VCD apparaat. Indien niet gespecificeerd, zal er "
 "automatisch een geschikt CD-ROM apparaat worden geselecteerd."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Standaard VCD apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Audio Apparaat"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
@@ -1478,15 +1459,15 @@ msgstr ""
 "Dit is het standaard CD Audio apparaat. Indien niet gespecificeerd, zal er "
 "automatisch een geschikt CD-ROM apparaat worden geselecteerd."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr "Standaard CD Audio apparaat dat gebruikt wordt."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "Forceer IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1494,11 +1475,11 @@ msgstr ""
 "Het selecteren van deze optie zorgt ervoor dat IPv6 gebruikt wordt voor alle "
 "UDP en HTTP connecties."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "Forceer IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1506,73 +1487,73 @@ msgstr ""
 "Het selecteren van deze optie zorgt ervoor dat IPv4 gebruikt wordt voor alle "
 "UDP en HTTP connecties."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr "Titel data"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Specificeer een titel voor invoer."
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Specificeer een auteur voor een invoer."
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Auteursrechten"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "Beschrijving"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Specificeer een beschrijving voor een invoer."
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr "Datum"
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Specificeer een datum voor een invoer."
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Specificeer een URL behorende bij een invoer."
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
@@ -1583,11 +1564,11 @@ msgstr ""
 "is enkel voor gevorderde gebruikers en ontwikkelaars aangezien hiermee het "
 "afspelen van video onmogelijk kan worden."
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Lijst van geprefereerde codecs"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
@@ -1597,51 +1578,53 @@ msgstr ""
 "prioriteit zal toekennen. Bijvoorbeeld, 'dummy,a52' zorgt ervoor dat eerst "
 "de dummy en de a52 codecs zullen worden geprobeerd, voor de andere."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Lijst van geprefereerde encoders"
 
-#: src/libvlc.h:443
-msgid "This allows you to select a list of encoders that VLC will use in priority"
+#: src/libvlc.h:436
+msgid ""
+"This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "Hiermee kan een lijst van encoders worden gemaakt die VLC een hogere "
 "prioriteit zal toekennen."
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr "Stel standaard globale opties in voor de stream uitvoer"
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr "Kies een stream uitvoermodule"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Leeg als er geen stream output is opgegeven."
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr "Stream alle ES"
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
-msgstr "Hiermee kunnen alle ES (video, audio en ondertiteling) worden gestreamed."
+msgstr ""
+"Hiermee kunnen alle ES (video, audio en ondertiteling) worden gestreamed."
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr "Toon uitvoer op scherm tijdens het streamen"
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr "Hiermee kunt u naar de stream kijken terwijl u aan het streamen bent."
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr "Gebruik video stream uitvoer"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1649,16 +1632,16 @@ msgstr ""
 "Deze optie stelt je instaat om de video stream om te leiden naar de stream "
 "uitvoer faciliteit indien deze is in geschakeld."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr "Maak audio stream uitvoer mogelijk"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Behoud streamuitvoer"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 #, fuzzy
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
@@ -1668,56 +1651,57 @@ msgstr ""
 "Hiermee word een stream over meerdere afspeellijst onderdelen in stand "
 "gehouden."
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Kies de geprefereerde packetizer"
 
-#: src/libvlc.h:480
-msgid "This allows you to select the order in which VLC will choose its packetizers."
+#: src/libvlc.h:473
+msgid ""
+"This allows you to select the order in which VLC will choose its packetizers."
 msgstr "Stel de volgorde in waarin VLC packetizers zal kiezen."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr "Mux module"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 "Dit is een backwardcompatibiliteits optie voor het configureren van mux "
 "modules."
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr "Uitvoer methode module"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Dit is een backwards compatibiliteits optie voor het configureren van access "
 "output modules."
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "Bedieningspaneel"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr "Interval SAP aankondigingen"
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
@@ -1725,11 +1709,11 @@ msgstr ""
 "Met deze instellingen kunnen CPU optimalisaties geactiveerd worden.\n"
 "Deze behoren altijd aan te staan."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "Schakel de CPU's MMX support in"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1737,11 +1721,11 @@ msgstr ""
 "Als de processor de MMX instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "Schakel de CPU's 3D Now! support in"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1749,11 +1733,11 @@ msgstr ""
 "Als de processor de 3D Now! instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "Schakel de CPU's MMX EXT support in"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1761,11 +1745,11 @@ msgstr ""
 "Als de processor de MMX EXT instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "Schakel de CPU's SSE support in"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1773,11 +1757,11 @@ msgstr ""
 "Als de processor de SSE instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr "Schakel de CPU's SSE2 support in"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -1785,11 +1769,11 @@ msgstr ""
 "Als de processor de SSE instructieset ondersteunt, dan kan VLC hier gebruik "
 "van maken."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "Schakel de CPU's AltiVec support in"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1797,7 +1781,7 @@ msgstr ""
 "Als de processor de AltiVec instructieset ondersteunt, dan kan VLC hier "
 "gebruik van maken."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
@@ -1805,11 +1789,11 @@ msgstr ""
 "Deze instellingen betreffen het gedrag van de afspeellijst. Sommige van deze "
 "kunnen in de afspeellijst worden gewijzigd."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Speel continue bestanden in willekeurige volgorde af"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1817,21 +1801,21 @@ msgstr ""
 "Speel in willekeurige volgorde bestanden uit de speellijst af, totdat "
 "expliciet wordt gestopt."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Begin opnieuw, na einde speellijst"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr "Schakel deze optie in als VLC oneindig de speellijst moet herhalen."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr "Herhaal het huidige afspeellijst onderdeel"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
@@ -1839,7 +1823,18 @@ msgstr ""
 "Indien dit aan staan zal VLC het huidige afspeellijst onderdeel blijver "
 "herhalen."
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Altijd boven"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -1847,11 +1842,11 @@ msgstr ""
 "Met deze opties kunnen de standaard modules gekozen worden. Laat deze opties "
 "met rust tenzij je weet wat je doet."
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Geheugen kopieer module"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1860,27 +1855,29 @@ msgstr ""
 "Standaard selecteert VLC de snelste versie die ondersteund wordt door de "
 "computer hardware."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Toegangsmodule"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
-msgstr "Backwards compatibiliteits optie voor het configureren van toegangsmodulse."
+msgstr ""
+"Backwards compatibiliteits optie voor het configureren van toegangsmodulse."
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Demux module"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
-msgstr "Backwards compatibiliteits optie voor het configureren van demuxmodulse."
+msgstr ""
+"Backwards compatibiliteits optie voor het configureren van demuxmodulse."
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr "Gebruik real-time prioriteit"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1891,11 +1888,11 @@ msgstr ""
 "presteren vooral bij het streamen. Het kan echter ook de hele machine laten "
 "vastlopen of hem erg traag maken. Activeer dit enkel als je weet wat je doet."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr "Pas VLCs prioriteit aan"
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
@@ -1905,19 +1902,49 @@ msgstr ""
 "van VLC toegevoegd. Het wordt gebruikt om de prioriteit van VLC ten opzichte "
 "van andere programma's of andere VLC instanties te regelen."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Minimaliseer het aantal threads dat VLC nodig heeft om te draaien"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr "Minimaliseer het aantal threads dat VLC nodig heeft om te draaien"
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr "Module zoekpad"
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Met deze optie kunt u een extra zoekpad aangeven, waar VLC modules kan "
+"vinden."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr "Sta slechts een enkele instantie van VLC toe"
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1931,11 +1958,11 @@ msgstr ""
 "bestand in Explorer. Met deze optie wordt het bestand dan in de reeds "
 "geopende versie van VLC geopend en toegevoegd aan de afspeellijst."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "Verhoog de prioriteit van het proces"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1951,11 +1978,11 @@ msgstr ""
 "beslag nemen en de computer erg traag maken. Een herstart kan noodzakelijk "
 "zijn."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Snelle mutex op NT/2K/XP (alleen ontwikkelaars)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
@@ -1966,11 +1993,12 @@ msgstr ""
 "echter deze is nog experimenteel. Het is dus mogelijk dat er problemen "
 "optreden met deze snellere implementatie."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
-msgstr "Conditionele variabelen implementatie voor Win9x (alleen ontwikkelaars)"
+msgstr ""
+"Conditionele variabelen implementatie voor Win9x (alleen ontwikkelaars)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1984,351 +2012,354 @@ msgstr ""
 "De toegestane mogelijke implementaties zijn 0 (standaard waarde en de "
 "snelste implementatie), 1 en 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Hier kan VLC 'sneltoetsen' geconfigureert worden, ook wel bekend als "
 "\"hotkeys\"."
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Volledig scherm"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Selecteer de sneltoets om 'Volledig Scherm' te (de)activeren"
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr "Speel Af/Pauzeer"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Selecteer de sneltoets om 'Pauze' te (de)activeren"
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr "Enkel pauzeren"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr "Selecteer de sneltoets om te pauzeren"
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr "Speel af"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr "Selecteer de sneltoets om af te spelen"
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "Sneller"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Selecteer de sneltoets om op hogere snelheid af te spelen"
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Langzamer"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Selecteer de sneltoets om op lager snelheid af te spelen"
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Volgende"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Selecteer de sneltoets om naar het volgende onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Vorige"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Selecteer de sneltoets om naar het vorige onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Stop"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr "Selecteer de sneltoets om het afspelen te stoppen"
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr "Positie"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr "Selecteer de sneltoets om de huidige positie te tonen."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr "Spring +10 seconden terug in de tijd"
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr "Spring 1 minuut terug in de tijd"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr "Selecteer de sneltoets om 1 minuten terug te gaan"
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr "Spring 5 minuten terug in de tijd"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr "Selecteer de sneltoets om 5 minuten vooruit te gaan"
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr "Spring 10 seconden vooruit in de tijd"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr "Selecteer de sneltoets om 10 seconden vooruit te gaan"
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr "Spring 1 minuut vooruit in de tijd"
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr "Selecteer de sneltoets om 1 minuut vooruit te gaan"
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr "Spring 5 minuten vooruit in de tijd"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr "Selecteer de sneltoets om 5 minuten vooruit te gaan"
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr "Afsluiten"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr "Selecteer de sneltoets om het programma af te sluiten."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr "Ga naar boven"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Selecteer de toets om naar boven te gaan in DVD menu's."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr "Ga naar beneden"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Selecteer de toets om naar beneden te gaan in DVD menu's."
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr "Ga naar links"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Selecteer de sneltoets om naar links te gaan in DVD menu's."
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr "Ga naar rechts"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Selecteer de toets om naar rechts te gaan in DVD menu's."
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr "Activeer"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
-msgstr "Selecteer de sneltoets om huidige selectie in DVD menu's te selecteren."
+msgstr ""
+"Selecteer de sneltoets om huidige selectie in DVD menu's te selecteren."
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr "Geluid harder"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr "Selecteer de sneltoets om het geluid harder te zetten"
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr "Geluid zachter"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr "Selecteer de sneltoets om het geluid harder te zetten"
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Geluid Stil"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr "Selecteer de sneltoets om het geluid direct op stil te zetten"
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr "Verhoog ondertitel vertraging"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
-msgstr "Selecteer de sneltoets om de vertraging van de ondertiteling te verhogen."
+msgstr ""
+"Selecteer de sneltoets om de vertraging van de ondertiteling te verhogen."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr "Verlaag ondertitel vertraging"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
-msgstr "Selecteer de sneltoets om de vertraging van de ondertiteling te verlagen."
+msgstr ""
+"Selecteer de sneltoets om de vertraging van de ondertiteling te verlagen."
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr "Speel afspeellijst bookmark 1 af"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr "Speel afspeellijst bookmark 2 af"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr "Speel afspeellijst bookmark 3 af"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr "Speel afspeellijst bookmark 4 af"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr "Speel afspeellijst bookmark 5 af"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr "Speel afspeellijst bookmark 6 af"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr "Speel afspeellijst bookmark 7 af"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr "Speel afspeellijst bookmark 8 af"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr "Speel afspeellijst bookmark 9 af"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr "Speel afspeellijst bookmark 10 af"
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr "Selecteer de sneltoets om deze bookmark af te spelen"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr "Stel afspeellijst bookmark 1 in"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr "Stel afspeellijst bookmark 2 in"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr "Stel afspeellijst bookmark 3 in"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr "Stel afspeellijst bookmark 4 in"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr "Stel afspeellijst bookmark 5 in"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr "Stel afspeellijst bookmark 6 in"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr "Stel afspeellijst bookmark 7 in"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr "Stel afspeellijst bookmark 8 in"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr "Stel afspeellijst bookmark 9 in"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr "Stel afspeellijst bookmark 10 in"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
 msgstr "Selecteer de sneltoets om deze bookmark in te stellen"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 #, fuzzy
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
@@ -2337,11 +2368,11 @@ msgstr ""
 "Selecteer de sneltoets om naar het vorige onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 #, fuzzy
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
@@ -2350,18 +2381,40 @@ msgstr ""
 "Selecteer de sneltoets om naar het volgende onderdeel in de afspeellijst te "
 "gaan."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Audio Spoor"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Selecteer een ondertitelings-kanaal"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
+#, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2380,90 +2433,95 @@ msgstr ""
 "  vlc:pause                      pauzeer VLC\n"
 "  vlc:quit                       stop VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interface"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Input"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Decoders"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "Stream uitvoer"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Afspeellijst"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Overige"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr "Sneltoetsen"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "hoofd programma"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr "toon help (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr "toon gedetailleerde help (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "toon een lijst van beschikbare modules"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr "toon help voor een module (kan worden gecombineerd met --advanced)"
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr "bewaar de huidige opties in de command-line"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr "herstel de huidige configuratie naar de standaard waarden"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr "gebruik een alternatief configuratie bestand"
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Herhaal het huidige afspeellijst onderdeel"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "print versie informatie"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "boolean"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr "toets"
 
@@ -3083,71 +3141,73 @@ msgstr ""
 msgid "Unknown"
 msgstr "Onbekend"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr "Normaal"
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Deinterlace"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Discard"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Blend"
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Mean"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr "Bob"
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Linear"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filters"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr "Buffergrootte in ms"
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3159,6 +3219,11 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Audio CD input"
 
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "cddax://[apparaat-of-bestand][@[T]num]"
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr "Bovenstaand bericht had een onbekend vcdimage log niveau"
@@ -3168,10 +3233,10 @@ msgid "The above message had unknown cdio log level"
 msgstr "Bovenstaand bericht had een onbekend cdio log niveau"
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr "Spoor"
 
@@ -3191,7 +3256,7 @@ msgstr "CDDB Disk ID"
 msgid "CDDB Disc Category"
 msgstr "CDDB Disk Categorie"
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr "Album"
 
@@ -3380,17 +3445,18 @@ msgstr "CDDB server timeout"
 
 #: modules/access/cdda/cdda.c:174
 msgid "Time (in seconds) to wait for a response from the CDDB server"
-msgstr "Tijd (in seconden) waarop wordt gewacht voor een antwoord van de CDDB server"
+msgstr ""
+"Tijd (in seconden) waarop wordt gewacht voor een antwoord van de CDDB server"
 
 #: modules/access/cdda/cdda.c:179 modules/access/cdda/cdda.c:180
 msgid "Directory to cache CDDB requests"
 msgstr "Map waarin CDDB informatie wordt gebufferd"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr "Onderliggende mappen"
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3403,37 +3469,41 @@ msgstr ""
 "worden gespeeld.\n"
 "uitklappen : onderliggende mappen worden geopend.\n"
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr "geen"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr "inklappen"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr "uitklappen"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr "Map uitlezen van standaard filesysteem"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "DirectShow invoer"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr "Standaard"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Geen"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
@@ -3441,11 +3511,11 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor streams van DirectShow. Deze waarde "
 "wordt in milliseconden opgegeven."
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr "Video apparaat naam"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3455,11 +3525,11 @@ msgstr ""
 "module. Als er niets gespecificeerd wordt, dan wordt het standaard apparaat "
 "gebruikt."
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr "Audio apparaat naam"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3469,11 +3539,11 @@ msgstr ""
 "module. Als er niets gespecificeerd wordt, dan wordt het standaard apparaat "
 "gebruikt."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr "Video grootte"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
@@ -3483,11 +3553,11 @@ msgstr ""
 "er niets gespecificeerd wordt, dan wordt het standaard grootte voor het "
 "aparaat gebruikt."
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr "Video invoer chroma formaat"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -3495,40 +3565,41 @@ msgstr ""
 "Forceer het chroma formaat (eg. I420 (standaard), RV24, etc.) dat door "
 "DirectShow video gebruikt wordt."
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Apparaat eigenschappen"
 
-#: modules/access/dshow/dshow.cpp:133
-msgid "Show the properties dialog of the selected device before starting the stream."
+#: modules/access/dshow/dshow.cpp:120
+msgid ""
+"Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 "Toon de instellingenvenster van het geselecteerde apparaat voordat de invoer "
 "gestart wordt."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "DirectShow invoer"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr "DirectShow invoer"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr "Ververs lijst"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Configureer"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr "DirectShow demuxer"
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -3537,20 +3608,20 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor udp stromen. Deze waarde wordt in "
 "miliseconden opgegeven."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "Theora video decoder"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "Adapter kaart voor tunen"
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3558,150 +3629,190 @@ msgstr ""
 "Adapter kaarten gebruiken een apparaat bestand in de map genaamd /dev/dvb/"
 "adapter[n] met n>=0"
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "Apparaat nummer voor de adapter"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "conversies van "
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr "Vraag aan de DVB kaart zijn eigenschappen op"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 "Sommige DVB kaarten vinden het niet leuk als er om hun eigenschappen "
 "gevraagd wordt."
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "Antenne lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "Antenne lnb_lof2 (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "Antenne lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 #, fuzzy
 msgid "Budget mode"
 msgstr "Netwerk mode"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
-msgstr ""
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
+msgstr "Hiermee kunt u naar de stream kijken terwijl u aan het streamen bent."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "Satelliet standaard transponder FEC"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 #, fuzzy
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr "FEC=Forward Error Correction mode."
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 #, fuzzy
 msgid "Transponder symbol rate in kHz"
 msgstr "Standaard satelliet transponder symbool snelheid in kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Modulatie type"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 #, fuzzy
 msgid "Modulation type for front-end device."
 msgstr "Modulatie typen voor het 'frontend' apparaat."
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "Terrestrial hoge prioriteit code rate (FEC)"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "Terrestrial lage prioriteit code rate (FEC)"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Terrestrial bandbreedte"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Terrestrial bandbreedte [0=auto,6,7,8 in MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Terrestrial guard interval"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Terrestrial transmissie mode"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Terrestrial hierarchie mode"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 #, fuzzy
 msgid "DVB"
 msgstr "DVD"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "DVB invoer met v4l2 ondersteuning"
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Wijzig de acties."
+
+#: modules/access/dvdnav.c:61
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Wijzig de standaard buffer grootte voor CDDA streams. Deze waarde wordt in "
+"milliseconden opgegeven."
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr "DVDnav input"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Wijzig de standaard buffer grootte voor CDDA streams. Deze waarde wordt in "
+"milliseconden opgegeven."
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr "Methode die libdvdcss moet gebruiken voor de ontcijfering"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3732,65 +3843,30 @@ msgstr ""
 "is de ontcijfering van de disc sleutel veel sneller, deze methode wordt dan "
 "ook gebruikt door libdvdcss."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr "Titel"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disk"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr "Toets"
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][device][@raw_device][@[titel][,[hoofdstuk][,hoek]]]"
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "DVD input (gebruikt libdvdcss indien aanwezig)"
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr "DVD input (gebruikt libdvdcss)"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr "DVD menus"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr "Begin"
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr "Hoek"
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr "Ga Verder"
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvdplay:][apparaat][@[titel][,[hoofdstuk][,hoek]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr "DVD met ondersteuning voor DVD menu's"
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr "DVD input (gebruikt libdvdread)"
+#: modules/access/dvdread.c:90
+#, fuzzy
+msgid "DVDRead Input"
+msgstr "DVDnav input"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
@@ -3799,17 +3875,17 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor streams uit bestanden. Deze waarde "
 "wordt in milliseconden opgegeven."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr "Standaard filesysteem bestand lezen"
 
@@ -3826,7 +3902,8 @@ msgid "FTP user name"
 msgstr "FTP gebruikersnaam"
 
 #: modules/access/ftp.c:45
-msgid "Allows you to modify the user name that will be used for the connection."
+msgid ""
+"Allows you to modify the user name that will be used for the connection."
 msgstr "Wijzig de gebruikersnaam voor de connectie."
 
 #: modules/access/ftp.c:47
@@ -3879,7 +3956,8 @@ msgstr "HTTP gebruikersnaam"
 msgid ""
 "Allows you to modify the user name that will be used for the connection "
 "(Basic authentication only)."
-msgstr "Wijzig de gebruikersnaam voor de connectie (Alleen Basic authentificatie)."
+msgstr ""
+"Wijzig de gebruikersnaam voor de connectie (Alleen Basic authentificatie)."
 
 #: modules/access/http.c:57
 msgid "HTTP password"
@@ -3890,14 +3968,25 @@ msgid "HTTP user agent"
 msgstr "HTTP 'gebruikers agent'"
 
 #: modules/access/http.c:62
-msgid "Allows you to modify the user agent that will be used for the connection."
+msgid ""
+"Allows you to modify the user agent that will be used for the connection."
 msgstr "Wijzig de 'gebruikers agent' voor deze connectie."
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Audio codec"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr "HTTP invoer"
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
@@ -3905,27 +3994,169 @@ msgstr ""
 "Wijzig de standaard bufferwaarde voor MMS streams. Deze waarde wordt in "
 "milliseconden opgegeven."
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr "Forceer selectie van alle stromen"
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr "Selecteer stream met maximale bitrate"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr "Selecteer altijd de stroom met de maximale bitrate."
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Microsoft Media Server (MMS) invoer"
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "Apparaat"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "audio apparaat"
+
+#: modules/access/pvr/pvr.c:49
+msgid "Norm"
+msgstr "Normaal"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Automatische verkleining"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr "Breedte"
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr "Hoogte"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Frequentie"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Frame rate"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Keyframe interval:"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+#, fuzzy
+msgid "B Frames"
+msgstr "Burmeens"
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Bitrate"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
+msgid "Bitrate mode (vbr or cbr)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Audio bitrate"
+
+#: modules/access/pvr/pvr.c:80
+#, fuzzy
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+"Stel het standaard zoekpad in waar de interface naar bestanden moet zoeken."
+
+#: modules/access/pvr/pvr.c:81
+msgid "Channel"
+msgstr "Kanalen"
+
+#: modules/access/pvr/pvr.c:82
+#, fuzzy
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr "Meestal is 0 voor de tuner, 1 voor composite en 2 voor svideo"
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
 msgid "PVR"
 msgstr "PVR"
 
-#: modules/access/pvr/pvr.c:78
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr "MPEG Encodeer kaarten invoer (met ivtv drivers)"
 
@@ -3961,8 +4192,42 @@ msgstr "Gebruik disecq met antenne"
 msgid "Satellite input"
 msgstr "satelliet invoer"
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Wijzig de standaard buffer grootte voor cdda stromen. Deze waarde wordt in "
+"miliseconden opgegeven."
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Frame rate"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr "Wijzig de gebruikersnaam voor de connectie."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Scherm %d"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
 msgstr "SLP attribuut identifiers"
 
 #: modules/access/slp.c:62
@@ -4046,11 +4311,19 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor UDP streams. Deze waarde wordt in "
 "millliseconden opgegeven."
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr "UDP/RTP invoer"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
@@ -4058,7 +4331,7 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor v4l bronnen. Deze waarde wordt in "
 "milliseconden opgegeven."
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
@@ -4066,7 +4339,7 @@ msgstr ""
 "Specificeer de naam van het video apparaat dat gebruikt wordt. Als er niks "
 "opgegeven wordt, dan wordt er geen video apparaat gebruikt."
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
@@ -4074,7 +4347,7 @@ msgstr ""
 "Specificeer de naam van het audio apparaat dat gebruikt wordt. Als er niks "
 "opgegeven wordt, dan wordt er geen audio apparaat gebruikt."
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -4082,103 +4355,104 @@ msgstr ""
 "Forceer het Video4Linux video apparaat om een specifiek chroma formaat (bv. "
 "I420 (standaard), RV24, etc.)"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Video4Linux invoer"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr "Video4Linux invoer"
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
-msgstr "Video4Linux demuxer"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr "VCD input"
 
+#: modules/access/vcd/vcd.c:50
+#, fuzzy
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvdplay:][apparaat][@[titel][,[hoofdstuk][,hoek]]]"
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr "Bovenstaand bericht heeft een onbekend log niveau"
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr "Onderdeel"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr "Segment"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr "VCD formaat"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr "Applicatie"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr "Prepareer"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr "Volume #"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr "Volume max #"
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr "Zet volume"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Volume"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr "Uitgever"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr "Stream Id"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr "Onderdeel"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr "Segment"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr "Spoor"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr "Spoor "
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr "Eerste begin punt"
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr "Laatste begin punt"
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr "Lijst ID"
 
@@ -4270,7 +4544,8 @@ msgstr "Afspeel controle gebruiken?"
 msgid ""
 "If VCD is authored with playback control, use it. Otherwise we play by "
 "tracks."
-msgstr "Gebruik VCD playback control indien gewenst, anders speel de tracks af."
+msgstr ""
+"Gebruik VCD playback control indien gewenst, anders speel de tracks af."
 
 #: modules/access/vcdx/vcd.c:112
 msgid "Format to use in playlist \"author\""
@@ -4301,7 +4576,8 @@ msgid "Username"
 msgstr "Gebruikersnaam"
 
 #: modules/access_output/http.c:47
-msgid "Allows you to give a user name that will be requested to access the stream."
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
 msgstr "De gebruikersnaam die nodig is om de stream op te vragen."
 
 #: modules/access_output/http.c:49
@@ -4309,14 +4585,25 @@ msgid "Password"
 msgstr "Wachtwoord"
 
 #: modules/access_output/http.c:50
-msgid "Allows you to give a password that will be requested to access the stream."
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
 msgstr "Het wachtwoord dat nodig is om de stream op te vragen."
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Positie"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr "De levenstijd van de uitgaande stream."
+
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr "HTTP stream uitvoer"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr "Buffergrootte in ms"
 
@@ -4399,12 +4686,12 @@ msgstr "koptelefoon filter voor virtueel ruimtelijk effect"
 msgid "audio filter for trivial channel mixing"
 msgstr "audio filter voor het mixen van kanalen"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "A/52 compressie dynamisch bereik"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4416,7 +4703,8 @@ msgstr ""
 "luisteren in een rumoerige omgeving zonder iemand te storen. Als deze optie "
 "uit staat, dan wordt het geluid aangepast aan een filmtheater of een kamer."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "ATSC A/52 (AC-3) audio decoder"
 
@@ -4424,11 +4712,12 @@ msgstr "ATSC A/52 (AC-3) audio decoder"
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "audio filter voor A/52->S/PDIF inkapseling"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "DTS dynamisch bereik compressie"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "DTS Coherent Acoustics audio decoder"
 
@@ -4460,7 +4749,8 @@ msgstr "audio filter voor float32->u16 conversie"
 msgid "audio filter for float32->u8 conversion"
 msgstr "audio filter voor float32->u8 conversie"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "MPEG audio decoder"
 
@@ -4488,6 +4778,162 @@ msgstr "audio filter voor u8->fixed32 conversie"
 msgid "audio filter for u8->float32 conversion"
 msgstr "audio filter voor u8->float32 conversie"
 
+#: modules/audio_filter/equalizer.c:52
+#, fuzzy
+msgid "Equalizer preset"
+msgstr "videowall filter"
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+#, fuzzy
+msgid "Two pass"
+msgstr "FTP wachtwoord"
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "videowall filter"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Snel"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr "Klassiek"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Club"
+msgstr "Kubus"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr "Dance"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Volledig scherm"
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Headphones"
+msgstr "koptelefoon"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Groot"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "Linear"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Poort"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr "Pop"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr "Reggae"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr "Rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr "Ska"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "Langzmer"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Southern rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr "Techno"
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "audio filter voor float32->s8 conversio"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Aantal banden"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Kwaliteit:"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 #, fuzzy
 msgid "audio filter for band-limited interpolation resampling"
@@ -4533,32 +4979,32 @@ msgstr "ALSA audio uitvoer"
 msgid "ALSA Device Name"
 msgstr "ALSA apparaatnaam"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Audio apparaat"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Mono"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Voor 2 Achter"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr "5.1"
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 over S/PDIF"
 
@@ -4566,7 +5012,7 @@ msgstr "A/52 over S/PDIF"
 msgid "aRts audio output"
 msgstr "aRts audio uitvoer"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
@@ -4576,7 +5022,7 @@ msgstr ""
 "bekend is in jouw 'Audio apparaat' menu. Het apparaat zal dan standaard voor "
 "audio gebruikt worden."
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr "CoreAudio uitvoer"
 
@@ -4668,7 +5114,18 @@ msgstr "OSS DSP apparaat"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Simple DirectMedia Layer audio uitvoer"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Voer uit naar stream"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr "Win32 waveOut extensie uitvoer"
 
@@ -4700,6 +5157,14 @@ msgstr "Cinepak video decoder"
 msgid "CMML annotations decoder"
 msgstr "CMML decoder"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr "DTS parser"
@@ -4712,10 +5177,15 @@ msgstr "DTS audio packetizer"
 msgid "DV video decoder"
 msgstr "DV video decoder"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "DVD ondertiteling decoder"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "DVD ondertiteling decoder"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr "AAC audio decoder (gebruikt libfaad2)"
@@ -4732,31 +5202,47 @@ msgstr "bits"
 msgid "simple"
 msgstr "eenvoudig"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr "ffmpeg chroma conversie"
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "ffmpeg audio/video encoder"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "ffmpeg demuxer"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Verklein video filter"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Deinterlace video filter"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Direct renderen"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Fout tolerantie"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 #, fuzzy
 msgid ""
 "ffmpeg can do error resilience.\n"
@@ -4767,11 +5253,11 @@ msgstr ""
 "Je kan instellen hoe ffmpeg om moet gaan met fouten. Toegestane waarden "
 "lopen van -1 tot 99 (-1 betekend geen tolerantie tegen fouten)"
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Probeer fouten te omzeilen"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4790,11 +5276,11 @@ msgstr ""
 "32 ac vlc\n"
 "64 Qpel chroma"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "Schiet op"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
@@ -4804,11 +5290,11 @@ msgstr ""
 "indien er niet genoeg tijd is. Dit is handig bij een gebrek aan CPU kracht "
 "maar kan verstoorde beelden produceren."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Kwaliteit van nabewerking"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
@@ -4819,19 +5305,19 @@ msgstr ""
 "Hogere waarden vragen behoorlijk meer CPU kracht, maar produceren ook veel "
 "betere beelden."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr "Visuele effecten"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4839,130 +5325,130 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 #, fuzzy
 msgid "ffmpeg post processing filter chains"
 msgstr "Lijst van ffmpeg nabewerkingsfilters"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)"
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "Tekstcodering van de ondertiteling"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 #, fuzzy
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr "Wijzig de acties."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 #, fuzzy
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Wijzig de acties."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "Afstandsbediening interface"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 #, fuzzy
 msgid "Allows you to specify the rate control buffer size."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "Afstandsbediening interface"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 #, fuzzy
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Ruis reductie"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "Kwaliteit:"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 #, fuzzy
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4970,36 +5456,57 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 #, fuzzy
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 #, fuzzy
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 #, fuzzy
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr "Wijzig de acties."
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "Nabewerking"
 
@@ -5036,7 +5543,7 @@ msgstr "Flac audio packetizer"
 msgid "Flac audio encoder"
 msgstr "Flac audio encoder"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "MPEG I/II video decoder (gebruikt libmpeg2)"
 
@@ -5073,7 +5580,7 @@ msgstr "Chaoji VCD ondertiteling packetizer"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Philips OGT (SVCD ondertiteling) decoder"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Philips OGT (SVCD ondertiteling) packetizer"
 
@@ -5177,60 +5684,60 @@ msgstr "Fout: %s\n"
 msgid "QuickTime library decoder"
 msgstr "QuickTime decoder (extern)"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Pseudo raw video decoder"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Pseudo raw video packetizer"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr "Speex audio decoder"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Speex audio packetizer"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "Speex audio encoder"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Speex commentaar"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Mode"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr "DVD ondertiteling decoder"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "DVD ondertiteling packetizer"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Tekstcodering van de ondertiteling"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Wijzig de tekstcodering die door de ondertiteling wordt gebruikt"
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Ondertiteling uitlijning"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "Wijzig de uitlijning die door de ondertiteling wordt gebruikt"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "decoder voor tekstuele ondertiteling"
 
@@ -5238,69 +5745,109 @@ msgstr "decoder voor tekstuele ondertiteling"
 msgid "Tarkin decoder module"
 msgstr "Tarkin decodeer module"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 #, fuzzy
 msgid "Encoding quality"
 msgstr "Kwaliteit van nabewerking"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr "Theora video decoder"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Theora video packetizer"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Theora video encoder"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Theora commentaar"
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stereo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Netwerk mode"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Flac audio encoder"
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "Maximale Bitrate"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 #, fuzzy
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "Maximale Bitrate"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Tekstcodering van de ondertiteling"
+
 #: modules/codec/vorbis.c:141
+#, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Hiermee kunt u video deinterlacen voor het te encoderen."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Vorbis audio decoder"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Vorbis audio packetizer"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Vorbis audio encodeer"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Vorbis commentaar"
 
@@ -5327,155 +5874,123 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr "Xvid video decoder"
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+msgid "Corba control"
+msgstr "Corba Bediening"
+
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
 msgstr "Corba bedieningsmodule"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr "Bewegingsdrempel (10-100)"
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr "Wijzig de gevoeligheid voor een muisbeweging."
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr "Activeer knop"
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr "Wijzig de activeer knop voor muis gebaren."
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr "Middelste"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr "Muis bediening met muisgebaren"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr "Afspeellijst bookmark 1"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr "Afspeellijst bookmark 2"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr "Afspeellijst bookmark 3"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr "Afspeellijst bookmark 4"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr "Afspeellijst bookmark 5"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr "Afspeellijst bookmark 6"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr "Afspeellijst bookmark 7"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr "Afspeellijst bookmark 8"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr "Afspeellijst bookmark 9"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr "Afspeellijst bookmark 10"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr "Met deze opties kunnen bookmarks voor de afspeelijst worden ingesteld"
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr "Sneltoets interface"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr "Pauze"
+msgid "Audio track: %s"
+msgstr "Audio spoor: %s"
 
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Start"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Ondertitelings-spoor: %s"
 
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr "Spring -10 seconden"
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr "Spring +10 seconden"
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr "Spring -1 minuut"
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr "Spring +1 minuut"
-
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr "Spring -5 minuten"
-
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr "Spring +5 minuten"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
+msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr "Adres Server"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr "Het IP adres en de poort waarop de HTTP interface zal draaien"
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr "Bronmap"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr "HTTP besturingsinterface"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr "Bewegingsdrempel"
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
@@ -5483,19 +5998,19 @@ msgstr ""
 "De hoeveelheid beweging die de joystick moet maken voordat beweging wordt "
 "geregistreerd. (0->32767)"
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr "Joystick apparaat"
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr "Het joystick apparaat (meestal /dev/js0 of /dev/input/js0)"
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr "Repeteertijd (ms)"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
@@ -5503,58 +6018,99 @@ msgstr ""
 "De hoeveelheid milliseconden dat wordt gewacht voordat the actie wordt "
 "herhaald"
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr "Wacht tijd (ms)"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr "De vertraging voordat de herhaling start in milliseconds"
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr "Maximale zoek interval (seconden)"
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 #, fuzzy
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr "Het maximum aantal seconden dat per keer wordt gezocht."
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr "Actie mapping"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr "Wijzig de acties."
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr "joystick bediening interface"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr "infrarood afstandsbediening"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr "Volume %%%d"
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr "Volume %d%%"
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
-msgstr "Audio spoor: %s"
+msgid "Pause"
+msgstr "Pauze"
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Ondertitelings-spoor: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Start"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr "Wijzig de gebruikersnaam voor de connectie."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5598,247 +6154,267 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Windows Service interface"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr "Laat stream positie zien"
 
-#: modules/control/rc.c:78
-msgid "Show the current position in seconds within the stream from time to time."
+#: modules/control/rc.c:118
+msgid ""
+"Show the current position in seconds within the stream from time to time."
 msgstr "Laat regelmatig de huidige positie (in seconden) in de video zien."
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr "Simuleer TTY"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Forceer de rc module om stdin als TTY te gebruiken."
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+#, fuzzy
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr "Het IP adres en de poort waarop de HTTP interface zal draaien"
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Afstandsbediening interface"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Afstandsbediening interface"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "FTP invoer"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, fuzzy, c-format
 msgid "Volume is %d\n"
 msgstr "Geluid zachter"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "_Interface"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 #, fuzzy
 msgid "Default to 4212"
 msgstr "Standaard"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 #, fuzzy
 msgid "Telnet Interface password"
 msgstr "_Interface"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 #, fuzzy
 msgid "Default to admin"
 msgstr "Standaard"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "HTTP besturingsinterface"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr "Gebruik de dummy interface plugin..."
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5872,97 +6448,35 @@ msgid "Force index creation"
 msgstr "forceer de creatie van een index"
 
 #: modules/demux/avi/avi.c:45
-msgid "Recreate a index for the AVI file so we can seek trough it more reliably."
+msgid ""
+"Recreate a index for the AVI file so we can seek trough it more reliably."
 msgstr "Maak de index voor een AVI bestand opnieuw aan."
 
 #: modules/demux/avi/avi.c:51
 msgid "AVI demuxer"
 msgstr "AVI demuxer"
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr "Demux2 adaptatie laag"
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr "Bestandsnaam"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr "Specificeer een bestandsnaam waarnaar de stream zal worden gedumpt."
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr "Dumpbestand demuxer"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Compatibiliteit met pre-0.4 VLS"
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"Het protocol voor het verzenden van A/52 audio streams is veranderd tussen "
-"VLC 0.3.x en 0.4. Standaard veronderstelt VLC dat de laatste VLS gebruikt "
-"wordt. Indien dit niet zo is selecteer dan deze optie."
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr "PSI met fouten"
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-"Selecteer deze optie als je een stream hebt waarvan de PSI pakketjes geen "
-"continuiteits tellers heeft."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "Stream uitvoer MRL"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "ISO 13818-1 MPEG Transport Stream demuxstream"
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "Raw DTS demuxer"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "buffer grootte in ms"
-
-#: modules/demux/dvdnav.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-"Wijzig de standaard buffer grootte voor CDDA streams. Deze waarde wordt in "
-"milliseconden opgegeven."
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr "DVDnav input"
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr "DVDnav demux module"
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr "FLAC demuxer"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -5971,39 +6485,56 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor mms stromen. Deze waarde wordt in "
 "miliseconden opgegeven."
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr "live.com (RSTP/RTP/SDP) demuxer"
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
-msgstr "RTSP/RTP beschrijving"
+#: modules/demux/livedotcom.cpp:73
+#, fuzzy
+msgid "RTSP/RTP access and demux"
+msgstr "RTP access module"
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr "Afspeellijst metademux"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Beelden per seconde"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "MPEG-4 video demuxer"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr "Matroska stream demuxer"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr "Zoek op basis van percentage i.p.v. op tijd"
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Bestandsnaam van segment"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Muxing applicatie"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Schrijf applicatie"
 
@@ -6085,7 +6616,7 @@ msgstr "H264 video demuxer"
 msgid "MPEG-4 video demuxer"
 msgstr "MPEG-4 video demuxer"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "MPEG-I/II audio demuxer"
 
@@ -6093,32 +6624,6 @@ msgstr "MPEG-I/II audio demuxer"
 msgid "MPEG-I/II video demuxer"
 msgstr "MPEG-I/II video demuxer"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "ISO 13818-1 MPEG Program Stream input"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "Generieke ISO 13818-1 MPEG demultiplexing"
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Ondertiteling"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "Ondertiteling"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "ISO 13818-1 MPEG Transport Stream input"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr "NullSoft demuxer"
@@ -6135,7 +6640,7 @@ msgstr "Open oude afspeellijst"
 msgid "M3U playlist import"
 msgstr "M3U speellijst importeren"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr "PLS speellijst importeren"
 
@@ -6159,11 +6664,62 @@ msgstr "Real demuxer"
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr "Tekstuele Ondertiteling demux"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Beelden per seconde"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Speel sneller"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+#, fuzzy
+msgid "CSA ck"
+msgstr "Toets"
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Dithering methode"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "ISO 13818-1 MPEG Transport Stream input - nieuw"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "Simpele id3 tag routine"
 
@@ -6179,10 +6735,6 @@ msgstr "Klassieke Rock"
 msgid "Country"
 msgstr "Country"
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr "Dance"
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr "Disco"
@@ -6219,10 +6771,6 @@ msgstr "Gouwe Ouwe"
 msgid "Other"
 msgstr "Anders"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr "Pop"
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr "R&B"
@@ -6231,18 +6779,6 @@ msgstr "R&B"
 msgid "Rap"
 msgstr "Rap"
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr "Reggae"
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr "Rock"
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr "Techno"
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr "Industrial"
@@ -6251,10 +6787,6 @@ msgstr "Industrial"
 msgid "Alternative"
 msgstr "Alternatief"
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr "Ska"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr "Death metal"
@@ -6295,10 +6827,6 @@ msgstr "Fusion"
 msgid "Trance"
 msgstr "Trance"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr "Klassiek"
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr "Instrumentaal"
@@ -6491,18 +7019,6 @@ msgstr "Hard rock"
 msgid "ID3 tag parser using libid3tag"
 msgstr "ID3 tag parser gebruikt libid3tag"
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr "Tekstuele Ondertiteling demux"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Beelden per seconde"
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Ondertiteling vertragen (in 1/10s)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr "WAV demuxer"
@@ -6530,113 +7046,131 @@ msgstr "Ook bestanden van alle onderliggende mappen openen?"
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Annuleer"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Open"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Voorkeuren"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Berichten"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Bestand"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Open Bestand"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Open Disk"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Open Ondertiteling"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Over"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Ondertiteling"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Vorig Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Volgende Title"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr "Ga Naar Menu"
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Ga naar Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Ga naar Hoofdstuk"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Snelheid"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Venster"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr "VLC media player: Open Media Bestanden"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr "VLC media player: Open Ondertitelingsbestand"
 
@@ -6644,73 +7178,75 @@ msgstr "VLC media player: Open Ondertitelingsbestand"
 msgid "Drop files to play"
 msgstr "Drop bestanden om af te spelen"
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr "afspeellijst"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Sluit"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Bewerk"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Alles selecteren"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr "Alles Deselecteren"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr "Omgekeerd Sorteren"
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr "Sorteer op Naam"
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr "Sorteer op Pad"
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Shuffle"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr "Verwijder"
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr "Alles Verwijderen"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "Toon"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr "Pad"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Naam"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Modules"
@@ -6722,7 +7258,7 @@ msgstr "Pas Toe"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Opslaan"
@@ -6763,10 +7299,6 @@ msgstr "Hou op de Voorgrond"
 msgid "Take Screen Shot"
 msgstr "Neem een Screenshot"
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<onbekend>"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr "Toon tooltips"
@@ -6795,7 +7327,18 @@ msgstr ""
 "De maximum hoogte voor de configuratie schermen voor het voorkeuren menu is "
 "in te stellen."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr "Interface standaard zoekpad"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Stel het standaard zoekpad in waar de interface naar bestanden gaat zoeken."
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr "GNOME interface"
 
@@ -6903,20 +7446,15 @@ msgid "Select audio channel"
 msgstr "Selecteer een audio kanaal"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Geluid Harder"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Geluid Zachter"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "Apparaat"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6934,7 +7472,7 @@ msgstr "Volledig Scherm"
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Scherm"
 
@@ -6947,8 +7485,9 @@ msgid "_Video"
 msgstr "_Video"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "VLC media speler"
 
@@ -7001,7 +7540,7 @@ msgid "Slow"
 msgstr "Langzaam"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Speel langzamer"
 
@@ -7012,12 +7551,13 @@ msgid "Fast"
 msgstr "Snel"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Speel Sneller"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Open speellijst"
 
@@ -7121,7 +7661,7 @@ msgid "Open Target:"
 msgstr "Open Doel locatie:"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7129,52 +7669,52 @@ msgstr "Bouw een MRL met behulp van de volgende voorgedefinieerde doelen:"
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Blader..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Disk type"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "Audio CD"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Apparaat naam"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "Gebruik DVD menus"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "UDP/RTP Multicast"
 
@@ -7182,24 +7722,24 @@ msgstr "UDP/RTP Multicast"
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Poort"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adres"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Netwerk"
 
@@ -7207,10 +7747,6 @@ msgstr "Netwerk"
 msgid "Symbol Rate"
 msgstr "Symbol Rate"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Frequentie"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarisatie"
@@ -7232,12 +7768,12 @@ msgid "Satellite"
 msgstr "Satelliet"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "vertraging"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr "fps"
 
@@ -7246,8 +7782,8 @@ msgid "stream output"
 msgstr "stream uitvoer"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Instellingen..."
 
@@ -7255,7 +7791,8 @@ msgstr "Instellingen..."
 msgid ""
 "Sorry, the module manager isn't functional yet. Please retry in a later "
 "version."
-msgstr "Sorry, de module manager is nog niet functioneel. Probeer een latere versie."
+msgstr ""
+"Sorry, de module manager is nog niet functioneel. Probeer een latere versie."
 
 #: modules/gui/gtk/gnome_interface.c:2312 modules/gui/gtk/gtk_interface.c:2780
 msgid "All"
@@ -7274,19 +7811,19 @@ msgid "Invert"
 msgstr "Inverteer"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Selecteer"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Voeg toe"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Verwijder"
 
@@ -7307,12 +7844,12 @@ msgid "Destination Target: "
 msgstr "Doel: "
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RTP"
 
@@ -7352,7 +7889,7 @@ msgstr "Pixmap bestand niet gevonden: %s"
 msgid "Couldn't create pixmap from file: %s"
 msgstr "Kon geen pixmap creeeren van bestand: %s"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr "Gtk+ interface"
 
@@ -7468,15 +8005,15 @@ msgstr "het VideoLAN team <videolan@videolan.org>"
 msgid "Open Target"
 msgstr "Open Doel"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr "HTTP/FTP/MMS"
 
@@ -7553,12 +8090,12 @@ msgstr "Stroom output (MRL)"
 msgid "Error loading pixmap file: %s"
 msgstr "Fout tijdens laden van pixmap bestand: %s"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Titel %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Hoofdstuk %d"
@@ -7689,7 +8226,7 @@ msgstr "Klaar."
 msgid "Opening file..."
 msgstr "Openen bestand..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Open bestand..."
 
@@ -7705,7 +8242,7 @@ msgstr "Toggle toolbar..."
 msgid "Toggle the status bar..."
 msgstr "Toggle de statusbar..."
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "Uit"
 
@@ -7745,246 +8282,266 @@ msgstr "Opslaan"
 msgid "Plugins"
 msgstr "Modulen"
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "Over VLC media speler"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Shuffle aan"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Shuffle uit"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr "Alles herhalen"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr "Herhaal Uit"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr "Herhaal een"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr "Spring +10 Seconden"
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr "Spring -10 Seconden"
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr "Halve grootte"
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr "Normale grootte"
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr "Dubbele grootte"
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr "altijd boven"
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr "Vul Scherm"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr "Stap vooruit"
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr "Stap terug"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
-msgstr "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+#, fuzzy
+msgid "2 Pass"
+msgstr "Bass"
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr "Activeer"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Dream"
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr "VLC - Bedieningspaneel"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Langzaam"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr "Snel vooruit"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr "Open CrashLog"
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr "Voorkeuren..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr "Voorzieningen"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "Verberg VLC"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Verberg anderen"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Toon alles"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "Stop VLC"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:Bestand"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr "Open bestand versneld..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Open disk..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Open netwerk..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Open laatste"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Wis menu"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Knip"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Kopieer"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Plak"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Verwijder"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Bediening"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Video Apparaat"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Minimalizeer venster"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Sluit venster"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr "Bedieningspaneel"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr "Info"
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Alles op voorgrond"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Help"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "Lees mij..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Online Documentatie"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Rapporteer een fout"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "VideoLAN Website"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licentie"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "Fout"
 
-#: modules/gui/macosx/intf.m:625
-msgid "An error has occurred which probably prevented the execution of your request:"
+#: modules/gui/macosx/intf.m:497
+msgid ""
+"An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 "Er is een fout opgetreden die het onmogelijk maakte om uw verzoek af te "
 "handelen :"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 "Mocht u van mening zijn dat het een software fout betreft, volg dan de "
 "instructies op:"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "Open het berichten venster"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "Dismiss"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr "Verberg verdere foutmeldingen"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "Geen CrashLog gevonden"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
@@ -7992,11 +8549,12 @@ msgstr ""
 "Of u draait een versie van MacOSX van voor 10.2 of u heeft nog geen crashes "
 "gehad."
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Video apparaat"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
@@ -8004,11 +8562,11 @@ msgstr ""
 "Kies een getal dat overeenkomt met het scherm in je video apparaat selectie "
 "menu en dit scherm wordt standaard gebruikt voor de 'volledige scherm' mode."
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr "Doorzichtigheid"
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
@@ -8016,11 +8574,11 @@ msgstr ""
 "Hiermee kunt u de doorzichtigheid van het video venster instellen. 1 is niet-"
 "transparant(default), 0 is volledig transparant. (Zeer processor intensief)"
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr "Aspect Ratio bijstellen"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
@@ -8028,133 +8586,132 @@ msgstr ""
 "Vul het venster volledig met beeld. De hoogte-breedte verhouding wordt "
 "hierbij genegeerd."
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "Kies een render methode"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr "Standaard is OpenGL voor machines met Quartz Extreme en Quartz voor de rest."
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr "OpenGL effect"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-"Gebruik 'None' voor het normaal tonen van video, 'Cube' voor het afbeelden "
-"van video op een kubus, 'Transparent cube' maakt de kubus transparant."
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr "Beeld uitvullen"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr "Crop het beeld als het in fullscreen zwarte randen heeft. "
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr "Kubus"
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr "Transparante kubus"
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr "MacOS X interface, geluid en video"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Open Bron"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Media Resource Locater (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Beschouw bestand als een pipe"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "VIDEO_TS map"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Gebruik ondertiteling in bestand:"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Gebruik"
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "Tekstcodering van de ondertiteling"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Lettertype grootte"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "Geen %@s gevonden"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "Open VIDEO_TS map"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr "Geavanceerde uitvoer:"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr "Uitvoer Opties"
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr "Speel lokaal"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr "Dump volledige invoer"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr "Inkapseling Methode"
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr "Transcode opties"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr "Bitrate (kb/s)"
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr "Vergroting"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr "Stream Aankondigingen"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr "SAP Aankondigingen"
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr "SLP Aankondigingen"
 
-#: modules/gui/macosx/output.m:169
-msgid "Channel Name"
-msgstr "Naam Kanaal"
-
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "SAP Aankondigingen"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "SAP Aankondigingen"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
+msgid "Channel Name"
+msgstr "Naam Kanaal"
+
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "SDP"
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "Bewaar Bestand"
 
@@ -8178,7 +8735,7 @@ msgstr "Deactiveer alle elementen in deze groep"
 msgid "Properties"
 msgstr "Eigenschappen"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr "Zoek"
 
@@ -8213,7 +8770,6 @@ msgstr "Voeg Groep Toe"
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "Groep"
 
@@ -8225,40 +8781,40 @@ msgstr "Alles Wissen"
 msgid "Advanced"
 msgstr "Geavanceerd"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Commando"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr "Control"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Optie/Alt"
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Shift"
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Reset Voorkeuren"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Ga Door"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8267,7 +8823,7 @@ msgstr ""
 "waarden weer terugplaatsen.\n"
 "Weet u zeker dat u door wil gaan?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Selecteer bestand of map"
 
@@ -8275,7 +8831,20 @@ msgstr "Selecteer bestand of map"
 msgid "Select a file or directory"
 msgstr "Selecteer een bestand of map"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Met deze optie kunt u een extra zoekpad aangeven, waar VLC modules kan "
+"vinden."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr "ncurses interface"
 
@@ -8294,7 +8863,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "PDA Linux Gtk2+ interface"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Bestandsnaam"
 
@@ -8310,7 +8879,7 @@ msgstr "Grootte"
 msgid "Owner"
 msgstr "Eigenaar"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Positie"
 
@@ -8715,221 +9284,341 @@ msgstr "QNX RTOS video en audio uitvoer"
 msgid "Qt interface"
 msgstr "Qt interface"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr "Open een skin bestand"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr "Laast gebruikte skin"
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr "Configuratie van laatst gebruikte skin"
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr "Toon programma in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+msgstr "Skin bestanden (*.vlt)|*vlt|Skin bestanden (*.xml)|*.xml"
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
-msgstr "Toon programma in taakbalk"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
-msgstr "Interface met Skins"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Bewaar speellijst"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr "Skin bestanden (*.vlt)|*vlt|Skin bestanden (*.xml)|*.xml"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "M3U bestand"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr "Laatst gebruikte skin"
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr "Selecteer het bestandspad van de laatste gebruikte skin."
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr "Configuratie van laatst gebruikte skin"
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr "Configuratie van laatst gebruikte skin"
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 msgid "Skinnable Interface"
 msgstr "Interface met Skins"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Selectie"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Open skin"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Afspeellijst bookmark 1"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+#, fuzzy
+msgid "Bytes"
+msgstr "Blues"
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 #, fuzzy
 msgid "Size offset"
 msgstr "Schaduw offset"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 #, fuzzy
 msgid "Time offset"
 msgstr "Vertikale offset"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Inverteer selectie"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "Geen %@s gevonden"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "FTP invoer"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr "Beeldaanpassingen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr "Herstel"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr "Tint"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr "Contrast"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr "Helderheid"
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr "Verzadiging"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr "Gamma"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
+msgstr "Audio Instellingen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr "Aspect Ratio bijstellen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Video titel"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Info voor Elementen"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "Koptelefoon virtueel ruimtelijk effect"
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visuele effecten"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Kwaliteit:"
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Element informatie"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+#, fuzzy
+msgid "Extended controls"
+msgstr "Extra Data"
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Stream en media informatie."
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "&Open Bestand Versneld...\tCtrl-O"
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 msgid "Open &File...\tCtrl-F"
 msgstr "Open &Bestand...\tCtrl-F"
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Open &Disk...\tCtrl-D"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "Open &Netwerk Stream...\tCtrl-N"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr "Open &Capture Apparaat...\tCtrl-C"
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
 msgstr "Streaming &Wizard...\tCtrl-W"
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr "Streaming Wizard..."
-
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr "&Afsluiten\tCtrl-X"
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 msgid "&Playlist...\tCtrl-P"
 msgstr "&Speellijst...\tCtrl-P"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 msgid "&Messages...\tCtrl-M"
 msgstr "&Berichten...\tCtrl-M"
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "&Stream en Media Informatie...\tCtrl-I"
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "&Bestand"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Toon"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "&Instellingen"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr "&Audio"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Video"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navigatie"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "&Help"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Vorige speellijst item"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Volgende speellijst item"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr "Beeldaanpassingen"
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr "Activeer"
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr "Herstel"
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr "Tint"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr "Contrast"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr "Helderheid"
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr "Verzadiging"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr "Gamma"
-
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
-msgstr "Audio Instellingen"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
-msgstr "Aspect Ratio bijstellen"
-
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
-msgstr "Audio Instellingen"
-
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr "Uitgebreide GUI"
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Voorkeuren..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -8937,7 +9626,7 @@ msgstr ""
 " (wxWindows interface)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -8945,7 +9634,7 @@ msgstr ""
 "©(C) 1996-200 - het VideoLAN team\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -8955,7 +9644,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Over %s"
@@ -8973,7 +9662,7 @@ msgid "Group Info"
 msgstr "Groep Informatie"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Nieuwe Groep"
 
@@ -8981,43 +9670,53 @@ msgstr "Nieuwe Groep"
 msgid "Options"
 msgstr "Opties"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr "&Open Bestand Versneld..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "Open &Bestand..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "Open &Disk..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "Open &Netwerk Stream..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr "Open &Capture Apparaat..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Stream informatie..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Berichten..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Audio menu"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Video menu"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Input menu"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr "Interface menu"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Leeg"
 
@@ -9029,29 +9728,28 @@ msgstr "Bewaar Als..."
 msgid "Save Messages As..."
 msgstr "Bewaar berichten in bestand..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr "Geavanceerde opties..."
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "Geavanceerde opties"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr "Opties:"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "Open..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr "Open:"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9061,161 +9759,166 @@ msgstr ""
 "Bij het gebruik van de bedieningselementen hier beneden wordt hij "
 "automatisch ingevuld."
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr "Gebruik VLC als stream server"
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Ondertiteling opties"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr "Forceer opties voor ondertitelbestanden."
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "DVD menus"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "DVD menus"
+msgid "Subtitles track"
+msgstr "Ondertitelings-spoor"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr "RTSP"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr "Shuffle"
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr "Herhaal Alles"
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Herhaal Aan"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "&Simpel Voeg Toe..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&Voeg MRL toe..."
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "&Open Afspeellijst"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "&Bewaar Afspeellijst..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "S&luit"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr "Sorteer op titel"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr "Sorteer op titel (inverse)"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr "Sorteer op auteur"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr "Sorteer op auteur (inverse)"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr "Sorteer op Groep"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr "Sorteer op Groep (inverse)"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "&Shuffle Afspeellijst"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr "&Activeer"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr "&Deactiveer"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "&Inverteer"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr "V&erwijder"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "Alles &selecteren"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr "Schakel alle elementen in de groep in"
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr "Schakel alle elementen in de groep uit"
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "&Manage"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr "S&orteer"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Selectie"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr "&Groepen"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr "(De)activeer"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr "Naar Boven"
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr "Naar Beneden"
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr "Info voor Elementen"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr "M3U bestand"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr "PLS bestand"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr "Afspeellijst is leeg"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Bewaar speellijst"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Voer de naam in voor de nieuwe groep"
 
@@ -9239,15 +9942,15 @@ msgstr "Kies map"
 msgid "Choose file"
 msgstr "Kies Bestand"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "Stroom output MRL"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr "Doel: "
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9257,82 +9960,54 @@ msgstr ""
 "Bij het gebruik van de bedieningselementen hier beneden wordt hij "
 "automatisch ingevuld."
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr "Uitvoer methodes"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr "HTTP"
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr "MMSH"
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr "Overige Opties"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr "Naam Kanaal"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr "Transcoding opties"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "Video codec"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr "Vergroting"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "Audio codec"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Bewaar bestand"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr "Stream met VLC in drie stappen"
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr "Stap 1: Selecteer wat te streamen"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr "Stap 2: Definieer streaming methode"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr "Stap 3: Start met streamen"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr "Kies..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr "Start!"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "Ondertitelingsbestand"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "Tekstcodering van de ondertiteling"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Ondertiteling opties"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Ondertiteling vertragen (in 1/10s)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9441,19 +10116,19 @@ msgstr "Dummy video uitvoer functie"
 msgid "Dummy font renderer function"
 msgstr "Dummy font renderer functie"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr "Lettertype"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr "Lettertype bestandsnaam"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr "Lettertype grootte in pixels"
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
@@ -9462,31 +10137,28 @@ msgstr ""
 "Indien deze optie ongelijk is aan 0 zal deze waarde en niet de  de relatieve "
 "lettertype grootte worden gebruikt."
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr "Lettertype grootte"
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
-msgstr "De grootte van de lettertypen die zal worden gebruikt voor de OSD module"
+msgstr ""
+"De grootte van de lettertypen die zal worden gebruikt voor de OSD module"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr "Kleiner"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr "Klein"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr "Groot"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr "Groter"
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr "freetype2 lettertype renderer"
 
@@ -9542,11 +10214,11 @@ msgstr "MMX EXT memcpy"
 msgid "AltiVec memcpy"
 msgstr "AltiVec memcpy"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 #, fuzzy
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
@@ -9555,7 +10227,7 @@ msgstr ""
 "Wijzig de standaard buffer grootte voor udp stromen. Deze waarde wordt in "
 "miliseconden opgegeven."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "IPv4 network abstractie laag"
 
@@ -9624,7 +10296,8 @@ msgid "SAP timeout (seconds)"
 msgstr "SAP timeout (seconden)"
 
 #: modules/misc/sap.c:100
-msgid "Sets the time before SAP items get deleted if no new announce is received."
+msgid ""
+"Sets the time before SAP items get deleted if no new announce is received."
 msgstr ""
 "De tijd waarna het SAP element wordt verwijderd, indien er geen nieuwe "
 "aankondigen aangekomen is."
@@ -9648,6 +10321,16 @@ msgstr "SAP interface"
 msgid "X Screensaver disabler"
 msgstr "helper om de screensaver uit te schakelen"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Bewaar bestand"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "de C module die niks doet"
@@ -9656,41 +10339,42 @@ msgstr "de C module die niks doet"
 msgid "Miscellaneous stress tests"
 msgstr "Verschillende stress tests"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 #, fuzzy
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 #, fuzzy
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 #, fuzzy
-msgid "Allows you to define the copyright string that will be put in ASF comments."
+msgid ""
+"Allows you to define the copyright string that will be put in ASF comments."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Commando"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 #, fuzzy
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 #, fuzzy
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr "Wijzig de account gegevens voor de connectie."
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "ASF muxer"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Onbekende video"
 
@@ -9723,41 +10407,41 @@ msgstr "MP4/MOV demuxer"
 msgid "PS muxer"
 msgstr "PS muxer"
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 #, fuzzy
 msgid "Shaping delay (ms)"
 msgstr "Surround vertraging (ms)"
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9766,61 +10450,67 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 #, fuzzy
 msgid "PCR delay (ms)"
 msgstr "'Reverb' vertraging (ms)"
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 #, fuzzy
 msgid "DTS delay (ms)"
 msgstr "Surround vertraging (ms)"
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "CD Audio"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 #, fuzzy
 msgid "CSA Key"
 msgstr "Toets"
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr "TS muxer"
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr "TS muxer (libdvbpsi)"
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Uitvoer naar bestand"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "Ogg/ogm muxer"
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "WAV demuxer"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copy packetizer"
@@ -9873,7 +10563,8 @@ msgid "Output access method"
 msgstr "Uitvoer methodes"
 
 #: modules/stream_out/es.c:39 modules/stream_out/standard.c:42
-msgid "Allows you to specify the output access method used for the streaming output."
+msgid ""
+"Allows you to specify the output access method used for the streaming output."
 msgstr ""
 
 #: modules/stream_out/es.c:41
@@ -9904,7 +10595,7 @@ msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 msgid "Output muxer"
 msgstr "Uitvoer naar bestand"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 #, fuzzy
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
@@ -9933,7 +10624,7 @@ msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
 msgid "Output URL"
 msgstr "Uitvoer URL"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9943,7 +10634,8 @@ msgid "Audio output URL"
 msgstr "Audio uitvoer URL"
 
 #: modules/stream_out/es.c:65
-msgid "Allows you to specify the output URL used for the audio streaming output."
+msgid ""
+"Allows you to specify the output URL used for the audio streaming output."
 msgstr ""
 
 #: modules/stream_out/es.c:67
@@ -9951,7 +10643,8 @@ msgid "Video output URL"
 msgstr "Video uitvoer URL"
 
 #: modules/stream_out/es.c:69
-msgid "Allows you to specify the output URL used for the video streaming output."
+msgid ""
+"Allows you to specify the output URL used for the video streaming output."
 msgstr ""
 
 #: modules/stream_out/es.c:78
@@ -9962,47 +10655,101 @@ msgstr "Elementaire stream uitvoer"
 msgid "Gathering stream output"
 msgstr "Verzamel stream uitvoer"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr "Doel"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr "Sessie naam"
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr "SDP"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr "Muxer"
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr "Sessie naam"
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr ""
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Beschrijving codec"
+
 #: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr "Het wachtwoord dat nodig is om de stream op te vragen."
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Sessie naam"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Sessie naam"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr "Specificeer een titel voor invoer."
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Audio Instellingen"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Video bitrate"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr "RTP stream uitvoer"
 
 #: modules/stream_out/standard.c:46
-msgid "Allows you to specify the output muxer method used for the streaming output."
+msgid ""
+"Allows you to specify the output muxer method used for the streaming output."
 msgstr ""
 
 #: modules/stream_out/standard.c:54
@@ -10037,157 +10784,205 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Standaard stream"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr "Video encoder"
 
-#: modules/stream_out/transcode.c:53
-msgid "Allows you to specify the video encoder to use and its associated options."
+#: modules/stream_out/transcode.c:44
+msgid ""
+"Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr ""
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr "Video bitrate"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr ""
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Video bitrate"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr "Deinterlace video"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr "Hiermee kunt u video deinterlacen voor het te encoderen."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr ""
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "Video codec"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 #, fuzzy
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "Audio Instellingen"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 #, fuzzy
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "Video hoogte"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 #, fuzzy
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "Audio codec"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 #, fuzzy
-msgid "Allows you to specify the audio encoder to use and its associated options."
+msgid ""
+"Allows you to specify the audio encoder to use and its associated options."
 msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "Doel: "
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 #, fuzzy
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr "Audio bitrate"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 #, fuzzy
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "Samplerate"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 #, fuzzy
-msgid "Allows you to specify the audio sample rate used for the streaming output."
+msgid ""
+"Allows you to specify the audio sample rate used for the streaming output."
 msgstr "Wijzig de gebruikersnaam voor de connectie."
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr "Audio kanalen"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 #, fuzzy
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr "Wijzig de gebruikersnaam voor de connectie."
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "DVB ondertiteling decoder"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Doel: "
+
 #: modules/stream_out/transcode.c:110
 #, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr "Hiermee kunt u de bitrate van de audio specificeren (in kB/s)."
+
+#: modules/stream_out/transcode.c:113
+#, fuzzy
 msgid "Number of threads"
 msgstr "Aantal Streams"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 #, fuzzy
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr "Wijzig de gebruikersnaam voor de connectie."
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+#, fuzzy
+msgid "Synchronise on audio track"
+msgstr "Wijzig het huidige audio kanaal"
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Transcode stream"
 
@@ -10231,7 +11026,8 @@ msgstr "Wijzig contrast (0-2)"
 
 #: modules/video_filter/adjust.c:61
 msgid "Set the image contrast, between 0 and 2. Defaults to 1"
-msgstr "Wijzig het contrast van het beeld. Waarden tussen 0 en 2, 1 is normaal."
+msgstr ""
+"Wijzig het contrast van het beeld. Waarden tussen 0 en 2, 1 is normaal."
 
 #: modules/video_filter/adjust.c:62
 msgid "Image hue (0-360)"
@@ -10247,7 +11043,8 @@ msgstr "Wijzig de kleurverzadiging (0-3)"
 
 #: modules/video_filter/adjust.c:65
 msgid "Set the image saturation, between 0 and 3. Defaults to 1"
-msgstr "Wijzig de kleurverziging van het beeld. Waarden tussen 0 en 3, 0 is normaal."
+msgstr ""
+"Wijzig de kleurverziging van het beeld. Waarden tussen 0 en 3, 0 is normaal."
 
 #: modules/video_filter/adjust.c:66
 msgid "Image brightness (0-2)"
@@ -10255,7 +11052,8 @@ msgstr "Wijzig helderheid (0-2)"
 
 #: modules/video_filter/adjust.c:67
 msgid "Set the image brightness, between 0 and 2. Defaults to 1"
-msgstr "Wijzig de helderheid van het beeld. Waarden tussen 0 en 2, 0 is normaal."
+msgstr ""
+"Wijzig de helderheid van het beeld. Waarden tussen 0 en 2, 0 is normaal."
 
 #: modules/video_filter/adjust.c:68
 msgid "Image gamma (0-10)"
@@ -10263,18 +11061,25 @@ msgstr "Beeld gamma correctie (0-10)"
 
 #: modules/video_filter/adjust.c:69
 msgid "Set the image gamma, between 0.01 and 10. Defaults to 1"
-msgstr "Wijzig de gamma van het beeld. Waarden tussen 0.01 en 10, 1 is normaal."
+msgstr ""
+"Wijzig de gamma van het beeld. Waarden tussen 0.01 en 10, 1 is normaal."
 
 #: modules/video_filter/adjust.c:73
 msgid "Image properties filter"
 msgstr "Beeld eigenschappen filter"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Video filter instelling"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Aantal klonen"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 "Kies het nummer van het video scherm waarin het video beeld gekloond moet "
 "worden."
@@ -10286,7 +11091,7 @@ msgstr "Lijst van video output modules"
 
 #: modules/video_filter/clone.c:60
 #, fuzzy
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr "Selecteer de specifieke video uitvoer modules die u wilt activeren."
 
 #: modules/video_filter/clone.c:63
@@ -10359,7 +11164,8 @@ msgid "Logo filename"
 msgstr "Log bestandsnaam"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+#, fuzzy
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "Dit moet een PNG in 8 bits RGBA waarden zijn (voorlopig)"
 
 #: modules/video_filter/logo.c:60
@@ -10367,7 +11173,8 @@ msgid "X coordinate of the logo"
 msgstr "X positie van het logo"
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+#, fuzzy
+msgid "You can move the logo by left-clicking on it."
 msgstr "Je kunt het logo verplaatsen door het te slepen"
 
 #: modules/video_filter/logo.c:62
@@ -10379,7 +11186,8 @@ msgid "Transparency of the logo (255-0)"
 msgstr "Transparantie van het logo (255-0)"
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+#, fuzzy
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 "Je kunt het veranderen door met de middelste muisknop te klikken en naar "
 "rechts of links te slepen"
@@ -10393,7 +11201,8 @@ msgid "Blur factor (1-127)"
 msgstr "Wazigheids faktor (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "De mate van wazigheid uitgedrukt in een getal van 1 tot 127"
 
 #: modules/video_filter/motionblur.c:58
@@ -10438,7 +11247,8 @@ msgstr "Aantal kolommen"
 
 #: modules/video_filter/wall.c:54
 #, fuzzy
-msgid "Select the number of horizontal video windows in which to split the video"
+msgid ""
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 "Selecteer het aantal horizontale videoschermen waarin de video verdeeld moet "
 "worden."
@@ -10449,7 +11259,8 @@ msgstr "Aantal rijen"
 
 #: modules/video_filter/wall.c:58
 #, fuzzy
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 "Selecteer het aantal vertikale videoschermen waarin de video verdeeld moet "
 "worden"
@@ -10477,11 +11288,11 @@ msgstr "video uitvoer in ASCII karakters"
 msgid "color ASCII art video output"
 msgstr "video uitvoer in gekleurde ASCII karakters"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr "Gebruik hardware YUV->RGB conversie"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10489,11 +11300,11 @@ msgstr ""
 "Probeer hardware acceleratie voor YUV->RGB conversies te gebruiken. Deze "
 "optie heeft geen effect als overlays gebruikt worden."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr "Gebruik video buffers in systeem geheugen"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10505,11 +11316,11 @@ msgstr ""
 "is dan het speciale video geheugen op de grafische kaart. De optie heeft "
 "geen effect als overlays gebruikt worden."
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr "Gebruik drievoudige buffering voor overlays"
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 #, fuzzy
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
@@ -10518,11 +11329,11 @@ msgstr ""
 "Probeer drievoudige buffering te gebruiken bij YUV overlays. Dat resulteert "
 "veel hogere beeldkwaliteit (geen geflikker)."
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr "Naam van gewenst afbeeldings apparaat"
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
@@ -10532,10 +11343,30 @@ msgstr ""
 "beeldscherm waarop je de video wilt zien opgegeven worden. Bijvoorbeeld: \"\\"
 "\\.\\DISPLAY1\" of \"\\\\.\\DISPLAY2\"."
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "DirectX video uitvoer"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Kleiner"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr "Framebuffer apparaat"
@@ -10553,8 +11384,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "GNU/Linux console framebuffer video uitvoer"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "X11 scherm naam"
 
@@ -10570,10 +11401,30 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "3dfx Glide video uitvoer"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "HD1000 audio uitvoer"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr "Matrox Graphic Array video uitvoer"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Selecteer volgende hoofdstuk"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "Hiermee kunt u de bitrate van de video specificeren (in kB/s)."
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Overlay video uitvoer"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "QT Embedded display namen"
@@ -10594,6 +11445,45 @@ msgstr "Qt Embedded video uitvoer"
 msgid "Simple DirectMedia Layer video output"
 msgstr "Simple DirectMedia Layer video uitvoer"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+#, fuzzy
+msgid "Set the width of the snapshot image"
+msgstr "Selecteer het bestandspad van de laatste gebruikte skin."
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+#, fuzzy
+msgid "Set the cache size (number of images to keep)"
+msgstr "Stel aantal beelden per seconde in"
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Toegangsmodule"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr "SVGAlib video uitvoer"
@@ -10602,11 +11492,25 @@ msgstr "SVGAlib video uitvoer"
 msgid "Windows GDI video output"
 msgstr "Windows GDI video uitvoer"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "XVideo adaptor nummer"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Indien de grafische kaart meedere adaptors (uitgangen) biedt, dan zal deze "
+"optie het mogelijk maken om er een te kiezen."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr "Alternatief volledig scherm methode"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 #, fuzzy
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
@@ -10623,7 +11527,8 @@ msgstr ""
 "2) Omzeil de window manager kompleet, echter dan zal er niks bovenop de "
 "video te zien zijn."
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -10631,42 +11536,40 @@ msgstr ""
 "Specificeer de X11 hardware scherm dat je wilt gebruiken.\n"
 "Standaard zal VLC de waarde uit de DISPLAY omgevings variable gebruiken."
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr "Kies het scherm voor de volledig scherm modus"
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+"Kies het scherm dat je in de volledig scherm modus wilt gebruiken. "
+"Bijvoorbeeld: 0 voor het eerste scherm, 1 for het tweede."
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr "Gebruik gedeeld geheugen"
 
 #: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70
 msgid "Use shared memory to communicate between VLC and the X server."
-msgstr "Gebruik gedeeld geheugen voor het communiceren tussen VLC en de X server"
+msgstr ""
+"Gebruik gedeeld geheugen voor het communiceren tussen VLC en de X server"
 
 #: modules/video_output/x11/x11.c:61
 msgid "choose the screen to be used for fullscreen mode."
 msgstr "Kies het scherm voor de volledig scherm modus"
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-"Kies het scherm dat je in de volledig scherm modus wilt gebruiken. "
-"Bijvoorbeeld: 0 voor het eerste scherm, 1 for het tweede."
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr "X11 video uitvoer"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "XVideo adaptor nummer"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Indien de grafische kaart meedere adaptors (uitgangen) biedt, dan zal deze "
-"optie het mogelijk maken om er een te kiezen."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "XVimage chroma formaat"
@@ -10679,14 +11582,14 @@ msgstr ""
 "Forceer de XVideo renderer om een specifiek chroma formaat te gebruiken in "
 "plaats van de snelste en meest efficiente te gebruiken."
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr "Kies het scherm voor de volledig scherm modus"
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr "XVideo extensie video uitvoer"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr "Breedte Goomvideo"
@@ -10809,6 +11712,201 @@ msgstr "Gebruik dit lettertype voor tekst in xosd uitvoer"
 msgid "XOSD interface"
 msgstr "XOSD interface"
 
+#~ msgid "Stream "
+#~ msgstr "Stream "
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr "[dvd:][device][@raw_device][@[titel][,[hoofdstuk][,hoek]]]"
+
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "DVD input (gebruikt libdvdcss indien aanwezig)"
+
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "DVD input (gebruikt libdvdcss)"
+
+#~ msgid "DVD menus"
+#~ msgstr "DVD menus"
+
+#~ msgid "Root"
+#~ msgstr "Begin"
+
+#~ msgid "Angle"
+#~ msgstr "Hoek"
+
+#~ msgid "Resume"
+#~ msgstr "Ga Verder"
+
+#~ msgid "DVD input with menus support"
+#~ msgstr "DVD met ondersteuning voor DVD menu's"
+
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "DVD input (gebruikt libdvdread)"
+
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Video4Linux demuxer"
+
+#~ msgid "Jump -10 seconds"
+#~ msgstr "Spring -10 seconden"
+
+#~ msgid "Jump +10 seconds"
+#~ msgstr "Spring +10 seconden"
+
+#~ msgid "Jump -1 minute"
+#~ msgstr "Spring -1 minuut"
+
+#~ msgid "Jump +1 minute"
+#~ msgstr "Spring +1 minuut"
+
+#~ msgid "Jump -5 minutes"
+#~ msgstr "Spring -5 minuten"
+
+#~ msgid "Jump +5 minutes"
+#~ msgstr "Spring +5 minuten"
+
+#~ msgid "Demux2 adaptation layer"
+#~ msgstr "Demux2 adaptatie laag"
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Compatibiliteit met pre-0.4 VLS"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "Het protocol voor het verzenden van A/52 audio streams is veranderd "
+#~ "tussen VLC 0.3.x en 0.4. Standaard veronderstelt VLC dat de laatste VLS "
+#~ "gebruikt wordt. Indien dit niet zo is selecteer dan deze optie."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "PSI met fouten"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Selecteer deze optie als je een stream hebt waarvan de PSI pakketjes geen "
+#~ "continuiteits tellers heeft."
+
+#~ msgid "Output MRL"
+#~ msgstr "Stream uitvoer MRL"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream demuxstream"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "buffer grootte in ms"
+
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "DVDnav demux module"
+
+#~ msgid "RTSP/RTP describe"
+#~ msgstr "RTSP/RTP beschrijving"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "ISO 13818-1 MPEG Program Stream input"
+
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "Generieke ISO 13818-1 MPEG demultiplexing"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Ondertiteling"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Ondertiteling"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream input"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+
+#~ msgid "<unknown>"
+#~ msgstr "<onbekend>"
+
+#~ msgid "Jump +10 Seconds"
+#~ msgstr "Spring +10 Seconden"
+
+#~ msgid "Jump -10 Seconds"
+#~ msgstr "Spring -10 Seconden"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "Kies een render methode"
+
+#~ msgid ""
+#~ "The default method is OpenGL for Quartz Extreme machines and Quartz for "
+#~ "the others."
+#~ msgstr ""
+#~ "Standaard is OpenGL voor machines met Quartz Extreme en Quartz voor de "
+#~ "rest."
+
+#~ msgid "OpenGL effect"
+#~ msgstr "OpenGL effect"
+
+#~ msgid ""
+#~ "Use 'None' to display the video without any fantasy, 'Cube' to let the "
+#~ "video play on the faces of a rotating cube, 'Transparent cube' do make "
+#~ "this cube transparent."
+#~ msgstr ""
+#~ "Gebruik 'None' voor het normaal tonen van video, 'Cube' voor het "
+#~ "afbeelden van video op een kubus, 'Transparent cube' maakt de kubus "
+#~ "transparant."
+
+#~ msgid "Transparent cube"
+#~ msgstr "Transparante kubus"
+
+#~ msgid "Last skin actually used"
+#~ msgstr "Laast gebruikte skin"
+
+#~ msgid "Show application in system tray"
+#~ msgstr "Toon programma in system tray"
+
+#~ msgid "Show application in taskbar"
+#~ msgstr "Toon programma in taakbalk"
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Interface met Skins"
+
+#~ msgid "New Wizard..."
+#~ msgstr "Streaming Wizard..."
+
+#~ msgid "Audio Options"
+#~ msgstr "Audio Instellingen"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "DVD menus"
+
+#~ msgid "Item info"
+#~ msgstr "Info voor Elementen"
+
+#~ msgid "Stream with VLC in three steps."
+#~ msgstr "Stream met VLC in drie stappen"
+
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Stap 1: Selecteer wat te streamen"
+
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Stap 2: Definieer streaming methode"
+
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Stap 3: Start met streamen"
+
+#~ msgid "Choose..."
+#~ msgstr "Kies..."
+
+#~ msgid "Start!"
+#~ msgstr "Start!"
+
+#~ msgid "TS muxer"
+#~ msgstr "TS muxer"
+
 #~ msgid "DVD (menus support)"
 #~ msgstr "DVD (menu ondersteuning)"
 
@@ -10941,10 +12039,6 @@ msgstr "XOSD interface"
 #~ msgid "Additional streaming options"
 #~ msgstr "Bitrate Opties"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "Info voor Elementen"
-
 #, fuzzy
 #~ msgid "To"
 #~ msgstr "Boven"
@@ -11190,12 +12284,6 @@ msgstr "XOSD interface"
 #~ msgid "Device corresponding to your acquisition card or your webcam"
 #~ msgstr "Te gebruiken webcam of videocapture kaart"
 
-#~ msgid "Channel"
-#~ msgstr "Kanalen"
-
-#~ msgid "Usually 0 is for tuner, 1 for composite and 2 for svideo"
-#~ msgstr "Meestal is 0 voor de tuner, 1 voor composite en 2 voor svideo"
-
 #~ msgid "Advanced settings..."
 #~ msgstr "Geavanceerde instellingen..."
 
@@ -11217,9 +12305,6 @@ msgstr "XOSD interface"
 #~ msgid "Common options"
 #~ msgstr "Algemene Opties"
 
-#~ msgid "Norm"
-#~ msgstr "Normaal"
-
 #~ msgid "Standard of the analog signal"
 #~ msgstr "Analoog signaal standaard"
 
@@ -11229,9 +12314,6 @@ msgstr "XOSD interface"
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "De frequentie in kHz"
 
-#~ msgid "Audio options"
-#~ msgstr "Audio Instellingen"
-
 #~ msgid "Audio device"
 #~ msgstr "Audio apparaat"
 
@@ -11334,9 +12416,6 @@ msgstr "XOSD interface"
 #~ msgid "udp stream output"
 #~ msgstr "udp stream uitvoer"
 
-#~ msgid "headphone"
-#~ msgstr "koptelefoon"
-
 #~ msgid "ALSA"
 #~ msgstr "ALSA"
 
@@ -11346,15 +12425,9 @@ msgstr "XOSD interface"
 #~ msgid "subtitles"
 #~ msgstr "ondertiteling"
 
-#~ msgid "subtitles decoder"
-#~ msgstr "DVB ondertiteling decoder"
-
 #~ msgid "ffmpeg"
 #~ msgstr "ffmpeg"
 
-#~ msgid "Corba control"
-#~ msgstr "Corba Bediening"
-
 #~ msgid "the mouse button to be held down during mouse gestures"
 #~ msgstr "De muisknop die ingedrukt moet worden tijdens de muisgebaren."
 
@@ -11404,9 +12477,6 @@ msgstr "XOSD interface"
 #~ msgid "Shuffle Off"
 #~ msgstr "Shuffle Uit"
 
-#~ msgid "Repeat On"
-#~ msgstr "Herhaal Aan"
-
 #~ msgid "Loop On"
 #~ msgstr "Herhaal Playlist Aan"
 
@@ -11416,9 +12486,6 @@ msgstr "XOSD interface"
 #~ msgid "Float On Top"
 #~ msgstr "Altijd op de Voorgrond"
 
-#~ msgid "Shuffle"
-#~ msgstr "Shuffle"
-
 #~ msgid "Repeat Item"
 #~ msgstr "Herhaal Element"
 
@@ -11465,9 +12532,6 @@ msgstr "XOSD interface"
 #~ msgid "Ratio"
 #~ msgstr "Verhouding"
 
-#~ msgid "Item informations"
-#~ msgstr "Element informatie"
-
 #~ msgid "Simple &Open ..."
 #~ msgstr "Simpel &Open Bestand..."
 
@@ -11483,9 +12547,6 @@ msgstr "XOSD interface"
 #~ msgid "&Delete"
 #~ msgstr "&Verwijder"
 
-#~ msgid "Loop"
-#~ msgstr "Herhaal Alles"
-
 #~ msgid "Repeat one"
 #~ msgstr "Herhaal"
 
@@ -11547,9 +12608,6 @@ msgstr "XOSD interface"
 #~ msgid "logo"
 #~ msgstr "logo"
 
-#~ msgid "dithering mode"
-#~ msgstr "Dithering methode"
-
 #~ msgid "Choose the libcaca dithering mode"
 #~ msgstr "Kies de dithering methode voor libcaca"
 
@@ -11577,9 +12635,6 @@ msgstr "XOSD interface"
 #~ msgid "XVideo"
 #~ msgstr "XVideo"
 
-#~ msgid "visualizer"
-#~ msgstr "visuele effecten"
-
 #~ msgid "XOSD module"
 #~ msgstr "XOSD module"
 
@@ -11688,9 +12743,6 @@ msgstr "XOSD interface"
 #~ msgid "y position of the logo"
 #~ msgstr "y positie van het logo"
 
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "Koptelefoon virtueel ruimtelijk effect"
-
 #, fuzzy
 #~ msgid "CD-ROM device name"
 #~ msgstr "Apparaat naam"
@@ -11721,9 +12773,6 @@ msgstr "XOSD interface"
 #~ msgid "Rewind stream"
 #~ msgstr "Speel langzaam"
 
-#~ msgid "Forward stream"
-#~ msgstr "Speel sneller"
-
 #~ msgid "UDP/RTP (Adress when Multicast)"
 #~ msgstr "UDP/RTP (Adres indien Multicast)"
 
@@ -11778,21 +12827,12 @@ msgstr "XOSD interface"
 #~ msgid "Speex"
 #~ msgstr "Snelheid"
 
-#~ msgid "Frame Rate"
-#~ msgstr "Frame rate"
-
 #~ msgid "tarkin"
 #~ msgstr "tarkin"
 
 #~ msgid "Bit Count"
 #~ msgstr "Aantal Bits"
 
-#~ msgid "Width"
-#~ msgstr "Breedte"
-
-#~ msgid "Height"
-#~ msgstr "Hoogte"
-
 #~ msgid ""
 #~ "This allows you to select the order in which VLC will choose its codecs. "
 #~ "For instance, 'a52old,a52,any' will try the old a52 codec before the new "
@@ -12017,10 +13057,6 @@ msgstr "XOSD interface"
 #~ msgid "MPEG I/II video decoder"
 #~ msgstr "MPEG I/II video decoder"
 
-#, fuzzy
-#~ msgid "Equalizer values"
-#~ msgstr "videowall filter"
-
 #~ msgid "MPEG-I/II audio packetizer"
 #~ msgstr "MPEG I/II audio packetizer"
 
@@ -12314,9 +13350,6 @@ msgstr "XOSD interface"
 #~ msgid "Delete &all"
 #~ msgstr "Verwijder allen"
 
-#~ msgid "Invert selection"
-#~ msgstr "Inverteer selectie"
-
 #~ msgid "Delete selection"
 #~ msgstr "Verwijder selectie"
 
@@ -12364,10 +13397,6 @@ msgstr "XOSD interface"
 #~ msgid "audio device"
 #~ msgstr "audio apparaat"
 
-#, fuzzy
-#~ msgid "video device"
-#~ msgstr "audio apparaat"
-
 #~ msgid "font"
 #~ msgstr "lettertype"
 
@@ -12375,9 +13404,6 @@ msgstr "XOSD interface"
 #~ msgid "Translation"
 #~ msgstr "vertaling"
 
-#~ msgid "Change the current audio track"
-#~ msgstr "Wijzig het huidige audio kanaal"
-
 #~ msgid "Add &Directory..."
 #~ msgstr "Voeg een &map toe.."
 
@@ -12425,12 +13451,6 @@ msgstr "XOSD interface"
 #~ msgid "Stream output:"
 #~ msgstr "Stream uitvoer:"
 
-#~ msgid "Screen %d"
-#~ msgstr "Scherm %d"
-
-#~ msgid "Open skin"
-#~ msgstr "Open skin"
-
 #~ msgid "All files"
 #~ msgstr "Alle bestanden"
 
@@ -12585,9 +13605,6 @@ msgstr "XOSD interface"
 #~ "De VideoLAN client is een DVD en MPEG speler. Het kan MPEG-1 en MPEG-2 "
 #~ "multimedia bestanden aan vanuit een bestand of netwerk locatie."
 
-#~ msgid "Select chapter"
-#~ msgstr "Selecteer volgende hoofdstuk"
-
 #, fuzzy
 #~ msgid "Toggle fullscreen"
 #~ msgstr "Volledig scherm"
@@ -12626,14 +13643,6 @@ msgstr "XOSD interface"
 #~ msgid "About VLC"
 #~ msgstr "Over VLC"
 
-#, fuzzy
-#~ msgid "Softer"
-#~ msgstr "Langzmer"
-
-#, fuzzy
-#~ msgid "RTP access module"
-#~ msgstr "RTP access module"
-
 #~ msgid "Usage: %s [options] [parameters] [file]...\n"
 #~ msgstr "Gebruik: %s [opties] [parameters] [file] ...\n"
 
@@ -12716,17 +13725,8 @@ msgstr "XOSD interface"
 #~ "Selecteer de video output methode die VLC gebruikt.\n"
 #~ "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#, fuzzy
-#~ msgid ""
-#~ "This option allows you to set the VCD device that VLC will try to use by "
-#~ "default."
-#~ msgstr ""
-#~ "Stel het standaard zoekpad in waar de interface naar bestanden moet "
-#~ "zoeken."
-
 #~ msgid "Channel server:"
 #~ msgstr "Kanaal server:"
 
 #~ msgid "port:"
 #~ msgstr "poort:"
-
index fba3f43b9059ee98e3a31a128ec1c70b5252bb8a..a612df76ae71c85202e5d6dba171c9c096aee3b0 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2003-04-06 12:32+0200\n"
 "Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n"
 "Language-Team: vlc <>\n"
@@ -187,7 +187,7 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr "skriv ut liste av tilgjengelige moduler"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 #, fuzzy
 msgid ""
 "\n"
@@ -199,7 +199,7 @@ msgstr ""
 "et dos vindu, gå til katalogen du har installer VLC i og kjøre \"vlc -I win32"
 "\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -211,37 +211,34 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Tittel"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 #, fuzzy
 msgid "Author"
 msgstr "Forfattere"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -250,19 +247,18 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 #, fuzzy
 msgid "Copyright"
 msgstr "Crop?"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 #, fuzzy
 msgid "Description"
 msgstr "Varighet"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 #, fuzzy
 msgid "Rating"
 msgstr "tegn"
@@ -280,13 +276,13 @@ msgstr "_Innstillinger"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr ""
 
@@ -300,63 +296,76 @@ msgstr "Navn p
 msgid "Codec Description"
 msgstr "Varighet"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 #, fuzzy
 msgid "Visualizations"
 msgstr "_Navigasjon"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "Stopp"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 #, fuzzy
 msgid "Goom"
 msgstr "Gå til:"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "Standard grensesnitt: "
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "Lyd"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "Velg lydkanal"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Stereo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Venstre"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Høyre"
 
@@ -423,265 +432,247 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "Stopp strøm"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, fuzzy, c-format
 msgid "Stream %d"
 msgstr "Stopp strøm"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr ""
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Lyd"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Kanaler"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 #, fuzzy
 msgid "Sample rate"
 msgstr "Valgte"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 #, fuzzy
 msgid "Bitrate"
 msgstr "Lyd"
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Video"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Oppløsning"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 #, fuzzy
 msgid "Display resolution"
 msgstr "Oppløsning"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 #, fuzzy
 msgid "Subtitle"
 msgstr "_Teksting"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Fil"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "skriv ut versjonsinformasjon"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 #, fuzzy
 msgid "Stream"
 msgstr "Stopp strøm"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Varighet"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 #, fuzzy
 msgid "Program"
 msgstr "Avslutt programmet"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Kapittel"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 #, fuzzy
 msgid "Navigation"
 msgstr "_Navigasjon"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "Video"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "Lyd"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "_Teksting"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, fuzzy, c-format
-msgid "Title %i"
-msgstr "Tittel"
-
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, fuzzy, c-format
-msgid "Chapter %i"
-msgstr "Kapittel"
-
-#: src/input/input_programs.c:395
+#: src/input/var.c:256
 #, fuzzy
 msgid "Next title"
 msgstr "Neste fil"
 
-#: src/input/input_programs.c:398
+#: src/input/var.c:261
 #, fuzzy
 msgid "Previous title"
 msgstr "Forrige fil"
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:284
+#, fuzzy, c-format
+msgid "Title %i"
+msgstr "Tittel"
+
+#: src/input/var.c:307 src/input/var.c:367
+#, fuzzy, c-format
+msgid "Chapter %i"
+msgstr "Kapittel"
+
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "Kapittel"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "Kapittel"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "_Gjem grensesnitt"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "_Gjem grensesnitt"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "no"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "Pause strøm"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, fuzzy, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 "Bruk: %s [alternativer] [punkter]...\n"
 "\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "tegn"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "heltall"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "desimaltall"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (grunninnstilling påskrudd)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (grunninnstilling avskrudd)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -690,7 +681,7 @@ msgstr ""
 "\n"
 "Trykk Retur-knappen for å fortsette...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -699,12 +690,12 @@ msgstr ""
 "Bruk: %s [alternativer] [punkter]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[modul]              [beskrivelse]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, fuzzy, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -718,7 +709,7 @@ msgstr ""
 "- se filen KOPIERING for detaljer om dette.\n"
 "Programmet er skrevet av VideoLAN-teamet ved Ecole Centrale, Paris.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "Forfattere"
@@ -885,34 +876,7 @@ msgstr ""
 "alternativet er påskrudd, inkludert de som de fleste brukere aldri burde "
 "røre."
 
-#: src/libvlc.h:89
-#, fuzzy
-msgid "Interface default search path"
-msgstr "standard søkesti for grensesnittet"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"Standard sti som grensesnittet benytter for å finne filer velger du med "
-"dette alternativet."
-
-#: src/libvlc.h:94
-#, fuzzy
-msgid "Modules search path"
-msgstr "søkesti for tilleggskomponenter"
-
-#: src/libvlc.h:96
-#, fuzzy
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"Du kan spesifisere en ekstra sti der VLC kan se etter tilleggskomponenter "
-"med dette alternativet."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -921,12 +885,12 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 #, fuzzy
 msgid "Audio output module"
 msgstr "Lyd-eksportmodul"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -935,12 +899,12 @@ msgstr ""
 "alternativet. Standard innstillingen velger automatisk den beste "
 "tilgjengelige metoden. "
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 #, fuzzy
 msgid "Enable audio"
 msgstr "skru på lyd"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 #, fuzzy
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
@@ -949,43 +913,43 @@ msgstr ""
 "Du kan skru av lydeksport fullstendig. Dekoding av lyd vil ikke bli gjort "
 "hvis du velger dette, og dette sparer litt prosessorkraft."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 #, fuzzy
 msgid "Force mono audio"
 msgstr "framtvinger monolyd"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 #, fuzzy
 msgid "This will force a mono audio output."
 msgstr "Dette framtvinger eksport av monolyd"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 #, fuzzy
 msgid "Audio output volume"
 msgstr "Lydeksport volum"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "Du velger standardvolum for lydekport i et område fra 0 til 1024 med dette "
 "alternativet."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 #, fuzzy
 msgid "Audio output saved volume"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr "Dette lagrer lydeksportvolumet når du skrur av lyden."
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 #, fuzzy
 msgid "Audio output frequency (Hz)"
 msgstr "lydeksportens frekvens (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 #, fuzzy
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
@@ -994,23 +958,23 @@ msgstr ""
 "Her kan du framtvinge lydeksportens frekvens. Vanlige verdier er 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 #, fuzzy
 msgid "Audio desynchronization compensation"
 msgstr "kompenserer for desynkronisering av lyd/bilde (i millisekunder)"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 #, fuzzy
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
@@ -1020,12 +984,12 @@ msgstr ""
 "Du kan forsinke lydeksporten med dette alternativet. Hvis du oppdager "
 "tidsforsinkelse mellom lyd og bilde kan dette være svært kjekt."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 #, fuzzy
 msgid "Preferred audio output channels mode"
 msgstr "velg foretrukket rekkefølge for lydinnkoding"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 #, fuzzy
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
@@ -1035,12 +999,12 @@ msgstr ""
 "Du kan bruke S/PDIF lydeksport som standard når maskinvaren din støtter "
 "dette i tillegg til lydstrømmen som avspilles."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 #, fuzzy
 msgid "Use the S/PDIF audio output when available"
 msgstr "bruk S/PDIF lydeksport når dette er tilgjengelig"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1048,24 +1012,24 @@ msgstr ""
 "Du kan bruke S/PDIF lydeksport som standard når maskinvaren din støtter "
 "dette i tillegg til lydstrømmen som avspilles."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 #, fuzzy
 msgid "Channel mixer"
 msgstr "Kanaltjener:"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1073,12 +1037,12 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 #, fuzzy
 msgid "Video output module"
 msgstr "Videofremvisningsmodul"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1087,12 +1051,12 @@ msgstr ""
 "alternativet. Standard innstillingen velger automatisk den beste "
 "tilgjengelige metoden."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 #, fuzzy
 msgid "Enable video"
 msgstr "skru på video"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 #, fuzzy
 msgid ""
 "You can completely disable the video output. In this case, the video "
@@ -1101,13 +1065,13 @@ msgstr ""
 "Du kan skru av videoeksport fullstendig. Videodekoding vil da ikke bli "
 "gjort, noe som sparer litt prosessorkraft."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 #, fuzzy
 msgid "Video width"
 msgstr "videobredde"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 #, fuzzy
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
@@ -1116,13 +1080,13 @@ msgstr ""
 "Her kan du sette videobredden. Standardinnstillingen er at VLC tilpasser seg "
 "til videoviseren."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 #, fuzzy
 msgid "Video height"
 msgstr "videohøyde"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 #, fuzzy
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
@@ -1131,96 +1095,96 @@ msgstr ""
 "Her kan du sette videohøyden. Standardinnstillingen er at VLC tilpasser seg "
 "til videoviseren."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "lydenhet"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "lydenhet"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "lydenhet"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 #, fuzzy
 msgid "Video alignment"
 msgstr "_Innstillinger"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 #, fuzzy
 msgid "Center"
 msgstr "Kapittel"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 #, fuzzy
 msgid "Bottom"
 msgstr "Gå til:"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Left"
 msgstr "Venstre"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Right"
 msgstr "Høyre"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 #, fuzzy
 msgid "Zoom video"
 msgstr "xvideo"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Zoom videoen med den spesifiserte faktoren."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 #, fuzzy
 msgid "Grayscale video output"
 msgstr "videoeksport i gråtoner"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1228,23 +1192,23 @@ msgstr ""
 "Fargeinformasjon fra videoen blir ikke dekodet når dette alternativet er "
 "valgt. (Du sparer litt prosessorkraft)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 #, fuzzy
 msgid "Fullscreen video output"
 msgstr "Fullskjermdybde:"
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "VLC starter alltid video på hele skjermen når dette alternativet er påskrudd."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 #, fuzzy
 msgid "Overlay video output"
 msgstr "Fullskjermdybde:"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 #, fuzzy
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
@@ -1253,20 +1217,20 @@ msgstr ""
 "VLC vil prøve å bruke \"overlay\" egenskapene i grafikkortet ditt hvis dette "
 "alternativet er påskrudd."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 #, fuzzy
 msgid "Force SPU position"
 msgstr "Fastsett SPU posisjon"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1274,22 +1238,22 @@ msgstr ""
 "Du kan plassere undertekstene under filmen med dette alternativet, i stedet "
 "for over filmen. Du kan også prøve andre posisjoner."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 #, fuzzy
 msgid "Video filter module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1298,12 +1262,12 @@ msgstr ""
 "for eksempel for å fjerne striper, eller for å klone eller forvrenge "
 "videovinduet. "
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 #, fuzzy
 msgid "Source aspect ratio"
 msgstr "kildens bildeformat"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1318,38 +1282,38 @@ msgstr ""
 "globale bildeformatet, eller som et desimaltall (1.25, 1.3333, etc.) som "
 "uttrykk for firkantetheten til pixlene."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 #, fuzzy
 msgid "Server port"
 msgstr "Ingen tjener !"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "Her er porten som brukes til UDP-strømmer. Som standard brukes 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 #, fuzzy
 msgid "MTU of the network interface"
 msgstr "Grensesnitt"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1357,12 +1321,12 @@ msgstr ""
 "Her er pakkestørrelsen for UDP slik vi antar den vil være. I Ethernet er "
 "dette vanligvis 1500."
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 #, fuzzy
 msgid "Network interface address"
 msgstr "_Gjem grensesnitt"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1372,44 +1336,44 @@ msgstr ""
 "løsningen, må du antakelig skrive IP-adressen til multicast-grensesnittet "
 "her."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 #, fuzzy
 msgid "Time to live"
 msgstr "levetid"
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr "Her angir du levetiden til multicast-pakkene fra videokilden. "
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 #, fuzzy
 msgid "Choose program (SID)"
 msgstr "Avslutt programmet"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 "Angi hvilket program som skal velges ved å angi programmets Service ID."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 #, fuzzy
 msgid "Choose audio"
 msgstr "velg lyd"
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 #, fuzzy
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr "Her angir du hva slags lyd du ønsker å bruke med en DVD."
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 #, fuzzy
 msgid "Choose audio channel"
 msgstr "Velg Kapittel"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -1417,12 +1381,12 @@ msgstr ""
 "Skriv inn nummeret på lydkanalen du ønsker å bruke for lydstrømmen fra en "
 "DVD (fra 1 til n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "Velg tittel"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 #, fuzzy
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
@@ -1430,45 +1394,49 @@ msgstr ""
 "Skriv inn nummeret på undertekstkanalen du ønsker å bruke for tekststrømmen "
 "fra en DVD (fra 1 to n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "Velg teksting kanal"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "_Teksting"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1479,33 +1447,33 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "_Teksting"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "Velg teksting kanal"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "DVD-enhet"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -1514,46 +1482,46 @@ msgstr ""
 "Her fastsetter du standard enheten for DVD (stasjon eller fil) som skal "
 "brukes. Ikke glem kolon etter stasjonsbokstaven (for eksempel D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Dette er standard DVD-enhet som brukes."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "VCD-enhet"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Dette er standard VCD-enhet som brukes."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "lydenhet"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "Dette er standard VCD-enhet som brukes."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 #, fuzzy
 msgid "Force IPv6"
 msgstr "fastsett IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1561,12 +1529,12 @@ msgstr ""
 "Ved å sette hake i denne ruten brukes IPv6 som standard for alle "
 "forbindelser over UDP og HTTP."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 #, fuzzy
 msgid "Force IPv4"
 msgstr "fastsett IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1574,148 +1542,148 @@ msgstr ""
 "Ved å sette hake i denne ruten brukes IPv4 som standard for alle "
 "forbindelser over UDP og HTTP."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 #, fuzzy
 msgid "Title metadata"
 msgstr "Fil"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 #, fuzzy
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 #, fuzzy
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Crop?"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "Varighet"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 #, fuzzy
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 #, fuzzy
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 #, fuzzy
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 #, fuzzy
 msgid "Preferred codecs list"
 msgstr "velg foretrukket rekkefølge på kodek"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "velg foretrukket rekkefølge på kodek"
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 #, fuzzy
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "Her kan du velge rekkefølgen som VLC bruker når den skal velge pakkemetode."
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 #, fuzzy
 msgid "Choose a stream output"
 msgstr "velg en utstrøm"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Tøm hvis det ikke kommer noen strøm."
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 #, fuzzy
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 #, fuzzy
 msgid "This allows you to play the stream while streaming it."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "Fullskjermdybde:"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1723,88 +1691,88 @@ msgstr ""
 "Du kan velge om videostrømmen skal omdirigeres til strømmens ut-enhet når "
 "denne er påskrudd."
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Standard output:"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 #, fuzzy
 msgid "Preferred packetizer list"
 msgstr "velg foretrukket rekkefølge for pakking"
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Her kan du velge rekkefølgen som VLC bruker når den skal velge pakkemetode."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Mux module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 "Dette er en gammel innføring som lar deg sette innstillinger for mux moduler."
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 #, fuzzy
 msgid "Access output module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Dette er en gammel innføring som lar deg sette innstillinger i moduler for "
 "tilgangseksport"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "skrifttype"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 #, fuzzy
 msgid "Enable CPU MMX support"
 msgstr "skru på støtte for MMX i prosessoren"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1812,12 +1780,12 @@ msgstr ""
 "VLC kan dra nytte av MMX instruksjonssettet hvis prosessoren din støtter "
 "dette."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Enable CPU 3D Now! support"
 msgstr "skru på støtte for 3D Now! i prosessoren"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1825,12 +1793,12 @@ msgstr ""
 "VLC kan dra nytte av 3D Now! instruksjonssettet hvis prosessoren din støtter "
 "dette."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 #, fuzzy
 msgid "Enable CPU MMX EXT support"
 msgstr "skru på støtte for MMX EXT i prosessoren "
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1838,12 +1806,12 @@ msgstr ""
 "VLC kan dra nytte av MMX EXT instruksjonssettet hvis prosessoren din støtter "
 "dette dette."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 #, fuzzy
 msgid "Enable CPU SSE support"
 msgstr "skru på støtte for SSE i prosessoren"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1851,12 +1819,12 @@ msgstr ""
 "VLC kan dra nytte av SSE instruksjonssettet hvis prosessoren din støtter "
 "dette dette."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 #, fuzzy
 msgid "Enable CPU SSE2 support"
 msgstr "skru på støtte for SSE i prosessoren"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
@@ -1865,12 +1833,12 @@ msgstr ""
 "VLC kan dra nytte av SSE instruksjonssettet hvis prosessoren din støtter "
 "dette dette."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 #, fuzzy
 msgid "Enable CPU AltiVec support"
 msgstr "skru på støtte for AltiVec i prosessoren"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1878,18 +1846,18 @@ msgstr ""
 "VLC kan dra nytte av AltiVec instruksjonssettet hvis prosessoren din støtter "
 "dette dette."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 #, fuzzy
 msgid "Play files randomly forever"
 msgstr "uendelig avspilling av filer i tilfeldig rekkefølge"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1897,12 +1865,12 @@ msgstr ""
 "Når dette alternativet er valgt, vil VLC spille filene i spillelisten i "
 "tilfeldig rekkefølge inntil den blir avbrutt."
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 #, fuzzy
 msgid "Loop playlist on end"
 msgstr "Gå tilbake til start ved slutten av Spillelisten"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1910,29 +1878,40 @@ msgstr ""
 "VLC kan avspille spillelisten i det uendelige ved å skru på dette "
 "alternativet."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Repeat the current item"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Spill fortere"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 #, fuzzy
 msgid "Memory copy module"
 msgstr "modul for minnekopiering"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1940,35 +1919,35 @@ msgstr ""
 "Du kan velge hvilken modul for minnekopiering du ønsker å bruke. "
 "Standardvalget til VLC er å velge den raskeste som støttes av din maskinvare."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 #, fuzzy
 msgid "Access module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 #, fuzzy
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 "Dette er en gammel innføring så du kan sette innstillinger for "
 "tilgangsmoduler"
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 #, fuzzy
 msgid "Demux module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 #, fuzzy
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr ""
 "Dette er en gammel innføring så du kan sette innstillinger for demux-moduler"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 #, fuzzy
 msgid "Allow real-time priority"
 msgstr "Sanntidsprioritet"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1976,31 +1955,63 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "Stopp strøm"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+#, fuzzy
+msgid "Modules search path"
+msgstr "søkesti for tilleggskomponenter"
+
 #: src/libvlc.h:588
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Du kan spesifisere en ekstra sti der VLC kan se etter tilleggskomponenter "
+"med dette alternativet."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -2009,11 +2020,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -2023,12 +2034,12 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 #, fuzzy
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "rask mutex på NT/2K/XP (kun for utviklere)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -2039,11 +2050,11 @@ msgstr ""
 "oss muligheten for en korrekt framgangsmåte for tilstandsvariabler. Win9x-"
 "framgangsmåten er raskere, men du kan oppleve problemer hvis du bruker den."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr "Framgangsmåte for tilstandvariabler under Win9x (kun for utviklere)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 #, fuzzy
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
@@ -2058,497 +2069,523 @@ msgstr ""
 "alternativer som skal være mer robuste. I øyeblikket kan du velge mellom "
 "framgangsmåte 0 (som er standard og raskest), 1 og 2"
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 #, fuzzy
 msgid "Fullscreen"
 msgstr "_Fullskjerm"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "Spill fortere"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 #, fuzzy
 msgid "Pause only"
 msgstr "Pause"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 #, fuzzy
 msgid "Play only"
 msgstr "Spill saktere"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 #, fuzzy
 msgid "Faster"
 msgstr "Fort"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 #, fuzzy
 msgid "Slower"
 msgstr "Sakte"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Neste"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 #, fuzzy
 msgid "Previous"
 msgstr "Forrige fil"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Stopp"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 #, fuzzy
 msgid "Position"
 msgstr "_Navigasjon"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 #, fuzzy
 msgid "Quit"
 msgstr "Om"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 #, fuzzy
 msgid "Navigate up"
 msgstr "_Navigasjon"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 #, fuzzy
 msgid "Navigate down"
 msgstr "_Navigasjon"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 #, fuzzy
 msgid "Navigate left"
 msgstr "_Navigasjon"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 #, fuzzy
 msgid "Navigate right"
 msgstr "_Navigasjon"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 #, fuzzy
 msgid "Volume up"
 msgstr "Øk volum"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 #, fuzzy
 msgid "Volume down"
 msgstr "Senk volum"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "_Teksting"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "Åpne spilleliste-vinduet"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Lyd"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Velg tittel"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Grensesnitt"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Dekodere"
 
 # , fuzzy
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 #, fuzzy
 msgid "Stream output"
 msgstr "Standard output:"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Spilleliste"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Forskjellig"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Hot keys"
 msgstr "Adresse"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "hovedprogrammet"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "skriv ut liste av tilgjengelige moduler"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Åpne spilleliste-vinduet"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "skriv ut versjonsinformasjon"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "boolsk"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -3206,75 +3243,77 @@ msgstr ""
 msgid "Unknown"
 msgstr "Ukjent"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 #, fuzzy
 msgid "Deinterlace"
 msgstr "Standard grensesnitt: "
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Discard"
 msgstr "Disk"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 #, fuzzy
 msgid "Linear"
 msgstr "heltall"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "Fil"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3285,6 +3324,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "_Innstillinger"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3294,10 +3337,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "Avbryt"
@@ -3319,7 +3362,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 #, fuzzy
 msgid "Album"
 msgstr "Om"
@@ -3477,11 +3520,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3489,290 +3532,328 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr ""
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "Stopp"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "Standard grensesnitt: "
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 #, fuzzy
 msgid "Default"
 msgstr "Slett"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "lydenhet"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "Navn på ALSA-enhet"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "lydenhet"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 #, fuzzy
 msgid "Video input chroma format"
 msgstr "XVimage chroma format"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 #, fuzzy
 msgid "Device properties"
 msgstr "Avslutt programmet"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "Standard grensesnitt: "
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 #, fuzzy
 msgid "DirectShow input"
 msgstr "Standard grensesnitt: "
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "Åpne Disk"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "Standard grensesnitt: "
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "forvrengingsmodus"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 #, fuzzy
 msgid "Budget mode"
 msgstr "Nettverk"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
-msgstr ""
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
+msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "Avbryt"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 #, fuzzy
 msgid "DVB"
 msgstr "DVD"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3788,84 +3869,46 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "Tittel"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disk"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-#, fuzzy
-msgid "DVD menus"
-msgstr "_Innstillinger"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-#, fuzzy
-msgid "Angle"
-msgstr "_Vinkel"
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3947,38 +3990,191 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Standard grensesnitt: "
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "Velg en nettverksstrøm"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+#, fuzzy
+msgid "Device"
+msgstr "Navn på enhet"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "lydenhet"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Port"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Forfattere"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+#, fuzzy
+msgid "Height"
+msgstr "Høyre"
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+#, fuzzy
+msgid "Frequency"
+msgstr "Frekvens:"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Valgte"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Standard grensesnitt: "
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Lyd"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Lyd"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Kanaler"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -4016,8 +4212,39 @@ msgstr ""
 msgid "Satellite input"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Valgte"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Fullskjerm %d"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
 msgstr ""
 
 #: modules/access/slp.c:62
@@ -4087,141 +4314,148 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Standard grensesnitt: "
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 #, fuzzy
 msgid "Video4Linux input"
 msgstr "Standard grensesnitt: "
 
-#: modules/access/v4l/v4l.c:110
-#, fuzzy
-msgid "Video4Linux demuxer"
-msgstr "Standard grensesnitt: "
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr ""
 
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr ""
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr ""
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 #, fuzzy
 msgid "Segment"
 msgstr "Fullskjerm"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 #, fuzzy
 msgid "Application"
 msgstr "Om dette programmet"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "Kapittel"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 #, fuzzy
 msgid "Volume Set"
 msgstr "Øk volum"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "Stopp strøm"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 #, fuzzy
 msgid "Segments"
 msgstr "Fullskjerm"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "Avbryt"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "Avbryt"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4329,12 +4563,22 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Tid"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "Standard output:"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4421,12 +4665,12 @@ msgstr "romklangeffekt i h
 msgid "audio filter for trivial channel mixing"
 msgstr "Lydfilter for triviell miksing av lydkanaler"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4434,7 +4678,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "Standard grensesnitt: "
@@ -4443,11 +4688,12 @@ msgstr "Standard grensesnitt: "
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 #, fuzzy
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Standard grensesnitt: "
@@ -4480,7 +4726,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "MPEG-lyd dekoder"
 
@@ -4508,6 +4755,160 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+#, fuzzy
+msgid "Equalizer preset"
+msgstr "Standard grensesnitt: "
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Standard grensesnitt: "
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Fort"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+#, fuzzy
+msgid "Dance"
+msgstr "Avbryt"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "_Fullskjerm"
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Headphones"
+msgstr "høretelefoner"
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Large Hall"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "heltall"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Port"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "Port"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Lyd"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "Lydfilter for triviell miksing av lydkanaler"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Stopp strøm"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Om"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 #, fuzzy
 msgid "audio filter for band-limited interpolation resampling"
@@ -4559,33 +4960,33 @@ msgstr "Lydeksport volum"
 msgid "ALSA Device Name"
 msgstr "Navn på ALSA-enhet"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "lydenhet"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Mono"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Front 2 Bak"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4594,14 +4995,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr "Lydeksport volum"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 #, fuzzy
 msgid "CoreAudio output"
 msgstr "Lydeksport volum"
@@ -4695,7 +5096,18 @@ msgstr "VCD-enhet"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Simple DirectMedia Layer lydmodul"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Standard output:"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4732,6 +5144,14 @@ msgstr "Standard grensesnitt: "
 msgid "CMML annotations decoder"
 msgstr "Standard grensesnitt: "
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4745,11 +5165,16 @@ msgstr "Standard grensesnitt: "
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "Standard grensesnitt: "
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Standard grensesnitt: "
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4768,33 +5193,48 @@ msgstr "_Teksting"
 msgid "simple"
 msgstr "Fil"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "mpeg"
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 #, fuzzy
 msgid "ffmpeg audio/video encoder"
 msgstr "mpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 #, fuzzy
 msgid "ffmpeg demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Standard grensesnitt: "
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "modul for å snu om videosignalet"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4802,11 +5242,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4818,42 +5258,42 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 #, fuzzy
 msgid "Visualize motion vectors"
 msgstr "_Navigasjon"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4861,131 +5301,131 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "Lyd"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 #, fuzzy
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 #, fuzzy
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 #, fuzzy
 msgid "Allows you to specify the rate control buffer size."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 #, fuzzy
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 #, fuzzy
 msgid "Noise reduction"
 msgstr "Valg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "Om"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 #, fuzzy
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4993,35 +5433,56 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 #, fuzzy
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 #, fuzzy
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -5060,7 +5521,7 @@ msgstr "Standard grensesnitt: "
 msgid "Flac audio encoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -5103,7 +5564,7 @@ msgstr "Standard grensesnitt: "
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Standard grensesnitt: "
@@ -5182,70 +5643,70 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 #, fuzzy
 msgid "Pseudo raw video decoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 #, fuzzy
 msgid "Pseudo raw video packetizer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 #, fuzzy
 msgid "Speex audio decoder"
 msgstr "mpeg"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 #, fuzzy
 msgid "Speex audio packetizer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 #, fuzzy
 msgid "Speex audio encoder"
 msgstr "mpeg"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 #, fuzzy
 msgid "Speex comment"
 msgstr "Fullskjerm"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Modus"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 #, fuzzy
 msgid "DVD subtitles decoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 #, fuzzy
 msgid "Subtitles text encoding"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 #, fuzzy
 msgid "Subtitles justification"
 msgstr "_Teksting"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "_Teksting"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "Standard grensesnitt: "
@@ -5255,73 +5716,113 @@ msgstr "Standard grensesnitt: "
 msgid "Tarkin decoder module"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 #, fuzzy
 msgid "Theora video decoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 #, fuzzy
 msgid "Theora video packetizer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 #, fuzzy
 msgid "Theora video encoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stereo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Nettverk"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "Standard grensesnitt: "
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "Lyd"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "Lyd"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Standard grensesnitt: "
+
 #: modules/codec/vorbis.c:141
 #, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/codec/vorbis.c:145
+#, fuzzy
 msgid "Vorbis audio decoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 #, fuzzy
 msgid "Vorbis audio packetizer"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 #, fuzzy
 msgid "Vorbis audio encoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5347,249 +5848,258 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
+msgstr "Standard grensesnitt: "
+
+#: modules/control/corba/corba.c:687
 #, fuzzy
-msgid "Corba control module"
+msgid "corba control module"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 #, fuzzy
 msgid "Middle"
 msgstr "Moduler"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 #, fuzzy
 msgid "Mouse gestures control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "Spilleliste"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr "Pause"
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "Lyd"
 
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Spill"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "_Teksting"
 
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
+#: modules/control/http.c:75
+#, fuzzy
+msgid "Host address"
+msgstr "Adresse"
 
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
-
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr ""
-
-#: modules/control/http.c:70
-#, fuzzy
-msgid "Host address"
-msgstr "Adresse"
-
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 #, fuzzy
 msgid "Source directory"
 msgstr "kildens bildeformat"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 #, fuzzy
 msgid "HTTP remote control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 #, fuzzy
 msgid "Repeat time (ms)"
 msgstr "Valg"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 #, fuzzy
 msgid "Infrared remote control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "Lyd"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr "Pause"
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "_Teksting"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Spill"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5633,250 +6143,268 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 #, fuzzy
 msgid "Show stream position"
 msgstr "Startposisjon"
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "_Innstillinger"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, fuzzy, c-format
 msgid "Volume is %d\n"
 msgstr "Senk volum"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "Grensesnitt"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 #, fuzzy
 msgid "Default to 4212"
 msgstr "Slett"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 #, fuzzy
 msgid "Telnet Interface password"
 msgstr "Grensesnitt"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 #, fuzzy
 msgid "Default to admin"
 msgstr "Slett"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr "Skjul grensesnittvinduet"
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5921,128 +6449,87 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "Fil"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 #, fuzzy
 msgid "Filedump demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-#, fuzzy
-msgid "Output MRL"
-msgstr "Standard output:"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr ""
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "Standard grensesnitt: "
+
+#: modules/demux/mkv.cpp:87
 #, fuzzy
 msgid "Matroska stream demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 #, fuzzy
 msgid "Segment filename"
 msgstr "Fil"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 #, fuzzy
 msgid "Muxing application"
 msgstr "Om dette programmet"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 #, fuzzy
 msgid "Writing application"
 msgstr "Startposisjon"
@@ -6128,7 +6615,7 @@ msgstr "Standard grensesnitt: "
 msgid "MPEG-4 video demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 #, fuzzy
 msgid "MPEG-I/II audio demuxer"
 msgstr "Standard grensesnitt: "
@@ -6138,32 +6625,6 @@ msgstr "Standard grensesnitt: "
 msgid "MPEG-I/II video demuxer"
 msgstr "Standard grensesnitt: "
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "_Teksting"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "_Teksting"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -6183,7 +6644,7 @@ msgstr "G
 msgid "M3U playlist import"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "Spilleliste"
@@ -6212,11 +6673,62 @@ msgstr "Standard grensesnitt: "
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+#, fuzzy
+msgid "Text subtitles demux"
+msgstr "Velg teksting kanal"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Stopp strøm"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Valg"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr ""
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -6232,11 +6744,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-#, fuzzy
-msgid "Dance"
-msgstr "Avbryt"
-
 #: modules/demux/util/id3genres.h:32
 #, fuzzy
 msgid "Disco"
@@ -6275,10 +6782,6 @@ msgstr ""
 msgid "Other"
 msgstr "_Gjem grensesnitt"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -6287,18 +6790,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -6307,10 +6798,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6355,10 +6842,6 @@ msgstr "skrifttype"
 msgid "Trance"
 msgstr "Avbryt"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6563,20 +7046,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-#, fuzzy
-msgid "Text subtitles demux"
-msgstr "Velg teksting kanal"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-#, fuzzy
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Velg teksting kanal"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6606,123 +7075,141 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Avbryt"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 #, fuzzy
 msgid "Open"
 msgstr "Åpne fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Innstillinger"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Beskjeder"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Fil"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Åpne fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 #, fuzzy
 msgid "Open Disc"
 msgstr "Åpne Disk"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 #, fuzzy
 msgid "Open Subtitles"
 msgstr "_Teksting"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Om"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 #, fuzzy
 msgid "Subtitles"
 msgstr "_Teksting"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 #, fuzzy
 msgid "Prev Title"
 msgstr "Forrige fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 #, fuzzy
 msgid "Next Title"
 msgstr "Neste fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 #, fuzzy
 msgid "Go to Title"
 msgstr "Tittel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 #, fuzzy
 msgid "Go to Chapter"
 msgstr "Kapittel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 #, fuzzy
 msgid "Speed"
 msgstr "Valgte"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "Velg teksting kanal"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "Velg teksting kanal"
@@ -6731,80 +7218,82 @@ msgstr "Velg teksting kanal"
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "Spilleliste"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 #, fuzzy
 msgid "Edit"
 msgstr "_Avslutt"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 #, fuzzy
 msgid "Select All"
 msgstr "Velg fil"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 #, fuzzy
 msgid "Select None"
 msgstr "Valg"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 #, fuzzy
 msgid "Remove All"
 msgstr "Velg fil"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 #, fuzzy
 msgid "View"
 msgstr "_Vis"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 #, fuzzy
 msgid "Path"
 msgstr "Port"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Navn"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Moduler"
@@ -6816,7 +7305,7 @@ msgstr "Bruk"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 #, fuzzy
 msgid "Save"
@@ -6861,11 +7350,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-#, fuzzy
-msgid "<unknown>"
-msgstr "Ukjent"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6892,7 +7376,20 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+#, fuzzy
+msgid "Interface default search path"
+msgstr "standard søkesti for grensesnittet"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Standard sti som grensesnittet benytter for å finne filer velger du med "
+"dette alternativet."
+
+#: modules/gui/gtk/gnome.c:77
 #, fuzzy
 msgid "GNOME interface"
 msgstr "Standard grensesnitt: "
@@ -7008,21 +7505,15 @@ msgid "Select audio channel"
 msgstr "Velg lydkanal"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Øk volum"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Senk volum"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-#, fuzzy
-msgid "Device"
-msgstr "Navn på enhet"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -7040,7 +7531,7 @@ msgstr "_Fullskjerm"
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Fullskjerm"
 
@@ -7053,8 +7544,9 @@ msgid "_Video"
 msgstr "_Video"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -7114,7 +7606,7 @@ msgid "Slow"
 msgstr "Sakte"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 #, fuzzy
 msgid "Play slower"
 msgstr "Spill saktere"
@@ -7126,13 +7618,14 @@ msgid "Fast"
 msgstr "Fort"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 #, fuzzy
 msgid "Play faster"
 msgstr "Spill fortere"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 #, fuzzy
 msgid "Open playlist"
 msgstr "Åpne Spilleliste"
@@ -7245,7 +7738,7 @@ msgid "Open Target:"
 msgstr "Stopp strøm"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7253,54 +7746,54 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 #, fuzzy
 msgid "Browse..."
 msgstr "Utforsk"
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Disktype"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 #, fuzzy
 msgid "Audio CD"
 msgstr "Lyd"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Navn på enhet"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -7308,24 +7801,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Port"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adresse"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Nettverk"
 
@@ -7333,11 +7826,6 @@ msgstr "Nettverk"
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-#, fuzzy
-msgid "Frequency"
-msgstr "Frekvens:"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 #, fuzzy
 msgid "Polarization"
@@ -7361,13 +7849,13 @@ msgid "Satellite"
 msgstr "Åpne spilleliste-vinduet"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 #, fuzzy
 msgid "delay"
 msgstr "Spill"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7378,8 +7866,8 @@ msgid "stream output"
 msgstr "Standard output:"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 #, fuzzy
 msgid "Settings..."
 msgstr "_Innstillinger"
@@ -7409,19 +7897,19 @@ msgid "Invert"
 msgstr "Inverter"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Velg"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Legg til"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Slett"
 
@@ -7445,12 +7933,12 @@ msgid "Destination Target: "
 msgstr "Stopp strøm"
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RTP"
 
@@ -7492,7 +7980,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 #, fuzzy
 msgid "Gtk+ interface"
 msgstr "Standard grensesnitt: "
@@ -7613,15 +8101,15 @@ msgstr ""
 msgid "Open Target"
 msgstr "Stopp strøm"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7704,12 +8192,12 @@ msgstr "Standard output:"
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, fuzzy, c-format
 msgid "Title %d (%d)"
 msgstr "Tittel: "
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, fuzzy, c-format
 msgid "Chapter %d"
 msgstr "Kapittel"
@@ -7863,7 +8351,7 @@ msgstr "Beskjeder"
 msgid "Opening file..."
 msgstr "_Åpne fil..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 #, fuzzy
 msgid "Open File..."
 msgstr "_Åpne fil..."
@@ -7881,7 +8369,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7927,438 +8415,461 @@ msgstr "Tjener"
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 #, fuzzy
 msgid "Random Off"
 msgstr "Valg"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "Velg fil"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 #, fuzzy
 msgid "Repeat Off"
 msgstr "Valg"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 #, fuzzy
 msgid "Repeat One"
 msgstr "Valg"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "Fullskjerm"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 #, fuzzy
 msgid "Step Backward"
 msgstr "Gå tilbake"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+#, fuzzy
+msgid "Enable"
+msgstr "skru på video"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Stopp strøm"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 #, fuzzy
 msgid "Preferences..."
 msgstr "_Preferanser..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 #, fuzzy
 msgid "Services"
 msgstr "Navn på enhet"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 #, fuzzy
 msgid "Hide Others"
 msgstr "_Gjem grensesnitt"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 #, fuzzy
 msgid "Quit VLC"
 msgstr "Om"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 #, fuzzy
 msgid "1:File"
 msgstr "Fil"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "_Åpne fil..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 #, fuzzy
 msgid "Open Disc..."
 msgstr "Åpne en _disk"
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 #, fuzzy
 msgid "Open Network..."
 msgstr "Åpne nettverk"
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 #, fuzzy
 msgid "Open Recent"
 msgstr "Stopp strøm"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 #, fuzzy
 msgid "Copy"
 msgstr "Crop?"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 #, fuzzy
 msgid "Paste"
 msgstr "Pause"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "lydenhet"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 #, fuzzy
 msgid "Close Window"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 #, fuzzy
 msgid "Help"
 msgstr "_Hjelp"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 #, fuzzy
 msgid "ReadMe..."
 msgstr "Beskjeder"
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 #, fuzzy
 msgid "Open Messages Window"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 #, fuzzy
 msgid "Video device"
 msgstr "lydenhet"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 #, fuzzy
 msgid "Stretch Aspect Ratio"
 msgstr "kildens bildeformat"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "Standard grensesnitt: "
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "kikkerteffekt ?"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
 msgid "Fill fullscreen"
 msgstr "_Fullskjerm"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 #, fuzzy
 msgid "Open Source"
 msgstr "Stopp strøm"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 #, fuzzy
 msgid "Load subtitles file:"
 msgstr "_Teksting"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+#, fuzzy
+msgid "Subtitles encoding"
+msgstr "Standard grensesnitt: "
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 #, fuzzy
 msgid "Advanced output:"
 msgstr "Lydeksport volum"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 #, fuzzy
 msgid "Play locally"
 msgstr "Spill saktere"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 #, fuzzy
 msgid "Dump raw input"
 msgstr "Standard output:"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 #, fuzzy
 msgid "Transcode options"
 msgstr "Pause strøm"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "Åpne spilleliste-vinduet"
+
 # , fuzzy
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:180
 #, fuzzy
 msgid "Stream Announcing"
 msgstr "Standard output:"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+# , fuzzy
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "Standard output:"
+
+# , fuzzy
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "Standard output:"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 #, fuzzy
 msgid "Channel Name"
 msgstr "Kanaltjener:"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 #, fuzzy
 msgid "Save File"
 msgstr "Velg fil"
@@ -8386,7 +8897,7 @@ msgstr ""
 msgid "Properties"
 msgstr "Avslutt programmet"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8425,7 +8936,6 @@ msgstr "Crop?"
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 #, fuzzy
 msgid "Group"
 msgstr "Crop?"
@@ -8439,49 +8949,49 @@ msgstr "Velg fil"
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 #, fuzzy
 msgid "Command"
 msgstr "Crop?"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 #, fuzzy
 msgid "Control"
 msgstr "skrifttype"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "Innstillinger"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8490,7 +9000,20 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "kildens bildeformat"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Du kan spesifisere en ekstra sti der VLC kan se etter tilleggskomponenter "
+"med dette alternativet."
+
+#: modules/gui/ncurses.c:92
 #, fuzzy
 msgid "ncurses interface"
 msgstr "Standard grensesnitt: "
@@ -8510,7 +9033,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Standard grensesnitt: "
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 #, fuzzy
 msgid "Filename"
 msgstr "Fil"
@@ -8528,7 +9051,7 @@ msgstr ""
 msgid "Owner"
 msgstr "_Gjem grensesnitt"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 #, fuzzy
 msgid "Time"
 msgstr "Tid"
@@ -8974,270 +9497,386 @@ msgstr "Dette framtvinger eksport av monolyd"
 msgid "Qt interface"
 msgstr "Standard grensesnitt: "
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 #, fuzzy
 msgid "Open a skin file"
 msgstr "Åpne en fil"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
 #, fuzzy
-msgid "Skinnable interface"
-msgstr "Grensesnitt"
+msgid "Save playlist"
+msgstr "Åpne Spilleliste"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr ""
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "fil"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "Grensesnitt"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Valg"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Åpne Disk"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Spilleliste"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 #, fuzzy
 msgid "Size offset"
 msgstr "Forskyvning av skygge"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 #, fuzzy
 msgid "Time offset"
 msgstr "Loddrett forskyvning"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Valg"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "_Innstillinger"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "_Innstillinger"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+#, fuzzy
+msgid "Restore Defaults"
+msgstr "Slett"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+#, fuzzy
+msgid "Hue"
+msgstr "Pause"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+#, fuzzy
+msgid "Contrast"
+msgstr "skrifttype"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+#, fuzzy
+msgid "Saturation"
+msgstr "Varighet"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+#, fuzzy
+msgid "Gamma"
+msgstr "Navn"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "_Innstillinger"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+#, fuzzy
+msgid "Aspect Ratio"
+msgstr "kildens bildeformat"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "lydenhet"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Navn på enhet"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+#, fuzzy
+msgid "Headphone virtualization"
+msgstr "romklangeffekt i høretelefoner"
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "_Navigasjon"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Om"
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "skriv ut versjonsinformasjon"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
+msgstr ""
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "_Åpne fil..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "_Åpne fil..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Åpne en _disk"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "_Nettverksstrøm"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr ""
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
+msgstr "Spilleliste..."
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "Spilleliste..."
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "Beskjeder..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 #, fuzzy
 msgid "&File"
 msgstr "Fil"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 #, fuzzy
 msgid "&View"
 msgstr "_Vis"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 #, fuzzy
 msgid "&Settings"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 #, fuzzy
 msgid "&Audio"
 msgstr "Lyd"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 #, fuzzy
 msgid "&Video"
 msgstr "Video"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 #, fuzzy
 msgid "&Navigation"
 msgstr "_Navigasjon"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 #, fuzzy
 msgid "&Help"
 msgstr "_Hjelp"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 #, fuzzy
 msgid "Previous playlist item"
 msgstr "Forrige fil"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 #, fuzzy
 msgid "Next playlist item"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-#, fuzzy
-msgid "Enable"
-msgstr "skru på video"
-
-#: modules/gui/wxwindows/interface.cpp:552
-#, fuzzy
-msgid "Restore Defaults"
-msgstr "Slett"
-
-#: modules/gui/wxwindows/interface.cpp:555
-#, fuzzy
-msgid "Hue"
-msgstr "Pause"
-
-#: modules/gui/wxwindows/interface.cpp:561
-#, fuzzy
-msgid "Contrast"
-msgstr "skrifttype"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:571
-#, fuzzy
-msgid "Saturation"
-msgstr "Varighet"
-
-#: modules/gui/wxwindows/interface.cpp:576
-#, fuzzy
-msgid "Gamma"
-msgstr "Navn"
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "_Innstillinger"
-
-#: modules/gui/wxwindows/interface.cpp:616
-#, fuzzy
-msgid "Aspect Ratio"
-msgstr "kildens bildeformat"
-
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "_Innstillinger"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 #, fuzzy
 msgid "&Preferences..."
 msgstr "_Preferanser..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 #, fuzzy
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr "Standard grensesnitt: "
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 #, fuzzy
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr "© 1996-2003 the VideoLAN team"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "Om"
@@ -9258,7 +9897,7 @@ msgid "Group Info"
 msgstr "Crop?"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 #, fuzzy
 msgid "New Group"
 msgstr "Crop?"
@@ -9268,51 +9907,61 @@ msgstr "Crop?"
 msgid "Options"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "_Åpne fil..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 #, fuzzy
 msgid "Open &File..."
 msgstr "_Åpne fil..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 #, fuzzy
 msgid "Open &Disc..."
 msgstr "Åpne en _disk"
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 #, fuzzy
 msgid "Open &Network Stream..."
 msgstr "_Nettverksstrøm"
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "Åpne en _disk"
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Navn på enhet"
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Beskjeder..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 #, fuzzy
 msgid "Audio menu"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 #, fuzzy
 msgid "Video menu"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "grensesnittmodul"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -9326,222 +9975,224 @@ msgstr "Spilleliste..."
 msgid "Save Messages As..."
 msgstr "Beskjeder..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "vis avanserte alternativer"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 #, fuzzy
 msgid "Advanced options"
 msgstr "vis avanserte alternativer"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 #, fuzzy
 msgid "Open..."
 msgstr "Åpne fil"
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "Åpne fil"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "_Teksting"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "_Innstillinger"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "_Innstillinger"
+msgid "Subtitles track"
+msgstr "_Teksting"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 #, fuzzy
 msgid "RTSP"
 msgstr "RTP"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Valg"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 #, fuzzy
 msgid "&Simple Add..."
 msgstr "_Åpne fil..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 #, fuzzy
 msgid "&Open Playlist..."
 msgstr "Åpne Spilleliste"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 #, fuzzy
 msgid "&Save Playlist..."
 msgstr "Spilleliste..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 #, fuzzy
 msgid "Sort by &title"
 msgstr "_Teksting"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 #, fuzzy
 msgid "&Reverse sort by title"
 msgstr "Ingen tjener !"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 #, fuzzy
 msgid "Sort by &author"
 msgstr "Ingen tjener !"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 #, fuzzy
 msgid "Reverse sort by author"
 msgstr "Ingen tjener !"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 #, fuzzy
 msgid "Sort by &group"
 msgstr "Ingen tjener !"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 #, fuzzy
 msgid "Reverse sort by group"
 msgstr "Ingen tjener !"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "Åpne Spilleliste"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 #, fuzzy
 msgid "&Enable"
 msgstr "skru på video"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "Fil"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 #, fuzzy
 msgid "&Invert"
 msgstr "&Inverter"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "Slett"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 #, fuzzy
 msgid "&Select All"
 msgstr "Velg fil"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 #, fuzzy
 msgid "&Manage"
 msgstr "_Vinkel"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 #, fuzzy
 msgid "S&ort"
 msgstr "Port"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 #, fuzzy
 msgid "&Selection"
 msgstr "Valg"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 #, fuzzy
 msgid "&Groups"
 msgstr "Crop?"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "Fil"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-#, fuzzy
-msgid "Item info"
-msgstr "Navn på enhet"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 #, fuzzy
 msgid "M3U file"
 msgstr "fil"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "Velg fil"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "Spilleliste"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-#, fuzzy
-msgid "Save playlist"
-msgstr "Åpne Spilleliste"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9569,114 +10220,81 @@ msgstr "kildens bildeformat"
 msgid "Choose file"
 msgstr "Velg tittel"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 #, fuzzy
 msgid "Stream output MRL"
 msgstr "Standard output:"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 #, fuzzy
 msgid "Destination Target:"
 msgstr "Stopp strøm"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 #, fuzzy
 msgid "Output methods"
 msgstr "Neste fil"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 #, fuzzy
 msgid "Miscellaneous options"
 msgstr "Forskjellig"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 #, fuzzy
 msgid "Channel name"
 msgstr "Kanaltjener:"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 #, fuzzy
 msgid "Transcoding options"
 msgstr "vis avanserte alternativer"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 #, fuzzy
 msgid "Video codec"
 msgstr "lydenhet"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "Åpne spilleliste-vinduet"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 #, fuzzy
 msgid "Audio codec"
 msgstr "Standard grensesnitt: "
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 #, fuzzy
 msgid "Save file"
 msgstr "Velg fil"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "Velg en nettverksstrøm"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "Velg en nettverksstrøm"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "Velg en nettverksstrøm"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-#, fuzzy
-msgid "Choose..."
-msgstr "Utforsk"
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 #, fuzzy
 msgid "Subtitles file"
 msgstr "_Teksting"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-#, fuzzy
-msgid "Subtitles encoding"
-msgstr "Standard grensesnitt: "
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 #, fuzzy
 msgid "Subtitles options"
 msgstr "_Teksting"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+#, fuzzy
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Velg teksting kanal"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9790,52 +10408,48 @@ msgstr "Videofremvisningsmodul"
 msgid "Dummy font renderer function"
 msgstr "Skjul grensesnittvinduet"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 #, fuzzy
 msgid "Font"
 msgstr "skrifttype"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "Fil"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Smaller"
 msgstr "Åpne spilleliste-vinduet"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9893,17 +10507,17 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9998,6 +10612,16 @@ msgstr "_Gjem grensesnitt"
 msgid "X Screensaver disabler"
 msgstr "Standard grensesnitt: "
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Velg fil"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr ""
@@ -10006,37 +10630,37 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Crop?"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 #, fuzzy
 msgid "Unknown Video"
 msgstr "Ukjent"
@@ -10068,42 +10692,42 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "Video"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "Lyd"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -10112,58 +10736,64 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "Lyd"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr ""
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Neste fil"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "Standard grensesnitt: "
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -10255,7 +10885,7 @@ msgstr "Du kan fastsette videoinnkoding her"
 msgid "Output muxer"
 msgstr "Neste fil"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 #, fuzzy
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr "Du kan fastsette lydinnkoding her"
@@ -10285,7 +10915,7 @@ msgstr "Du kan fastsette lydinnkoding her"
 msgid "Output URL"
 msgstr "Standard output:"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 #, fuzzy
 msgid "Allows you to specify the output URL used for the streaming output."
@@ -10323,47 +10953,99 @@ msgstr "Standard output:"
 msgid "Gathering stream output"
 msgstr "Standard output:"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "Stopp strøm"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
+#: modules/stream_out/rtp.c:44
+msgid "SDP"
+msgstr ""
+
+#: modules/stream_out/rtp.c:46
+msgid ""
+"Allows you to specify the SDP used for the streaming output. You must use an "
+"url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
+"access, and sap:// for the SDP to be announced via SAP."
+msgstr ""
+
+#: modules/stream_out/rtp.c:50
+msgid "Muxer"
+msgstr ""
+
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
 #, fuzzy
 msgid "Session name"
 msgstr "Navn på enhet"
 
-#: modules/stream_out/rtp.c:44
+#: modules/stream_out/rtp.c:56
 #, fuzzy
 msgid "Allows you to specify the session name used for the streaming output."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/rtp.c:45
-msgid "SDP"
-msgstr ""
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Varighet"
+
+#: modules/stream_out/rtp.c:59
+#, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Navn på enhet"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Navn på enhet"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr "Du kan fastsette lydinnkoding her"
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr "Du kan fastsette lydinnkoding her"
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "_Innstillinger"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:72
+#, fuzzy
 msgid ""
-"Allows you to specify the SDP used for the streaming output. You must use an "
-"url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
-msgstr ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/rtp.c:51
-msgid "Muxer"
-msgstr ""
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Lyd"
 
-#: modules/stream_out/rtp.c:56
+#: modules/stream_out/rtp.c:75
 #, fuzzy
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/rtp.c:59
+#: modules/stream_out/rtp.c:79
 #, fuzzy
 msgid "Allows you to specify the time to live for the output stream."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "Standard output:"
@@ -10413,176 +11095,220 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Stopp strøm"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "lydenhet"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 #, fuzzy
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "Stopp strøm"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 #, fuzzy
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "Lyd"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 #, fuzzy
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "_Innstillinger"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 #, fuzzy
 msgid "Allows you to scale the video before encoding."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Lyd"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "Standard grensesnitt: "
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 #, fuzzy
 msgid "Allows you to deinterlace the video before encoding."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 #, fuzzy
 msgid "Allows you to specify the output video width."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 #, fuzzy
 msgid "Allows you to specify the output video height."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "_Innstillinger"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 #, fuzzy
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "lydenhet"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 #, fuzzy
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "_Innstillinger"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 #, fuzzy
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "videohøyde"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 #, fuzzy
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "Standard grensesnitt: "
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 #, fuzzy
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "Stopp strøm"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 #, fuzzy
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "Lyd"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 #, fuzzy
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "Valgte"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 #, fuzzy
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr "Du kan fastsette lydinnkoding her"
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "Velg lydkanal"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 #, fuzzy
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr "Du kan fastsette videoinnkoding her"
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "Standard grensesnitt: "
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr "Du kan fastsette lydinnkoding her"
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Stopp strøm"
+
 #: modules/stream_out/transcode.c:110
 #, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr "Du kan fastsette lydinnkoding her"
+
+#: modules/stream_out/transcode.c:113
+#, fuzzy
 msgid "Number of threads"
 msgstr "Pause strøm"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 #, fuzzy
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr "Du kan fastsette videoinnkoding her"
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "Pause strøm"
@@ -10667,13 +11393,18 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "Standard grensesnitt: "
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Standard grensesnitt: "
+
 #: modules/video_filter/clone.c:55
 #, fuzzy
 msgid "Number of clones"
 msgstr "Stopp strøm"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -10682,7 +11413,7 @@ msgid "List of video output modules"
 msgstr "Standard grensesnitt: "
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10762,7 +11493,7 @@ msgid "Logo filename"
 msgstr "Fil"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10770,7 +11501,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10782,7 +11513,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10795,7 +11526,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10844,7 +11575,7 @@ msgstr "Stopp str
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -10853,7 +11584,8 @@ msgid "Number of rows"
 msgstr "Pause strøm"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -10880,21 +11612,21 @@ msgstr "Fullskjermdybde:"
 msgid "color ASCII art video output"
 msgstr "Fullskjermdybde:"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10902,32 +11634,52 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 #, fuzzy
 msgid "DirectX video output"
 msgstr "DirectX videomodul"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Åpne spilleliste-vinduet"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 #, fuzzy
 msgid "Framebuffer device"
@@ -10943,8 +11695,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -10962,11 +11714,31 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "Fullskjermdybde:"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Lydeksport volum"
+
 #: modules/video_output/mga.c:59
 #, fuzzy
 msgid "Matrox Graphic Array video output"
 msgstr "Fullskjermdybde:"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Valgte"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "Du kan fastsette videoinnkoding her"
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Fullskjermdybde:"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "QT Embedded skjermnavn"
@@ -10989,6 +11761,43 @@ msgstr "QT Embedded videomodul"
 msgid "Simple DirectMedia Layer video output"
 msgstr "Simple DirectMedia Layer videomodul"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Standard grensesnitt: "
+
 #: modules/video_output/svgalib.c:53
 #, fuzzy
 msgid "SVGAlib video output"
@@ -10999,12 +11808,26 @@ msgstr "Fullskjermdybde:"
 msgid "Windows GDI video output"
 msgstr "Windows GDI modul for videoeksport"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "XVideo tilkoblingsnummer"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Hvis grafikkortet støtter flere tilkoblinger, kan du velge hvilken som skal "
+"brukes med dette alternativet (det skal ikke være nødvendig å bytte dette)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 #, fuzzy
 msgid "Alternate fullscreen method"
 msgstr "metode for å veksle til og fra fullskjerm"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -11014,12 +11837,29 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+#, fuzzy
+msgid "Screen to be used for fullscreen mode."
+msgstr "Fullskjerm"
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 #, fuzzy
 msgid "Use shared memory"
@@ -11033,29 +11873,11 @@ msgstr "Bruk delt minne for 
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 #, fuzzy
 msgid "X11 video output"
 msgstr "Fullskjermdybde:"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "XVideo tilkoblingsnummer"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Hvis grafikkortet støtter flere tilkoblinger, kan du velge hvilken som skal "
-"brukes med dette alternativet (det skal ikke være nødvendig å bytte dette)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "XVimage chroma format"
@@ -11068,16 +11890,15 @@ msgstr ""
 "Krev at XVideo-gjengiveren skal bruke et bestemt chroma format, i stedet for "
 "å forsøke å forbedre yttelsen ved å benytte det mest effektive."
 
-#: modules/video_output/x11/xvideo.c:72
-#, fuzzy
-msgid "Screen to be used for fullscreen mode."
-msgstr "Fullskjerm"
-
 #: modules/video_output/x11/xvideo.c:89
 #, fuzzy
 msgid "XVideo extension video output"
 msgstr "XVideo utvidelsesmodul"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -11209,6 +12030,78 @@ msgstr "Valgt skrifttype for visning av tekst i xosd-eksport"
 msgid "XOSD interface"
 msgstr "_Gjem grensesnitt"
 
+#, fuzzy
+#~ msgid "Stream "
+#~ msgstr "Stopp strøm"
+
+#, fuzzy
+#~ msgid "DVD menus"
+#~ msgstr "_Innstillinger"
+
+#, fuzzy
+#~ msgid "Angle"
+#~ msgstr "_Vinkel"
+
+#, fuzzy
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "Standard grensesnitt: "
+
+#, fuzzy
+#~ msgid "Output MRL"
+#~ msgstr "Standard output:"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "_Teksting"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "_Teksting"
+
+#, fuzzy
+#~ msgid "<unknown>"
+#~ msgstr "Ukjent"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "Standard grensesnitt: "
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "kikkerteffekt ?"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "Grensesnitt"
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "_Innstillinger"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "_Innstillinger"
+
+#, fuzzy
+#~ msgid "Item info"
+#~ msgstr "Navn på enhet"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Velg en nettverksstrøm"
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Velg en nettverksstrøm"
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Velg en nettverksstrøm"
+
+#, fuzzy
+#~ msgid "Choose..."
+#~ msgstr "Utforsk"
+
 #, fuzzy
 #~ msgid "slowest"
 #~ msgstr "Sakte"
@@ -11301,10 +12194,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Additional streaming options"
 #~ msgstr "Pause strøm"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "Navn på enhet"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "Pause strøm"
@@ -11438,10 +12327,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Video device type"
 #~ msgstr "lydenhet"
 
-#, fuzzy
-#~ msgid "Channel"
-#~ msgstr "Kanaler"
-
 #, fuzzy
 #~ msgid "Advanced settings..."
 #~ msgstr "vis avanserte alternativer"
@@ -11462,10 +12347,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Frequency (kHz)"
 #~ msgstr "Frekvens:"
 
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "_Innstillinger"
-
 #, fuzzy
 #~ msgid "The average bitrate of the stream"
 #~ msgstr "Naviger gjennom strømmen"
@@ -11523,16 +12404,9 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "udp stream output"
 #~ msgstr "Standard output:"
 
-#~ msgid "headphone"
-#~ msgstr "høretelefoner"
-
 #~ msgid "subtitles"
 #~ msgstr "teksting"
 
-#, fuzzy
-#~ msgid "subtitles decoder"
-#~ msgstr "Standard grensesnitt: "
-
 #, fuzzy
 #~ msgid "HTTP remote control"
 #~ msgstr "Standard grensesnitt: "
@@ -11556,10 +12430,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Gtk+"
 #~ msgstr "Gtk+"
 
-#, fuzzy
-#~ msgid "Repeat On"
-#~ msgstr "Valg"
-
 #, fuzzy
 #~ msgid "Repeat Playlist"
 #~ msgstr "Åpne Spilleliste"
@@ -11588,10 +12458,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Quick"
 #~ msgstr "Om"
 
-#, fuzzy
-#~ msgid "Item informations"
-#~ msgstr "skriv ut versjonsinformasjon"
-
 #, fuzzy
 #~ msgid "Simple &Open ..."
 #~ msgstr "_Åpne fil..."
@@ -11680,10 +12546,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Video Device Advanced Options"
 #~ msgstr "vis avanserte alternativer"
 
-#, fuzzy
-#~ msgid "Headphone virtual spatialization effect"
-#~ msgstr "romklangeffekt i høretelefoner"
-
 #, fuzzy
 #~ msgid "CD-ROM device name"
 #~ msgstr "Navn på enhet"
@@ -11805,10 +12667,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "MPEG I/II video decoder"
 #~ msgstr "Standard grensesnitt: "
 
-#, fuzzy
-#~ msgid "Equalizer values"
-#~ msgstr "Standard grensesnitt: "
-
 #~ msgid ""
 #~ "If you want VLC to add items to the playlist as you open them, then "
 #~ "enable this option."
@@ -12014,10 +12872,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Delete &all"
 #~ msgstr "Slett"
 
-#, fuzzy
-#~ msgid "Invert selection"
-#~ msgstr "Valg"
-
 #, fuzzy
 #~ msgid "Delete selection"
 #~ msgstr "Valg"
@@ -12040,10 +12894,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Native Windows interface"
 #~ msgstr "Standard grensesnitt: "
 
-#, fuzzy
-#~ msgid "video device"
-#~ msgstr "lydenhet"
-
 #~ msgid "font"
 #~ msgstr "skrifttype"
 
@@ -12092,13 +12942,6 @@ msgstr "_Gjem grensesnitt"
 #~ msgid "Stream output:"
 #~ msgstr "Standard output:"
 
-#~ msgid "Screen %d"
-#~ msgstr "Fullskjerm %d"
-
-#, fuzzy
-#~ msgid "Open skin"
-#~ msgstr "Åpne Disk"
-
 #, fuzzy
 #~ msgid "All files"
 #~ msgstr "Fil"
index ee1e29ef074a8a663cedc3c8803d9e4d7153780a..47d22464b1e57a32a998996b11dae9ffcf4aa6b7 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2002-07-12 11:49+0100\n"
 "Last-Translator: Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>\n"
 "Language-Team: polish <pl@li.org>\n"
@@ -188,14 +188,14 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr "wy¶wietl listê dostêpnych modu³ów"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -207,37 +207,34 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Tytu³"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 #, fuzzy
 msgid "Author"
 msgstr "Autorzy"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -246,18 +243,17 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 #, fuzzy
 msgid "Copyright"
 msgstr "Usuñ"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Opis"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 #, fuzzy
 msgid "Rating"
 msgstr "napis"
@@ -275,13 +271,13 @@ msgstr "U_stawienia"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr ""
 
@@ -295,64 +291,77 @@ msgstr "Nazwa urz
 msgid "Codec Description"
 msgstr "Opis"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 #, fuzzy
 msgid "Visualizations"
 msgstr "Polaryzacja"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "Zatrzymaj"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 #, fuzzy
 msgid "Goom"
 msgstr "Przejd¼ do:"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+#, fuzzy
+msgid "Equalizer"
+msgstr "modu³ filtru obrazu"
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "D¼wiêk"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "Wybiera kana³ d¼wiêkowy"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 #, fuzzy
 msgid "Stereo"
 msgstr "Serwer"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr ""
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr ""
 
@@ -419,266 +428,248 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "Zatrzymuje strumieñ"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, fuzzy, c-format
 msgid "Stream %d"
 msgstr "Zatrzymuje strumieñ"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 #, fuzzy
 msgid "Codec"
 msgstr "Nic"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "D¼wiêk"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Kana³y"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 #, fuzzy
 msgid "Sample rate"
 msgstr "Szybko¶æ symboliczna"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 #, fuzzy
 msgid "Bitrate"
 msgstr "D¼wiêk"
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Obraz"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 #, fuzzy
 msgid "Resolution"
 msgstr "Wybór"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 #, fuzzy
 msgid "Display resolution"
 msgstr "Wybór"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 #, fuzzy
 msgid "Subtitle"
 msgstr "_Podtytu³y"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Plik"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Wy¶wietl informacje o wersji"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 #, fuzzy
 msgid "Stream"
 msgstr "Zatrzymuje strumieñ"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Czas trwania"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Program"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Rozdzia³"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 #, fuzzy
 msgid "Navigation"
 msgstr "_Nawigacja"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "Obraz"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "D¼wiêk"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "_Podtytu³y"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, fuzzy, c-format
-msgid "Title %i"
-msgstr "Tytu³"
-
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, fuzzy, c-format
-msgid "Chapter %i"
-msgstr "Rozdzia³ %d"
-
-#: src/input/input_programs.c:395
+#: src/input/var.c:256
 #, fuzzy
 msgid "Next title"
 msgstr "Nastêpny plik"
 
-#: src/input/input_programs.c:398
+#: src/input/var.c:261
 #, fuzzy
 msgid "Previous title"
 msgstr "Poprzedni plik"
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:284
+#, fuzzy, c-format
+msgid "Title %i"
+msgstr "Tytu³"
+
+#: src/input/var.c:307 src/input/var.c:367
+#, fuzzy, c-format
+msgid "Chapter %i"
+msgstr "Rozdzia³ %d"
+
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "Rozdzia³"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "Rozdzia³"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "interfejs sieciowy"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "U_kryj interfejs"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "pl"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "Wstrzymuje strumieñ"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, fuzzy, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 "U¿ycie: %s [opcje] [parametry] [plik]...\n"
 "\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "napis"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "liczba ca³kowita"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "liczba zmiennoprz."
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr " (domy¶lnie w³±czone)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr " (domy¶lnie wy³±czone)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -687,7 +678,7 @@ msgstr ""
 "\n"
 "Naci¶nij klawisz ENTER aby kontynuowaæ...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -696,12 +687,12 @@ msgstr ""
 "U¿ycie: %s [opcje] [parametry] [plik]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[modu³]               [opis]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, fuzzy, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -714,7 +705,7 @@ msgstr ""
 "Public License; zajrzyj do pliku COPYING, aby uzyskaæ wiêcej szczegó³ów.\n"
 "Program napisany przez zespó³ VideoLAN na uczelni Ecole Centrale, Pary¿.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "Autorzy"
@@ -873,34 +864,7 @@ msgid ""
 "touch."
 msgstr ""
 
-#: src/libvlc.h:89
-#, fuzzy
-msgid "Interface default search path"
-msgstr "domy¶lna ¶cie¿ka wyszukiwania interfejsu"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"Ta opcja umo¿liwia ustawienie domy¶lnej ¶cie¿ki, któr± interfejs bêdzie "
-"otwiera³ w poszukiwaniu pliku."
-
-#: src/libvlc.h:94
-#, fuzzy
-msgid "Modules search path"
-msgstr "¶cie¿ka wyszukiwania wtyczek"
-
-#: src/libvlc.h:96
-#, fuzzy
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"Ta opcja umo¿liwia ustawienie dodatkowej ¶cie¿ki dla VLC, wykorzystywanej "
-"przy wyszukiwaniu wtyczek programu."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -909,12 +873,12 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 #, fuzzy
 msgid "Audio output module"
 msgstr "modu³ wyj¶ciowy d¼wiêku"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -922,12 +886,12 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej d¼wiêku u¿ywanej przez VLC. "
 "Domy¶lnym zachowaniem jest automatyczne wybranie najlepszej dostêpnej metody."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 #, fuzzy
 msgid "Enable audio"
 msgstr "w³±czenie d¼wiêku"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 #, fuzzy
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
@@ -936,43 +900,43 @@ msgstr ""
 "Mo¿na ca³kiem wy³±czyæ d¼wiêk. W tym przypadku etap dekodowania d¼wiêku nie "
 "zostanie wykonany, wiêc bêdzie mo¿na zaoszczêdziæ trochê mocy procesora."
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 #, fuzzy
 msgid "Force mono audio"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 #, fuzzy
 msgid "This will force a mono audio output."
 msgstr "Ta opcja wymusza wyj¶cie d¼wiêku w trybie mono"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 #, fuzzy
 msgid "Audio output volume"
 msgstr "g³o¶no¶æ wyj¶cia d¼wiêku"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "Mo¿na ustawiæ domy¶lny poziom g³o¶no¶ci wyj¶cia d¼wiêku w zakresie od 0 do "
 "1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 #, fuzzy
 msgid "Audio output saved volume"
 msgstr "g³o¶no¶æ wyj¶cia d¼wiêku"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 #, fuzzy
 msgid "Audio output frequency (Hz)"
 msgstr "czêstotliwo¶æ wyj¶ciowa d¼wiêku (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 #, fuzzy
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
@@ -981,23 +945,23 @@ msgstr ""
 "W tym miejscu mo¿na wymusiæ czêstotliwo¶æ wyj¶ciow± d¼wiêku. Zwyk³ymi "
 "warto¶ciami s± 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 #, fuzzy
 msgid "Audio desynchronization compensation"
 msgstr "modu³ kompensacji ruchu AltiVec"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 #, fuzzy
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
@@ -1007,11 +971,11 @@ msgstr ""
 "Ta opcja umo¿liwia opó¼nienie wyj¶cia d¼wiêku. To mo¿e byæ u¿yteczne w razie "
 "wystêpowania opó¼nieñ miêdzy d¼wiêkiem a obrazem."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 #, fuzzy
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
@@ -1021,11 +985,11 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej d¼wiêku u¿ywanej przez VLC. "
 "Domy¶lnym zachowaniem jest automatyczne wybranie najlepszej dostêpnej metody."
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 #, fuzzy
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
@@ -1034,24 +998,24 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej d¼wiêku u¿ywanej przez VLC. "
 "Domy¶lnym zachowaniem jest automatyczne wybranie najlepszej dostêpnej metody."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 #, fuzzy
 msgid "Channel mixer"
 msgstr "Serwer kana³ów"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -1059,12 +1023,12 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 #, fuzzy
 msgid "Video output module"
 msgstr "modu³ wyj¶ciowy obrazu"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1072,12 +1036,12 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej obrazu u¿ywanej przez VLC. "
 "Domy¶lnym zachowaniem jest automatyczny wybór najlepszej dostêpnej metody."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 #, fuzzy
 msgid "Enable video"
 msgstr "w³±czony obraz"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 #, fuzzy
 msgid ""
 "You can completely disable the video output. In this case, the video "
@@ -1087,13 +1051,13 @@ msgstr ""
 "obrazu nie zostanie wykonany, co umo¿liwi zaoszczêdzenie trochê mocy "
 "procesora."
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 #, fuzzy
 msgid "Video width"
 msgstr "szeroko¶æ obrazu"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 #, fuzzy
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
@@ -1102,13 +1066,13 @@ msgstr ""
 "Mo¿na wymusiæ w tym miejscu szeroko¶æ obrazu. Domy¶lnie VLC zaadoptuje "
 "charakterystyki obrazu."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 #, fuzzy
 msgid "Video height"
 msgstr "wysoko¶æ obrazu"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 #, fuzzy
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
@@ -1117,95 +1081,95 @@ msgstr ""
 "Mo¿na wymusiæ w tym miejscu wysoko¶æ obrazu. Domy¶lnie VLC zaadoptuje "
 "charakterystyki obrazu."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 #, fuzzy
 msgid "Video alignment"
 msgstr "U_stawienia"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 #, fuzzy
 msgid "Center"
 msgstr "Rozdzia³"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 #, fuzzy
 msgid "Bottom"
 msgstr "Przejd¼ do:"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Right"
 msgstr "Usuñ"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 #, fuzzy
 msgid "Zoom video"
 msgstr "skalowanie obrazu"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Mo¿na skalowaæ obraz o okre¶lony wspó³czynnik."
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 #, fuzzy
 msgid "Grayscale video output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1213,23 +1177,23 @@ msgstr ""
 "Po w³±czeniu informacje o kolorze z obrazu nie zostan± zdekodowane (pozwala "
 "to tak¿e na oszczêdzenie trochê mocy procesora)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 #, fuzzy
 msgid "Fullscreen video output"
 msgstr "wyj¶cie pe³noekranowe obrazu"
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "Po w³±czeniu tej opcji, VLC zawsze wy¶wietli obraz w trybie pe³noekranowym."
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 #, fuzzy
 msgid "Overlay video output"
 msgstr "wyj¶cie obrazu w trybie overlay"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 #, fuzzy
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
@@ -1238,21 +1202,21 @@ msgstr ""
 "Po w³±czeniu, VLC bêdzie próbowa³ skorzystaæ z w³a¶ciwo¶ci overlay karty "
 "graficznej."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 #, fuzzy
 msgid "Always place the video window on top of other windows."
 msgstr "Wybierz liczbê pionowych okien, na które bêdzie on rozdzielony obraz"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 #, fuzzy
 msgid "Force SPU position"
 msgstr "wymuszanie pozycji SPU"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1260,22 +1224,22 @@ msgstr ""
 "Mo¿na u¿yæ tej opcji do umieszczania podtytu³ów pod filmem, zamiast nad nim. "
 "Wypróbuj ró¿ne pozycje."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 #, fuzzy
 msgid "Video filter module"
 msgstr "modu³ filtru obrazu"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1283,12 +1247,12 @@ msgstr ""
 "Ta opcja umo¿liwia dodawanie filtrów polepszaj±cych jako¶æ obrazu, np. filtr "
 "przeciwko migotaniu, lub klonowanie zak³óceñ obrazu."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 #, fuzzy
 msgid "Source aspect ratio"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1297,49 +1261,49 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 #, fuzzy
 msgid "Server port"
 msgstr "port serwera"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "Port serwera u¿ywany dla strumieni UDP. Domy¶lnie 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 #, fuzzy
 msgid "MTU of the network interface"
 msgstr "Prze³±cz _Interfejs"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 #, fuzzy
 msgid "Network interface address"
 msgstr "interfejs sieciowy"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 #, fuzzy
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
@@ -1349,42 +1313,42 @@ msgstr ""
 "Je¶li istnieje kilka interfejsów sieciowych na komputerze i u¿ywane jest "
 "rozwi±zanie VLAN, mo¿na wskazaæ który interfejs bêdzie u¿ywany."
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 #, fuzzy
 msgid "Choose program (SID)"
 msgstr "wybierz program (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Wybierz program podaj±c jego identyfikator us³ugi."
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 #, fuzzy
 msgid "Choose audio"
 msgstr "wybierz d¼wiêk"
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 #, fuzzy
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr "Podaj domy¶lny typ d¼wiêku u¿ywany przy odtwarzaniu  DVD."
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 #, fuzzy
 msgid "Choose audio channel"
 msgstr "wybierz kana³"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -1392,12 +1356,12 @@ msgstr ""
 "Podaj numer strumienia kana³u d¼wiekowego u¿ywany przy odtwarzaniu DVD (od 1 "
 "do n)."
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "wybierz podtytu³y"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 #, fuzzy
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
@@ -1405,45 +1369,49 @@ msgstr ""
 "Podaj numer strumienia kana³u podtytu³ów u¿ywanego przy odtwarzaniu DVD (od "
 "1 do n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "Wybiera kana³ podtytu³ów"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "_Podtytu³y"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1454,78 +1422,78 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "_Podtytu³y"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "Wybiera kana³ podtytu³ów"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "urz±dzenie DVD"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Domy¶lnie u¿ywane urz±dzenie DVD."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Domy¶lnie u¿ywane urz±dzenie VCD."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 #, fuzzy
 msgid "This is the default Audio CD device to use."
 msgstr "Domy¶lnie u¿ywane urz±dzenie VCD."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 #, fuzzy
 msgid "Force IPv6"
 msgstr "wymu¶ IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1533,12 +1501,12 @@ msgstr ""
 "Zaznaczenie tej opcji powoduje, ¿e IPv6 bêdzie u¿ywany domy¶lnie dla "
 "wszystkich po³±czeñ UDP i HTTP."
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 #, fuzzy
 msgid "Force IPv4"
 msgstr "wymu¶ IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1546,246 +1514,246 @@ msgstr ""
 "Zaznaczenie tej opcji powoduje, ¿e IPv4 bêdzie u¿ywany domy¶lnie dla "
 "wszystkich po³±czeñ UDP i HTTP."
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 #, fuzzy
 msgid "Title metadata"
 msgstr "Plik"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Usuñ"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "Opis"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 #, fuzzy
 msgid "Preferred codecs list"
 msgstr "_Preferencje..."
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 #, fuzzy
 msgid "Preferred encoders list"
 msgstr "_Preferencje..."
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 #, fuzzy
 msgid "Choose a stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "w³±czenie d¼wiêku"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Mux module"
 msgstr "modu³ demux"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 #, fuzzy
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr "To jest zapis umo¿liwiaj±cy konfigurowanie modu³ów demux"
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 #, fuzzy
 msgid "Access output module"
 msgstr "modu³ wyj¶ciowy obrazu"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 #, fuzzy
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr "To jest zapis dostêpu umo¿liwiaj±cy konfigurownie modu³ów dostêpu"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "liczba zmiennoprz."
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 #, fuzzy
 msgid "Enable CPU MMX support"
 msgstr "w³±czona obs³uga MMX procesora"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr "Je¶li procesor obs³uguje zbiór istrukcji MMX, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 #, fuzzy
 msgid "Enable CPU 3D Now! support"
 msgstr "w³±czona obs³uga 3D Now!"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 "Je¶li procesor obs³uguje zbiór istrukcji 3D Now!, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 #, fuzzy
 msgid "Enable CPU MMX EXT support"
 msgstr "w³±czona obs³uga MMX EXT"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1793,64 +1761,64 @@ msgstr ""
 "Je¶li procesor obs³uguje rozszerzony zbiór istrukcji MMX, mo¿na z nich "
 "skorzystaæ."
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 #, fuzzy
 msgid "Enable CPU SSE support"
 msgstr "w³±czona obs³uga SSE"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 #, fuzzy
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr "Je¶li procesor obs³uguje zbiór istrukcji MMX, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 #, fuzzy
 msgid "Enable CPU SSE2 support"
 msgstr "w³±czona obs³uga SSE"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 #, fuzzy
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr "Je¶li procesor obs³uguje zbiór istrukcji MMX, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 #, fuzzy
 msgid "Enable CPU AltiVec support"
 msgstr "w³±czona obs³uga AltiVec"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 "Je¶li procesor obs³uguje zbiór istrukcji AltiVec, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 msgstr ""
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 #, fuzzy
 msgid "Loop playlist on end"
 msgstr "zapêtlanie listy odtwarzania"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1858,29 +1826,40 @@ msgstr ""
 "Je¶li VLC ma odtwarzaæ w nieskoñczono¶æ listê odtwarzania wówczas nale¿y "
 "zaznaczyæ t± opcjê."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Repeat the current item"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Przyspiesza odtwarzanie"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 #, fuzzy
 msgid "Memory copy module"
 msgstr "modu³ kopiowania pamiêci"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 #, fuzzy
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
@@ -1889,31 +1868,31 @@ msgstr ""
 "Mo¿na wybraæ który z modu³ów kopiowania pamiêci ma byæ u¿ywany. Domy¶lnie "
 "VLC wybierze najszybszy obs³ugiwany przez sprzêt modu³."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 #, fuzzy
 msgid "Access module"
 msgstr "modu³ dostêpu"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 #, fuzzy
 msgid "This is a legacy entry to let you configure access modules."
 msgstr "To jest zapis dostêpu umo¿liwiaj±cy konfigurownie modu³ów dostêpu"
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 #, fuzzy
 msgid "Demux module"
 msgstr "modu³ demux"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 #, fuzzy
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr "To jest zapis umo¿liwiaj±cy konfigurowanie modu³ów demux"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1921,31 +1900,63 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "Liczba wierszy"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+#, fuzzy
+msgid "Modules search path"
+msgstr "¶cie¿ka wyszukiwania wtyczek"
+
 #: src/libvlc.h:588
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie dodatkowej ¶cie¿ki dla VLC, wykorzystywanej "
+"przy wyszukiwaniu wtyczek programu."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1954,11 +1965,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1968,12 +1979,12 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 #, fuzzy
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "szybkie w±tki pthread na NT/2K/Xp (tylko programi¶ci)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -1984,11 +1995,11 @@ msgstr ""
 "w±tków pthread, mo¿na tak¿e wybraæ szybsz± implementacjê lecz wówczas mo¿na "
 "napotkaæ problemy."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1997,404 +2008,425 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 #, fuzzy
 msgid "Fullscreen"
 msgstr "Pe³_ny ekran"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "Wstrzymaj"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 #, fuzzy
 msgid "Pause only"
 msgstr "Wstrzymaj"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 #, fuzzy
 msgid "Play only"
 msgstr "Zwalnia odtwarzanie"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 #, fuzzy
 msgid "Faster"
 msgstr "Przyspiesz"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 #, fuzzy
 msgid "Slower"
 msgstr "Zwolnij"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Nast"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 #, fuzzy
 msgid "Previous"
 msgstr "Poprzedni plik"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Zatrzymaj"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 #, fuzzy
 msgid "Position"
 msgstr "Polaryzacja"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 #, fuzzy
 msgid "Quit"
 msgstr "Informacje o..."
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 #, fuzzy
 msgid "Navigate up"
 msgstr "_Nawigacja"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 #, fuzzy
 msgid "Navigate down"
 msgstr "_Nawigacja"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 #, fuzzy
 msgid "Navigate left"
 msgstr "_Nawigacja"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 #, fuzzy
 msgid "Navigate right"
 msgstr "_Nawigacja"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "_Podtytu³y"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "Otwiera okno listy odtwarzania"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "D¼wiêk"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "wybierz podtytu³y"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 #, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2411,91 +2443,96 @@ msgstr ""
 "  vlc:pause                      zatrzymanie odtwarzania obiektów listy\n"
 "  vlc:quit                       wyj¶cie z VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interfejs"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Wej¶cie"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Dekodery"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr ""
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Lista odtwarzania"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Ró¿ne"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Hot keys"
 msgstr "Adres"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "g³ówny program"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "wy¶wietl listê dostêpnych modu³ów"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Otwiera okno listy odtwarzania"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "Wy¶wietl informacje o wersji"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "zm. logiczna"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -3161,77 +3198,79 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Normal"
 msgstr "Nic"
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 #, fuzzy
 msgid "Deinterlace"
 msgstr "Tryb antyprzeplotowy"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Discard"
 msgstr "Dysk"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Mean"
 msgstr "Pionowa"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 #, fuzzy
 msgid "Linear"
 msgstr "liczba ca³kowita"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "Plik"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3242,6 +3281,11 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "modu³ wej¶cia VCD"
 
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "[dvd:][urz±dzenie][@surowe_urz±dzenie][@[tytu³][,[rozdzia³][,k±t]]]"
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3251,10 +3295,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "Anuluj"
@@ -3276,7 +3320,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 #, fuzzy
 msgid "Album"
 msgstr "Informacje o..."
@@ -3434,11 +3478,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3446,297 +3490,334 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 #, fuzzy
 msgid "none"
 msgstr "Nic"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "Zatrzymaj"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 #, fuzzy
 msgid "expand"
 msgstr "Pionowa"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 #, fuzzy
 msgid "Standard filesystem directory input"
 msgstr "CZytanie standartowego pliku systemowego"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "modu³ rozszerzeñ DirectX"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 #, fuzzy
 msgid "Default"
 msgstr "Usuñ"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Nic"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "urz±dzenie VCD"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "urz±dzenie VCD"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "urz±dzenie VCD"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 #, fuzzy
 msgid "Video input chroma format"
 msgstr "format XVimage chroma"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 #, fuzzy
 msgid "Device properties"
 msgstr "Wybiera program"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "modu³ rozszerzeñ DirectX"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 #, fuzzy
 msgid "DirectShow input"
 msgstr "modu³ rozszerzeñ DirectX"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "Wysuwa p³ytê"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Skonfiguruj"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "konwersje z "
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 #, fuzzy
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "antena lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 #, fuzzy
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "antena lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 #, fuzzy
 msgid "Antenna lnb_slof (kHz)"
 msgstr "antena lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 #, fuzzy
 msgid "Budget mode"
 msgstr "Tryb sieci"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "FEC domy¶lnego transpondera satelitarnego"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 #, fuzzy
 msgid "Transponder symbol rate in kHz"
 msgstr "szybko¶æ symboli domy¶lnego transpondera satelitarnego"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 #, fuzzy
 msgid "DVB"
 msgstr "DVD"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+msgid "Allows you to select the default DVD angle."
+msgstr ""
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+#, fuzzy
+msgid "DVDnav Input"
+msgstr "modu³ wej¶cia VCD"
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3752,87 +3833,47 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "Tytu³"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Dysk"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][urz±dzenie][@surowe_urz±dzenie][@[tytu³][,[rozdzia³][,k±t]]]"
-
-#: modules/access/dvd/dvd.c:94
-#, fuzzy
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss je¶li obecna"
-
-#: modules/access/dvd/dvd.c:97
-#, fuzzy
-msgid "DVD input (uses libdvdcss)"
-msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-#, fuzzy
-msgid "DVD menus"
-msgstr "U_stawienia"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-#, fuzzy
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][urz±dzenie][@surowe_urz±dzenie][@[tytu³][,[rozdzia³][,k±t]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
+#: modules/access/dvdread.c:90
 #, fuzzy
-msgid "DVD input (using libdvdread)"
-msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss"
+msgid "DVDRead Input"
+msgstr "modu³ wej¶cia VCD"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 #, fuzzy
 msgid "Standard filesystem file input"
 msgstr "CZytanie standartowego pliku systemowego"
@@ -3914,38 +3955,189 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "urz±dzenie VCD"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "Wybiera strumieñ sieciowy"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+#, fuzzy
+msgid "Device"
+msgstr "urz±dzenie DVD"
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "urz±dzenie VCD"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Nic"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Pionowa"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Czêstotliwo¶æ"
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Szybko¶æ symboliczna"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "modu³ interfejsu KDE"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "D¼wiêk"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "D¼wiêk"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Kana³y"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -3988,13 +4180,46 @@ msgstr "u
 msgid "Satellite input"
 msgstr "modu³ wej¶cia satelity"
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
 msgstr ""
 
-#: modules/access/slp.c:62
-msgid ""
-"This string is a comma separated list of attribute identifiers to search for "
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Szybko¶æ symboliczna"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie domy¶lnej ¶cie¿ki, któr± interfejs bêdzie "
+"otwiera³ w poszukiwaniu pliku."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Pe³_ny ekran"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
+msgstr ""
+
+#: modules/access/slp.c:62
+msgid ""
+"This string is a comma separated list of attribute identifiers to search for "
 "a playlist title or empty to use all attributes."
 msgstr ""
 
@@ -4059,144 +4284,152 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 #, fuzzy
 msgid "UDP/RTP input"
 msgstr "UDP Multicast"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "modu³ wej¶cia VCD"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 #, fuzzy
 msgid "Video4Linux input"
 msgstr "modu³ wej¶cia VCD"
 
-#: modules/access/v4l/v4l.c:110
+#: modules/access/vcd/vcd.c:46
 #, fuzzy
-msgid "Video4Linux demuxer"
+msgid "VCD input"
 msgstr "modu³ wej¶cia VCD"
 
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:50
 #, fuzzy
-msgid "VCD input"
-msgstr "modu³ wej¶cia VCD"
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvd:][urz±dzenie][@surowe_urz±dzenie][@[tytu³][,[rozdzia³][,k±t]]]"
 
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr ""
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 #, fuzzy
 msgid "Segment"
 msgstr "Pe³_ny ekran"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 #, fuzzy
 msgid "VCD Format"
 msgstr "format dziennika"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 #, fuzzy
 msgid "Application"
 msgstr "Informacje dotycz±ce tej aplikacji"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "Rozdzia³"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 #, fuzzy
 msgid "Vol #"
 msgstr "Pionowa"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "Zatrzymuje strumieñ"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 #, fuzzy
 msgid "Segments"
 msgstr "Pe³_ny ekran"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "Anuluj"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "Anuluj"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4304,12 +4537,24 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Tytu³"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie domy¶lnej ¶cie¿ki, któr± interfejs bêdzie "
+"otwiera³ w poszukiwaniu pliku."
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4388,12 +4633,12 @@ msgstr ""
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "Kompresja dynamicznego zakresu A/52"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4406,7 +4651,8 @@ msgstr ""
 "Je¶li zostanie wy³±czona kompresja dynamicznego zakresu bêdzie to lepiej "
 "pasuj±ca opcja w przypadku sali kinowej lub pokoju akustycznego."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "modu³ dekodera d¼wiêku a52 ATSC A/52 aka AC-3"
@@ -4415,12 +4661,13 @@ msgstr "modu
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 #, fuzzy
 msgid "DTS dynamic range compression"
 msgstr "Kompresja dynamicznego zakresu A/52"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 #, fuzzy
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
@@ -4453,7 +4700,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 #, fuzzy
 msgid "MPEG audio decoder"
 msgstr "modu³ dekodera obrazu MPEG I/II"
@@ -4482,6 +4730,159 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+#, fuzzy
+msgid "Equalizer preset"
+msgstr "modu³ filtru obrazu"
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "modu³ filtru obrazu"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Przyspiesz"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+#, fuzzy
+msgid "Dance"
+msgstr "Anuluj"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Pe³_ny ekran"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Large Hall"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "liczba ca³kowita"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Port"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+#, fuzzy
+msgid "Ska"
+msgstr "Satelita"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "Port"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "D¼wiêk"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Liczba kolumn"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Informacje o..."
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr ""
@@ -4532,33 +4933,33 @@ msgstr "modu
 msgid "ALSA Device Name"
 msgstr "Nazwa urz±dzenia"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "urz±dzenie VCD"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr ""
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4567,14 +4968,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr "modu³ d¼wiêkowy aRts"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 #, fuzzy
 msgid "CoreAudio output"
 msgstr "g³o¶no¶æ wyj¶cia d¼wiêku"
@@ -4667,7 +5068,18 @@ msgstr "urz
 msgid "Simple DirectMedia Layer audio output"
 msgstr "modu³ Simple DirectMedia Layer (SDL)"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "wyj¶cie obrazu w skali szaro¶ci"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 #, fuzzy
 msgid "Win32 waveOut extension output"
 msgstr "modu³ rozszerzenia waveOut Win32"
@@ -4705,6 +5117,14 @@ msgstr "modu
 msgid "CMML annotations decoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4719,11 +5139,16 @@ msgstr "modu
 msgid "DV video decoder"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "modu³ dekodera podtytu³ów DVD"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4742,33 +5167,48 @@ msgstr "_Podtytu
 msgid "simple"
 msgstr "Plik"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "wybierz dekoder d¼wiêku AC3"
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 #, fuzzy
 msgid "ffmpeg audio/video encoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 #, fuzzy
 msgid "ffmpeg demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "modu³ filtru obrazu"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "modu³ odwracania obrazu"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4776,11 +5216,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4792,43 +5232,43 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 #, fuzzy
 msgid "Post processing quality"
 msgstr "modu³ kompensacji ruchu"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 #, fuzzy
 msgid "Visualize motion vectors"
 msgstr "Polaryzacja"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4836,127 +5276,127 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 #, fuzzy
 msgid "ffmpeg post processing filter chains"
 msgstr "modu³ kompensacji ruchu"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "D¼wiêk"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 #, fuzzy
 msgid "Noise reduction"
 msgstr "Wybór"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "Informacje o..."
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4964,33 +5404,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 #, fuzzy
 msgid "Post processing"
 msgstr "modu³ kompensacji ruchu"
@@ -5033,7 +5494,7 @@ msgstr "modu
 msgid "Flac audio encoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 #, fuzzy
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "modu³ dekodera obrazu MPEG I/II"
@@ -5077,7 +5538,7 @@ msgstr "modu
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "modu³ dekodera podtytu³ów DVD"
@@ -5156,71 +5617,71 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 #, fuzzy
 msgid "Pseudo raw video decoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 #, fuzzy
 msgid "Pseudo raw video packetizer"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 #, fuzzy
 msgid "Speex audio decoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 #, fuzzy
 msgid "Speex audio packetizer"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 #, fuzzy
 msgid "Speex audio encoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 #, fuzzy
 msgid "Speex comment"
 msgstr "Pe³_ny ekran"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 #, fuzzy
 msgid "Mode"
 msgstr "Modu³y"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 #, fuzzy
 msgid "DVD subtitles decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 #, fuzzy
 msgid "Subtitles text encoding"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 #, fuzzy
 msgid "Subtitles justification"
 msgstr "_Podtytu³y"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "_Podtytu³y"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
@@ -5230,74 +5691,113 @@ msgstr "modu
 msgid "Tarkin decoder module"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 #, fuzzy
 msgid "Encoding quality"
 msgstr "modu³ kompensacji ruchu"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 #, fuzzy
 msgid "Theora video decoder"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 #, fuzzy
 msgid "Theora video packetizer"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 #, fuzzy
 msgid "Theora video encoder"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Serwer"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Tryb sieci"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "wybierz dekoder d¼wiêku AC3"
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "D¼wiêk"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "D¼wiêk"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "modu³ dekodera podtytu³ów DVD"
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 #, fuzzy
 msgid "Vorbis audio decoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 #, fuzzy
 msgid "Vorbis audio packetizer"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 #, fuzzy
 msgid "Vorbis audio encoder"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5325,250 +5825,257 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
 #, fuzzy
-msgid "Corba control module"
+msgid "Corba control"
 msgstr "modu³ dekodera podtytu³ów DVD"
 
-#: modules/control/gestures.c:77
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
+msgstr "modu³ dekodera podtytu³ów DVD"
+
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 #, fuzzy
 msgid "Middle"
 msgstr "Modu³y"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 #, fuzzy
 msgid "Mouse gestures control interface"
 msgstr "modu³ zdalnego sterowania w podczerwieni"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "Lista odtwarzania"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "Modu³ interfejsu Gtk+"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr "Wstrzymaj"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Odtwórz"
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "D¼wiêk"
 
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "_Podtytu³y"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 #, fuzzy
 msgid "Host address"
 msgstr "Adres"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 #, fuzzy
 msgid "Source directory"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 #, fuzzy
 msgid "HTTP remote control interface"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 #, fuzzy
 msgid "Repeat time (ms)"
 msgstr "Wybierz plik"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 #, fuzzy
 msgid "Wait time (ms)"
 msgstr "Wybierz plik"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 #, fuzzy
 msgid "Infrared remote control interface"
 msgstr "modu³ zdalnego sterowania w podczerwieni"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "D¼wiêk"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr "Wstrzymaj"
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "_Podtytu³y"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Odtwórz"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5613,252 +6120,270 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "modu³ interfejsu Win32"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 #, fuzzy
 msgid "Show stream position"
 msgstr "wymuszanie pozycji SPU"
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "modu³ wej¶cia VCD"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "Prze³±cz _Interfejs"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 #, fuzzy
 msgid "Default to 4212"
 msgstr "Usuñ"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 #, fuzzy
 msgid "Telnet Interface password"
 msgstr "Prze³±cz _Interfejs"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 #, fuzzy
 msgid "Default to admin"
 msgstr "Usuñ"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "modu³ interfejsu sterowania zdalnego"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr ""
 "\n"
 "U¿ywanie wtyczku interfejsu zapisu do dziennika..."
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5906,133 +6431,88 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "nazwa pliku dziennika"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 #, fuzzy
 msgid "Filedump demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-#, fuzzy
-msgid "Output MRL"
-msgstr "wyj¶cie obrazu w skali szaro¶ci"
-
-#: modules/demux/demuxstream.c:135
-#, fuzzy
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG"
-
-#: modules/demux/demuxstream.c:139
-#, fuzzy
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 #, fuzzy
 msgid "Raw DTS demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-#, fuzzy
-msgid "DVDnav Input"
-msgstr "modu³ wej¶cia VCD"
-
-#: modules/demux/dvdnav.c:63
-#, fuzzy
-msgid "DVDnav Input (demux)"
-msgstr "modu³ wej¶ciowy DVDRead"
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "dekoder d¼wiêku MPEG warstwa I/II"
+
+#: modules/demux/mkv.cpp:87
 #, fuzzy
 msgid "Matroska stream demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 #, fuzzy
 msgid "Segment filename"
 msgstr "nazwa pliku dziennika"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 #, fuzzy
 msgid "Muxing application"
 msgstr "Informacje dotycz±ce tej aplikacji"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 #, fuzzy
 msgid "Writing application"
 msgstr "Pozycja pocz±tkowa"
@@ -6118,7 +6598,7 @@ msgstr "dekoder d
 msgid "MPEG-4 video demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 #, fuzzy
 msgid "MPEG-I/II audio demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
@@ -6128,32 +6608,6 @@ msgstr "dekoder d
 msgid "MPEG-I/II video demuxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "Programowe wej¶cie strumienia ISO 13818-1 MPEG"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "_Podtytu³y"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "_Podtytu³y"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -6173,7 +6627,7 @@ msgstr "zap
 msgid "M3U playlist import"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "Lista odtwarzania"
@@ -6202,12 +6656,63 @@ msgstr "dekoder d
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+#, fuzzy
+msgid "Text subtitles demux"
+msgstr "Wybiera kana³ podtytu³ów"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Zatrzymuje strumieñ"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Tryb zniekszta³ceñ"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 #, fuzzy
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -6223,11 +6728,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-#, fuzzy
-msgid "Dance"
-msgstr "Anuluj"
-
 #: modules/demux/util/id3genres.h:32
 #, fuzzy
 msgid "Disco"
@@ -6267,10 +6767,6 @@ msgstr ""
 msgid "Other"
 msgstr "U_kryj interfejs"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -6279,18 +6775,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -6299,11 +6783,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-#, fuzzy
-msgid "Ska"
-msgstr "Satelita"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6349,10 +6828,6 @@ msgstr "liczba zmiennoprz."
 msgid "Trance"
 msgstr "Anuluj"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6557,20 +7032,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-#, fuzzy
-msgid "Text subtitles demux"
-msgstr "Wybiera kana³ podtytu³ów"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-#, fuzzy
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Wybiera kana³ podtytu³ów"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6600,124 +7061,142 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Anuluj"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 #, fuzzy
 msgid "Open"
 msgstr "Otwórz plik"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 #, fuzzy
 msgid "Preferences"
 msgstr "_Preferencje..."
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Komunikaty"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Plik"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Otwórz plik"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 #, fuzzy
 msgid "Open Disc"
 msgstr "Otwóz p³ytê"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 #, fuzzy
 msgid "Open Subtitles"
 msgstr "_Podtytu³y"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Informacje o..."
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 #, fuzzy
 msgid "Subtitles"
 msgstr "_Podtytu³y"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 #, fuzzy
 msgid "Prev Title"
 msgstr "Poprzedni plik"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 #, fuzzy
 msgid "Next Title"
 msgstr "Nastêpny plik"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 #, fuzzy
 msgid "Go to Title"
 msgstr "Tytu³"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 #, fuzzy
 msgid "Go to Chapter"
 msgstr "Rozdzia³"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 #, fuzzy
 msgid "Speed"
 msgstr "Zaznaczone"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "Klient VideoLAN"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "Klient VideoLAN"
@@ -6726,81 +7205,83 @@ msgstr "Klient VideoLAN"
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "Lista odtwarzania"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 #, fuzzy
 msgid "Close"
 msgstr "Nic"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 #, fuzzy
 msgid "Edit"
 msgstr "W_yjd¼"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 #, fuzzy
 msgid "Select All"
 msgstr "Wybierz plik"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 #, fuzzy
 msgid "Select None"
 msgstr "Wybór"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 #, fuzzy
 msgid "Remove All"
 msgstr "Wybierz plik"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 #, fuzzy
 msgid "View"
 msgstr "_Widok"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 #, fuzzy
 msgid "Path"
 msgstr "Port"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Nazwa"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Modu³y"
@@ -6812,7 +7293,7 @@ msgstr "Zastosuj"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Zapisz"
@@ -6857,10 +7338,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 #, fuzzy
 msgid "Show tooltips"
@@ -6892,7 +7369,20 @@ msgstr ""
 "Mo¿na ustawiæ maksymalny rozmiar, jaki bêd± mog³y mieæ okna konfiguracji w "
 "menu preferencji."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+#, fuzzy
+msgid "Interface default search path"
+msgstr "domy¶lna ¶cie¿ka wyszukiwania interfejsu"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie domy¶lnej ¶cie¿ki, któr± interfejs bêdzie "
+"otwiera³ w poszukiwaniu pliku."
+
+#: modules/gui/gtk/gnome.c:77
 #, fuzzy
 msgid "GNOME interface"
 msgstr "modu³ interfejsu KDE"
@@ -7005,21 +7495,15 @@ msgid "Select audio channel"
 msgstr "Wybiera kana³ d¼wiêkowy"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-#, fuzzy
-msgid "Device"
-msgstr "urz±dzenie DVD"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -7037,7 +7521,7 @@ msgstr "Pe
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 #, fuzzy
 msgid "Screen"
 msgstr "Pe³_ny ekran"
@@ -7052,8 +7536,9 @@ msgid "_Video"
 msgstr "Obraz"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -7112,7 +7597,7 @@ msgid "Slow"
 msgstr "Zwolnij"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 #, fuzzy
 msgid "Play slower"
 msgstr "Zwalnia odtwarzanie"
@@ -7124,13 +7609,14 @@ msgid "Fast"
 msgstr "Przyspiesz"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 #, fuzzy
 msgid "Play faster"
 msgstr "Przyspiesza odtwarzanie"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 #, fuzzy
 msgid "Open playlist"
 msgstr "Otwórz listê"
@@ -7240,7 +7726,7 @@ msgid "Open Target:"
 msgstr "Otwiera plik"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7248,53 +7734,53 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Typ p³yty"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 #, fuzzy
 msgid "Audio CD"
 msgstr "D¼wiêk"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Nazwa urz±dzenia"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 #, fuzzy
 msgid "UDP/RTP Multicast"
 msgstr "UDP Multicast"
@@ -7303,24 +7789,24 @@ msgstr "UDP Multicast"
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Port"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adres"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Sieæ"
 
@@ -7328,10 +7814,6 @@ msgstr "Sie
 msgid "Symbol Rate"
 msgstr "Szybko¶æ symboliczna"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Czêstotliwo¶æ"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polaryzacja"
@@ -7354,13 +7836,13 @@ msgid "Satellite"
 msgstr "Otwórz kartê satelitarn±"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 #, fuzzy
 msgid "delay"
 msgstr "Odtwórz"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7370,8 +7852,8 @@ msgid "stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 #, fuzzy
 msgid "Settings..."
 msgstr "U_stawienia"
@@ -7401,19 +7883,19 @@ msgid "Invert"
 msgstr "Odwróæ"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Wybierz"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Dodaj"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Usuñ"
 
@@ -7436,12 +7918,12 @@ msgid "Destination Target: "
 msgstr "Otwiera plik"
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RPT"
 
@@ -7483,7 +7965,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 #, fuzzy
 msgid "Gtk+ interface"
 msgstr "Modu³ interfejsu Gtk+"
@@ -7603,15 +8085,15 @@ msgstr "Zesp
 msgid "Open Target"
 msgstr "Otwórz strumieñ"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7692,12 +8174,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Tytu³ %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Rozdzia³ %d"
@@ -7850,7 +8332,7 @@ msgstr "Komunikaty..."
 msgid "Opening file..."
 msgstr "_Otwórz plik..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 #, fuzzy
 msgid "Open File..."
 msgstr "_Otwórz plik..."
@@ -7868,7 +8350,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7914,438 +8396,458 @@ msgstr "Zapisz"
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 #, fuzzy
 msgid "Random Off"
 msgstr "Wybierz plik"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "Wybierz plik"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 #, fuzzy
 msgid "Repeat Off"
 msgstr "Wybierz plik"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 #, fuzzy
 msgid "Repeat One"
 msgstr "Wybierz plik"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "Pe³_ny ekran"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 #, fuzzy
 msgid "Step Backward"
 msgstr "Przechodzi wstecz"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+#, fuzzy
+msgid "Enable"
+msgstr "w³±czony obraz"
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Zatrzymuje strumieñ"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 #, fuzzy
 msgid "Preferences..."
 msgstr "_Preferencje..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 #, fuzzy
 msgid "Services"
 msgstr "urz±dzenie DVD"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 #, fuzzy
 msgid "Hide Others"
 msgstr "U_kryj interfejs"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 #, fuzzy
 msgid "Quit VLC"
 msgstr "Informacje o..."
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 #, fuzzy
 msgid "1:File"
 msgstr "1:Plik"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "_Otwórz plik..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 #, fuzzy
 msgid "Open Disc..."
 msgstr "Otwórz _p³ytê..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 #, fuzzy
 msgid "Open Network..."
 msgstr "Otwórz sieæ"
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 #, fuzzy
 msgid "Open Recent"
 msgstr "Otwórz strumieñ"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 #, fuzzy
 msgid "Copy"
 msgstr "Usuñ"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 #, fuzzy
 msgid "Paste"
 msgstr "Wstrzymaj"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "urz±dzenie VCD"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 #, fuzzy
 msgid "Close Window"
 msgstr "Otwiera okno komunikatów"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 #, fuzzy
 msgid "Help"
 msgstr "_Pomoc"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 #, fuzzy
 msgid "ReadMe..."
 msgstr "Komunikaty..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 #, fuzzy
 msgid "Online Documentation"
 msgstr "modu³ kompensacji ruchu"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 #, fuzzy
 msgid "VideoLAN Website"
 msgstr "Klient VideoLAN"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 #, fuzzy
 msgid "Open Messages Window"
 msgstr "Otwiera okno komunikatów"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 #, fuzzy
 msgid "Video device"
 msgstr "urz±dzenie VCD"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 #, fuzzy
 msgid "Stretch Aspect Ratio"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
-msgid "video rendering mode"
-msgstr "modu³ dekodera obrazu MPEG I/II"
+msgid "Fill fullscreen"
+msgstr "Pe³_ny ekran"
 
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "modu³ efektu zasiêgu"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
-#, fuzzy
-msgid "Fill fullscreen"
-msgstr "Pe³_ny ekran"
-
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 #, fuzzy
 msgid "Open Source"
 msgstr "Otwórz strumieñ"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 #, fuzzy
 msgid "Load subtitles file:"
 msgstr "_Podtytu³y"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+#, fuzzy
+msgid "Subtitles encoding"
+msgstr "modu³ dekodera podtytu³ów DVD"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 #, fuzzy
 msgid "Advanced output:"
 msgstr "modu³ d¼wiêkowy ALSA"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 #, fuzzy
 msgid "Play locally"
 msgstr "Zwalnia odtwarzanie"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 #, fuzzy
 msgid "Dump raw input"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 #, fuzzy
 msgid "Transcode options"
 msgstr "Wstrzymuje strumieñ"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "Otwórz kartê satelitarn±"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 #, fuzzy
 msgid "Channel Name"
 msgstr "Serwer kana³ów"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "UDP"
+
+#: modules/gui/macosx/output.m:511
 #, fuzzy
 msgid "Save File"
 msgstr "Wybierz plik"
@@ -8373,7 +8875,7 @@ msgstr ""
 msgid "Properties"
 msgstr "Wybiera program"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8413,7 +8915,6 @@ msgstr "Usu
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 #, fuzzy
 msgid "Group"
 msgstr "Usuñ"
@@ -8427,50 +8928,50 @@ msgstr "Wybierz plik"
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 #, fuzzy
 msgid "Command"
 msgstr "Usuñ"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 #, fuzzy
 msgid "Control"
 msgstr "liczba zmiennoprz."
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "_Preferencje..."
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 #, fuzzy
 msgid "Continue"
 msgstr "Skonfiguruj"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8479,7 +8980,20 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie dodatkowej ¶cie¿ki dla VLC, wykorzystywanej "
+"przy wyszukiwaniu wtyczek programu."
+
+#: modules/gui/ncurses.c:92
 #, fuzzy
 msgid "ncurses interface"
 msgstr "modu³ interfejsu ncurses"
@@ -8499,7 +9013,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Modu³ interfejsu Gtk+"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 #, fuzzy
 msgid "Filename"
 msgstr "nazwa pliku dziennika"
@@ -8517,7 +9031,7 @@ msgstr ""
 msgid "Owner"
 msgstr "U_kryj interfejs"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 #, fuzzy
 msgid "Time"
 msgstr "Tytu³"
@@ -8960,263 +9474,378 @@ msgstr "Ta opcja wymusza wyj
 msgid "Qt interface"
 msgstr "modu³ interfejsu Qt"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 #, fuzzy
 msgid "Open a skin file"
 msgstr "Otwiera plik"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
 #, fuzzy
-msgid "Skinnable interface"
-msgstr "Prze³±cz _Interfejs"
+msgid "Save playlist"
+msgstr "Otwórz listê"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr ""
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "Plik"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "Prze³±cz _Interfejs"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Wybór"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Otwóz p³ytê"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Lista odtwarzania"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 #, fuzzy
 msgid "Size offset"
 msgstr "Pionowa"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 #, fuzzy
 msgid "Time offset"
 msgstr "Pionowa"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Wybór"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "modu³ wej¶cia VCD"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "modu³ wej¶cia VCD"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+#, fuzzy
+msgid "Restore Defaults"
+msgstr "Usuñ"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+#, fuzzy
+msgid "Hue"
+msgstr "Nic"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+#, fuzzy
+msgid "Contrast"
+msgstr "liczba zmiennoprz."
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+#, fuzzy
+msgid "Saturation"
+msgstr "Czas trwania"
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+#, fuzzy
+msgid "Gamma"
+msgstr "Nazwa"
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "U_stawienia"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+#, fuzzy
+msgid "Aspect Ratio"
+msgstr "wymuszenie d¼wiêku mono"
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "urz±dzenie VCD"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Nazwa urz±dzenia"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Polaryzacja"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Informacje o..."
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Wy¶wietl informacje o wersji"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
+msgstr ""
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "_Otwórz plik..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "_Otwórz plik..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Otwórz _p³ytê..."
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "_Strumieñ sieciowy..."
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr ""
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
+msgstr "Lista odtwarzania..."
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "Lista odtwarzania..."
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "Komunikaty..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 #, fuzzy
 msgid "&File"
 msgstr "Plik"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 #, fuzzy
 msgid "&View"
 msgstr "_Widok"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 #, fuzzy
 msgid "&Settings"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 #, fuzzy
 msgid "&Audio"
 msgstr "D¼wiêk"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 #, fuzzy
 msgid "&Video"
 msgstr "Obraz"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 #, fuzzy
 msgid "&Navigation"
 msgstr "_Nawigacja"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 #, fuzzy
 msgid "&Help"
 msgstr "_Pomoc"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 #, fuzzy
 msgid "Previous playlist item"
 msgstr "Poprzedni plik"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 #, fuzzy
 msgid "Next playlist item"
 msgstr "Otwiera okno listy odtwarzania"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-#, fuzzy
-msgid "Enable"
-msgstr "w³±czony obraz"
-
-#: modules/gui/wxwindows/interface.cpp:552
-#, fuzzy
-msgid "Restore Defaults"
-msgstr "Usuñ"
-
-#: modules/gui/wxwindows/interface.cpp:555
-#, fuzzy
-msgid "Hue"
-msgstr "Nic"
-
-#: modules/gui/wxwindows/interface.cpp:561
-#, fuzzy
-msgid "Contrast"
-msgstr "liczba zmiennoprz."
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:571
-#, fuzzy
-msgid "Saturation"
-msgstr "Czas trwania"
-
-#: modules/gui/wxwindows/interface.cpp:576
-#, fuzzy
-msgid "Gamma"
-msgstr "Nazwa"
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "U_stawienia"
-
-#: modules/gui/wxwindows/interface.cpp:616
-#, fuzzy
-msgid "Aspect Ratio"
-msgstr "wymuszenie d¼wiêku mono"
-
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "U_stawienia"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 #, fuzzy
 msgid "&Preferences..."
 msgstr "_Preferencje..."
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 #, fuzzy
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr "modu³ interfejsu Win32"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 #, fuzzy
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr "(c) 1996-2003 Zespó³ VideoLAN"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 #, fuzzy
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
@@ -9226,7 +9855,7 @@ msgstr ""
 "Zespó³ VideoLAN <videolan@videolan.org>\n"
 "http://www.videolan.org/"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "Informacje o..."
@@ -9247,7 +9876,7 @@ msgid "Group Info"
 msgstr "Usuñ"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 #, fuzzy
 msgid "New Group"
 msgstr "Usuñ"
@@ -9257,52 +9886,62 @@ msgstr "Usu
 msgid "Options"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "_Otwórz plik..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 #, fuzzy
 msgid "Open &File..."
 msgstr "_Otwórz plik..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 #, fuzzy
 msgid "Open &Disc..."
 msgstr "Otwórz _p³ytê..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 #, fuzzy
 msgid "Open &Network Stream..."
 msgstr "_Strumieñ sieciowy..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "Otwórz _p³ytê..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Nazwa urz±dzenia"
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Komunikaty..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 #, fuzzy
 msgid "Audio menu"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 #, fuzzy
 msgid "Video menu"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 #, fuzzy
 msgid "Input menu"
 msgstr "Wej¶cie"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "modu³ interfejsu"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -9316,222 +9955,224 @@ msgstr "Lista odtwarzania..."
 msgid "Save Messages As..."
 msgstr "Komunikaty..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "modu³ d¼wiêkowy ALSA"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 #, fuzzy
 msgid "Advanced options"
 msgstr "modu³ d¼wiêkowy ALSA"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 #, fuzzy
 msgid "Open..."
 msgstr "Otwórz plik"
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "Otwórz plik"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "_Podtytu³y"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "U_stawienia"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "U_stawienia"
+msgid "Subtitles track"
+msgstr "_Podtytu³y"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 #, fuzzy
 msgid "RTSP"
 msgstr "RPT"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Wybierz plik"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 #, fuzzy
 msgid "&Simple Add..."
 msgstr "_Otwórz plik..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 #, fuzzy
 msgid "&Open Playlist..."
 msgstr "Otwórz listê"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 #, fuzzy
 msgid "&Save Playlist..."
 msgstr "Lista odtwarzania..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 #, fuzzy
 msgid "&Close"
 msgstr "Nic"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 #, fuzzy
 msgid "Sort by &title"
 msgstr "_Podtytu³y"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 #, fuzzy
 msgid "&Reverse sort by title"
 msgstr "port serwera"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 #, fuzzy
 msgid "Sort by &author"
 msgstr "port serwera"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 #, fuzzy
 msgid "Reverse sort by author"
 msgstr "port serwera"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 #, fuzzy
 msgid "Sort by &group"
 msgstr "port serwera"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 #, fuzzy
 msgid "Reverse sort by group"
 msgstr "port serwera"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "Otwórz listê"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 #, fuzzy
 msgid "&Enable"
 msgstr "w³±czony obraz"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "Plik"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 #, fuzzy
 msgid "&Invert"
 msgstr "Odwróæ"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "Usuñ"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 #, fuzzy
 msgid "&Select All"
 msgstr "Wybierz plik"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 #, fuzzy
 msgid "S&ort"
 msgstr "Port"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 #, fuzzy
 msgid "&Selection"
 msgstr "Wybór"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 #, fuzzy
 msgid "&Groups"
 msgstr "Usuñ"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "Plik"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-#, fuzzy
-msgid "Item info"
-msgstr "Nazwa urz±dzenia"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 #, fuzzy
 msgid "M3U file"
 msgstr "Plik"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "Wybierz plik"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "Lista odtwarzania"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-#, fuzzy
-msgid "Save playlist"
-msgstr "Otwórz listê"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9559,113 +10200,80 @@ msgstr "wymuszenie d
 msgid "Choose file"
 msgstr "Wybierz tytu³"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 #, fuzzy
 msgid "Destination Target:"
 msgstr "Otwiera plik"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 #, fuzzy
 msgid "Output methods"
 msgstr "format wyj¶ciowy d¼wiêku"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr "HTTP"
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 #, fuzzy
 msgid "Miscellaneous options"
 msgstr "Ró¿ne"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 #, fuzzy
 msgid "Channel name"
 msgstr "Serwer kana³ów"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 #, fuzzy
 msgid "Transcoding options"
 msgstr "Czas trwania"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 #, fuzzy
 msgid "Video codec"
 msgstr "urz±dzenie VCD"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "Otwórz kartê satelitarn±"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 #, fuzzy
 msgid "Audio codec"
 msgstr "urz±dzenie VCD"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 #, fuzzy
 msgid "Save file"
 msgstr "Wybierz plik"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "Wybiera strumieñ sieciowy"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "Wybiera strumieñ sieciowy"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "Wybiera strumieñ sieciowy"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-#, fuzzy
-msgid "Start!"
-msgstr "Satelita"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 #, fuzzy
 msgid "Subtitles file"
 msgstr "_Podtytu³y"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-#, fuzzy
-msgid "Subtitles encoding"
-msgstr "modu³ dekodera podtytu³ów DVD"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 #, fuzzy
 msgid "Subtitles options"
 msgstr "_Podtytu³y"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+#, fuzzy
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Wybiera kana³ podtytu³ów"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9782,52 +10390,48 @@ msgstr "modu
 msgid "Dummy font renderer function"
 msgstr "modu³ fikcyjnych funkcji"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 #, fuzzy
 msgid "Font"
 msgstr "liczba zmiennoprz."
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "nazwa pliku dziennika"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Smaller"
 msgstr "Otwórz kartê satelitarn±"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9893,17 +10497,17 @@ msgstr "modu
 msgid "AltiVec memcpy"
 msgstr "modu³ AltiVec memcpy"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "sieciowa warstwa abstrakcji IPv4"
 
@@ -9998,6 +10602,16 @@ msgstr "interfejs sieciowy"
 msgid "X Screensaver disabler"
 msgstr "modu³ przeplotu"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Wybierz plik"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 #, fuzzy
 msgid "C module that does nothing"
@@ -10008,38 +10622,38 @@ msgstr "pusty modu
 msgid "Miscellaneous stress tests"
 msgstr "Ró¿ne"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Usuñ"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 #, fuzzy
 msgid "ASF muxer"
 msgstr "dekoder d¼wiêku MPEG warstwa I/II"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -10071,42 +10685,42 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "Obraz"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "D¼wiêk"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -10115,58 +10729,64 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "D¼wiêk"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr ""
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "format wyj¶ciowy d¼wiêku"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "dekoder d¼wiêku MPEG warstwa I/II"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -10256,7 +10876,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "format wyj¶ciowy d¼wiêku"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -10283,7 +10903,7 @@ msgstr ""
 msgid "Output URL"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -10318,45 +10938,92 @@ msgstr "wyj
 msgid "Gathering stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "Otwiera plik"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-#, fuzzy
-msgid "Session name"
-msgstr "Nazwa urz±dzenia"
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 #, fuzzy
 msgid "SDP"
 msgstr "UDP"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr ""
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+#, fuzzy
+msgid "Session name"
+msgstr "Nazwa urz±dzenia"
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr ""
+
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Opis"
+
+#: modules/stream_out/rtp.c:59
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Nazwa urz±dzenia"
+
+#: modules/stream_out/rtp.c:62
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Nazwa urz±dzenia"
+
+#: modules/stream_out/rtp.c:65
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+
+#: modules/stream_out/rtp.c:69
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "U_stawienia"
+
+#: modules/stream_out/rtp.c:72
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "D¼wiêk"
+
+#: modules/stream_out/rtp.c:75
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
 msgstr ""
 
-#: modules/stream_out/rtp.c:59
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
@@ -10399,159 +11066,200 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Zatrzymuje strumieñ"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "urz±dzenie VCD"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "Otwiera plik"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "D¼wiêk"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "U_stawienia"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "D¼wiêk"
+
+#: modules/stream_out/transcode.c:59
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "Tryb antyprzeplotowy"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "U_stawienia"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "urz±dzenie VCD"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "U_stawienia"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "wysoko¶æ obrazu"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "urz±dzenie VCD"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "Otwiera plik"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "D¼wiêk"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "Szybko¶æ symboliczna"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "Wybiera kana³ d¼wiêkowy"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "modu³ dekodera podtytu³ów DVD"
+
+#: modules/stream_out/transcode.c:106
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Otwiera plik"
+
 #: modules/stream_out/transcode.c:110
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+
+#: modules/stream_out/transcode.c:113
 #, fuzzy
 msgid "Number of threads"
 msgstr "Liczba wierszy"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "Wstrzymuje strumieñ"
@@ -10638,6 +11346,11 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "modu³ filtru obrazu"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "modu³ filtru obrazu"
+
 #: modules/video_filter/clone.c:55
 #, fuzzy
 msgid "Number of clones"
@@ -10645,7 +11358,7 @@ msgstr "Liczba kolumn"
 
 #: modules/video_filter/clone.c:56
 #, fuzzy
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr "Wybierz liczbê pionowych okien, na które bêdzie on rozdzielony obraz"
 
 #: modules/video_filter/clone.c:59
@@ -10654,7 +11367,7 @@ msgid "List of video output modules"
 msgstr "modu³ wyj¶ciowy obrazu"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10735,7 +11448,7 @@ msgid "Logo filename"
 msgstr "nazwa pliku dziennika"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10743,7 +11456,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10755,7 +11468,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10768,7 +11481,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10819,7 +11532,7 @@ msgstr "Liczba kolumn"
 #: modules/video_filter/wall.c:54
 #, fuzzy
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr "Wybierz liczbê poziomych okien, na które bêdzie on rozdzielony obraz"
 
 #: modules/video_filter/wall.c:57
@@ -10829,7 +11542,8 @@ msgstr "Liczba wierszy"
 
 #: modules/video_filter/wall.c:58
 #, fuzzy
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr "Wybierz liczbê pionowych okien, na które bêdzie on rozdzielony obraz"
 
 #: modules/video_filter/wall.c:61
@@ -10857,12 +11571,12 @@ msgstr "modu
 msgid "color ASCII art video output"
 msgstr "modu³ wyj¶ciowy obrazu ASCII-art"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 #, fuzzy
 msgid "Use hardware YUV->RGB conversions"
 msgstr "u¿ywanie konwersji sprzêtowej YUV->RGB"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10870,12 +11584,12 @@ msgstr ""
 "Spróbuj u¿yæ akceleracji sprzêtowej dla konwersji YUV->RGB. Ta opcja nie "
 "przynosi ¿adnych efektów w trybie overlay."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 #, fuzzy
 msgid "Use video buffers in system memory"
 msgstr "u¿ywanie buforów obrazu w pamiêci systemowej"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10887,32 +11601,52 @@ msgstr ""
 "akceleracji sprzêtowej (jak przeskalowywanie lub konwersje YUV->RGB). Ta "
 "opcja nie przynosi ¿adnych efektów w trybie overlay."
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 #, fuzzy
 msgid "DirectX video output"
 msgstr "modu³ odwracania obrazu"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Otwórz kartê satelitarn±"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 #, fuzzy
 msgid "Framebuffer device"
@@ -10929,8 +11663,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "modu³ bufora ramek konsoli linuksowej"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "nazwa ekranu X11"
 
@@ -10948,11 +11682,30 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "wyj¶cie pe³noekranowe obrazu"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "modu³ d¼wiêku EsounD"
+
 #: modules/video_output/mga.c:59
 #, fuzzy
 msgid "Matrox Graphic Array video output"
 msgstr "modu³ obrazu Matrox Graphic Array"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Wybierz nastêpny rozdzia³"
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "wyj¶cie obrazu w trybie overlay"
+
 #: modules/video_output/qte/qte.cpp:79
 #, fuzzy
 msgid "QT Embedded display name"
@@ -10977,6 +11730,43 @@ msgstr "modu
 msgid "Simple DirectMedia Layer video output"
 msgstr "modu³ Simple DirectMedia Layer (SDL)"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "modu³ dostêpu"
+
 #: modules/video_output/svgalib.c:53
 #, fuzzy
 msgid "SVGAlib video output"
@@ -10987,12 +11777,26 @@ msgstr "wyj
 msgid "Windows GDI video output"
 msgstr "modu³ wyj¶ciowy obrazu"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "Numer karty XVideo"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Je¶li karta graficzna obs³uguje kilka kart, ta opcja umo¿liwia wybranie "
+"która z nich ma byæ u¿ywana (nie powinno siê tego zmieniaæ)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 #, fuzzy
 msgid "Alternate fullscreen method"
 msgstr "alternatywna metoda pe³noekranowa"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 #, fuzzy
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
@@ -11009,7 +11813,8 @@ msgstr ""
 "2) Ca³kowite pominiêcie mened¿era okien, lecz wówczas nic nie bêdzie mog³o "
 "byæ wy¶wietlane na górze obrazu."
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -11017,6 +11822,22 @@ msgstr ""
 "Okre¶la u¿ywany ekran sprzêtowy X11. Domy¶lnie VLC u¿yje warto¶ci ze "
 "zmiennej ¶rodowiskowej DISPLAY."
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+#, fuzzy
+msgid "Screen to be used for fullscreen mode."
+msgstr "Prze³±cz tryb pe³noekranowy"
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 #, fuzzy
 msgid "Use shared memory"
@@ -11030,29 +11851,11 @@ msgstr "U
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 #, fuzzy
 msgid "X11 video output"
 msgstr "wyj¶cie obrazu w trybie overlay"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "Numer karty XVideo"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Je¶li karta graficzna obs³uguje kilka kart, ta opcja umo¿liwia wybranie "
-"która z nich ma byæ u¿ywana (nie powinno siê tego zmieniaæ)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "format XVimage chroma"
@@ -11066,16 +11869,15 @@ msgstr ""
 "próbowania polepszenia wydajno¶ci przez u¿ycie najbardziej wydajnego "
 "formatu. "
 
-#: modules/video_output/x11/xvideo.c:72
-#, fuzzy
-msgid "Screen to be used for fullscreen mode."
-msgstr "Prze³±cz tryb pe³noekranowy"
-
 #: modules/video_output/x11/xvideo.c:89
 #, fuzzy
 msgid "XVideo extension video output"
 msgstr "modu³ rozszerzenia XVideo"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -11206,6 +12008,106 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "interfejs sieciowy"
 
+#, fuzzy
+#~ msgid "Stream "
+#~ msgstr "Zatrzymuje strumieñ"
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr "[dvd:][urz±dzenie][@surowe_urz±dzenie][@[tytu³][,[rozdzia³][,k±t]]]"
+
+#, fuzzy
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss je¶li obecna"
+
+#, fuzzy
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss"
+
+#, fuzzy
+#~ msgid "DVD menus"
+#~ msgstr "U_stawienia"
+
+#, fuzzy
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "modu³ wej¶ciowy DVD, u¿ywa bibl. libdvdcss"
+
+#, fuzzy
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "modu³ wej¶cia VCD"
+
+#, fuzzy
+#~ msgid "Output MRL"
+#~ msgstr "wyj¶cie obrazu w skali szaro¶ci"
+
+#, fuzzy
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG"
+
+#, fuzzy
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG (libdvbpsi)"
+
+#, fuzzy
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "modu³ wej¶ciowy DVDRead"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "Programowe wej¶cie strumienia ISO 13818-1 MPEG"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "_Podtytu³y"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "_Podtytu³y"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "Wej¶cie transportu strumienia ISO 13818-1 MPEG (libdvbpsi)"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "modu³ dekodera obrazu MPEG I/II"
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "modu³ efektu zasiêgu"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "Prze³±cz _Interfejs"
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "U_stawienia"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "U_stawienia"
+
+#, fuzzy
+#~ msgid "Item info"
+#~ msgstr "Nazwa urz±dzenia"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Wybiera strumieñ sieciowy"
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Wybiera strumieñ sieciowy"
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Wybiera strumieñ sieciowy"
+
+#, fuzzy
+#~ msgid "Start!"
+#~ msgstr "Satelita"
+
 #, fuzzy
 #~ msgid ""
 #~ "Satellite transponder frequency in kHz for DVB-S and in Hz for DVB-C/T"
@@ -11295,10 +12197,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Additional streaming options"
 #~ msgstr "Wstrzymuje strumieñ"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "Nazwa urz±dzenia"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "Wstrzymuje strumieñ"
@@ -11415,10 +12313,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Video device type"
 #~ msgstr "urz±dzenie VCD"
 
-#, fuzzy
-#~ msgid "Channel"
-#~ msgstr "Kana³y"
-
 #, fuzzy
 #~ msgid "Advanced settings..."
 #~ msgstr "modu³ d¼wiêkowy ALSA"
@@ -11435,10 +12329,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Common options"
 #~ msgstr "Czas trwania"
 
-#, fuzzy
-#~ msgid "Norm"
-#~ msgstr "Nic"
-
 #, fuzzy
 #~ msgid "Frequency (kHz)"
 #~ msgstr "Czêstotliwo¶æ"
@@ -11447,10 +12337,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "czêstotlowo¶æ domy¶lnego transpondera satelitarnego"
 
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "U_stawienia"
-
 #, fuzzy
 #~ msgid "Audio device"
 #~ msgstr "urz±dzenie VCD"
@@ -11550,10 +12436,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "subtitles"
 #~ msgstr "_Podtytu³y"
 
-#, fuzzy
-#~ msgid "subtitles decoder"
-#~ msgstr "modu³ dekodera podtytu³ów DVD"
-
 #, fuzzy
 #~ msgid "HTTP remote control"
 #~ msgstr "modu³ interfejsu sterowania zdalnego"
@@ -11574,10 +12456,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Play List"
 #~ msgstr "Lista odtwarzania"
 
-#, fuzzy
-#~ msgid "Repeat On"
-#~ msgstr "Wybierz plik"
-
 #, fuzzy
 #~ msgid "Repeat Item"
 #~ msgstr "Wybierz plik"
@@ -11614,10 +12492,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Ratio"
 #~ msgstr "napis"
 
-#, fuzzy
-#~ msgid "Item informations"
-#~ msgstr "Wy¶wietl informacje o wersji"
-
 #, fuzzy
 #~ msgid "Simple &Open ..."
 #~ msgstr "_Otwórz plik..."
@@ -11687,10 +12561,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "miscellaneous distort video effects filter"
 #~ msgstr "ró¿ne modu³y efektów obrazu"
 
-#, fuzzy
-#~ msgid "dithering mode"
-#~ msgstr "Tryb zniekszta³ceñ"
-
 #, fuzzy
 #~ msgid "XVideo"
 #~ msgstr "Obraz"
@@ -11995,10 +12865,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "MPEG I/II video decoder"
 #~ msgstr "modu³ dekodera obrazu MPEG I/II"
 
-#, fuzzy
-#~ msgid "Equalizer values"
-#~ msgstr "modu³ filtru obrazu"
-
 #~ msgid ""
 #~ "If you want VLC to add items to the playlist as you open them, then "
 #~ "enable this option."
@@ -12236,10 +13102,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Delete &all"
 #~ msgstr "Usuñ"
 
-#, fuzzy
-#~ msgid "Invert selection"
-#~ msgstr "Wybór"
-
 #, fuzzy
 #~ msgid "Delete selection"
 #~ msgstr "Wybór"
@@ -12276,10 +13138,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "audio device"
 #~ msgstr "urz±dzenie VCD"
 
-#, fuzzy
-#~ msgid "video device"
-#~ msgstr "urz±dzenie VCD"
-
 #, fuzzy
 #~ msgid "font"
 #~ msgstr "liczba zmiennoprz."
@@ -12317,14 +13175,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Network Channel:"
 #~ msgstr "Kana³ sieciowy:"
 
-#, fuzzy
-#~ msgid "Screen %d"
-#~ msgstr "Pe³_ny ekran"
-
-#, fuzzy
-#~ msgid "Open skin"
-#~ msgstr "Otwóz p³ytê"
-
 #, fuzzy
 #~ msgid "All files"
 #~ msgstr "Plik"
@@ -12461,10 +13311,6 @@ msgstr "interfejs sieciowy"
 #~ msgid "Select program"
 #~ msgstr "Prze³±cz program"
 
-#, fuzzy
-#~ msgid "Select chapter"
-#~ msgstr "Wybierz nastêpny rozdzia³"
-
 #, fuzzy
 #~ msgid "Select audio language"
 #~ msgstr "Wybiera kana³ d¼wiêkowy"
index 1b7d1caf28062ad96de723f202ff41ae62fb90a4..0a4b446f5587a83b9836ac6f9029527631be6e08 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: pt_BR\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2004-04-06 11:41-0300\n"
 "Last-Translator: André de Barros Martins Ribeiro <andrerib@ajato.com.br>\n"
 "Language-Team: Brazilian Portuguese\n"
@@ -63,7 +63,8 @@ msgstr "Configura
 
 #: include/vlc_help.h:55
 msgid "Audio filters can be set in the Audio section, and configured here."
-msgstr "Filtros de audio podem ser ajustados na seção Audio, e configurados aqui."
+msgstr ""
+"Filtros de audio podem ser ajustados na seção Audio, e configurados aqui."
 
 #: include/vlc_help.h:58
 msgid "Audio output modules settings"
@@ -201,7 +202,7 @@ msgstr "Sem ajuda dispon
 msgid "No help is available for these modules"
 msgstr "Não há ajuda disponível para estes módulos"
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
@@ -212,7 +213,7 @@ msgstr ""
 "janela do dos, vá para o diretório onde instalou o VLC e execute \"vlc -I "
 "wxwin\"\n"
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -233,36 +234,33 @@ msgstr ""
 "\n"
 "Para mais informações, dê uma olhada no website."
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Título"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr "Autor"
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr "Artista"
 
@@ -271,17 +269,16 @@ msgstr "Artista"
 msgid "Genre"
 msgstr "Gênero"
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr "Copyright"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr "Descrição"
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr "Avaliação"
 
@@ -296,13 +293,13 @@ msgstr "Ajuste"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr "URL"
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr "Linguagem"
 
@@ -314,59 +311,71 @@ msgstr "Nome do Codec"
 msgid "Codec Description"
 msgstr "Descrição do Codec"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr "Visualizações"
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr "Desabilitar"
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr "Aleatórizar"
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr "Escopo"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr "Espectro"
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 #, fuzzy
 msgid "Goom"
 msgstr "Vá para:"
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr "Filtros de audio"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr "Canais de Audio"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr "Estéreo"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr "Esquerdo"
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr "Direito"
 
@@ -433,246 +442,229 @@ msgstr "%s: op
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr "%s: opção `--%s' não permite um argumento\n"
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-msgid "Stream "
-msgstr "Stream"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr "Faixa %i"
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr "Stream %d"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr "Codec"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr "Tipo"
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr "Audio"
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr "Canais"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr "Taxa de Amostra:"
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr "%d Hz"
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr "Bits por Amostra"
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr "Taxa de Bits"
 
-#: src/input/es_out.c:383
-#, c-format
-msgid "%d bps"
+#: src/input/es_out.c:1113
+#, fuzzy, c-format
+msgid "%d kb/s"
 msgstr "%d bps"
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr "Vídeo"
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr "Resolução"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr "Resolução do monitor"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr "Legenda"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr "Geral"
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Arquivo"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+#, fuzzy
+msgid "Meta-information"
+msgstr "Alvo de destino:"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr "stream"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr "Duração"
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr "Programa"
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Capítulo"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr "Navegação"
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr "Faixa de Vídeo"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr "Faixa de Audio"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr "Faixa de Legendas"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
+#: src/input/var.c:256
+msgid "Next title"
+msgstr "Título posterior"
+
+#: src/input/var.c:261
+msgid "Previous title"
+msgstr "Título anterior"
+
+#: src/input/var.c:284
 #, c-format
 msgid "Title %i"
 msgstr "Título %i"
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
+#: src/input/var.c:307 src/input/var.c:367
 #, c-format
 msgid "Chapter %i"
 msgstr "Capítulo %i"
 
-#: src/input/input_programs.c:395
-msgid "Next title"
-msgstr "Título posterior"
-
-#: src/input/input_programs.c:398
-msgid "Previous title"
-msgstr "Título anterior"
-
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr "Capítulo posterior"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr "Capítulo anterior"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr "Faixa %i"
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr "Trocar a Interface"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "Adicionar interface"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "Pt_br"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr "Opções de ajuda"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr "Utilização: %s [opções] [ítens]...\n"
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr "string"
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr "inteiro"
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr "flutuante"
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr "(padrão habilitado)"
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr "(padrão desabilitado)"
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
@@ -681,7 +673,7 @@ msgstr ""
 "\n"
 "Pressione ENTER para continuar...\n"
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
@@ -690,12 +682,12 @@ msgstr ""
 "Utilização: %s [opções] [ítens]...\n"
 "\n"
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr "[módulo]                [descrição]\n"
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -708,7 +700,7 @@ msgstr ""
 "veja o arquivo de nome COPYING para detalhes.\n"
 "Escrito pelo time VideoLAN; veja o arquivo AUTHORS.\n"
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr "Auto"
 
@@ -861,31 +853,7 @@ msgstr ""
 "todas as opções disponíveis, incluindo aquelas que a maioria dos usuários "
 "não deveriam tocar nunca"
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr "Pasta padrão de procura da interface"
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-"Esta opção permite que você ajuste a pasta padrão que a interface irá abrir "
-"ao procurar por um arquivo."
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr "Caminho de procura dos módulos"
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-"Esta opção permite que se especifique um caminho adicional para que o VLC "
-"procure por seus módulos."
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 #, fuzzy
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
@@ -900,11 +868,11 @@ msgstr ""
 "Habilite estes filtros aqui, e configure-os na opção \"audio filter\" na "
 "seção módulos"
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr "Módulo de saída de audio"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -913,11 +881,11 @@ msgstr ""
 "VLC. O comportamento padrão é selecionar automaticamente o melhor método "
 "disponível."
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr "Habilitar audio"
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
@@ -925,37 +893,38 @@ msgstr ""
 "Você pode desabilitar completamente a saída de audio. Neste caso a "
 "decodificação de audio não será feita, economizando assim algum processamento"
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr "Forçar audio mono"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr "Isto irá forçar a saída de audio no formato mono"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr "Volume da saída de audio"
 
-#: src/libvlc.h:122
-msgid "You can set the default audio output volume here, in a range from 0 to 1024."
+#: src/libvlc.h:112
+msgid ""
+"You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "Você pode ajustar o volume padrão da saída de audio aqui, em uma faixa de 0 "
 "a 1024."
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr "Volume salvo da saída de audio"
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr "Isto salva o volume da saída de audio quando você seleciona mudo."
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr "Freqüência de saída do audio (Hz)"
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
@@ -963,11 +932,11 @@ msgstr ""
 "Você pode forçar a freqüência de saída de audio aqui. Valores comuns são -1 "
 "(padrão), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr "Reamostragem de audio de alta qualidade"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
@@ -977,11 +946,11 @@ msgstr ""
 "Reamostragem de autio de alta qualidade pode ser intensivo portato você pode "
 "desabilitar e em algorítimo mais simples de reamostragem será usado no lugar."
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr "Compensação de dessincronização de audio"
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
@@ -991,11 +960,11 @@ msgstr ""
 "de milissegungos. Isto pode ser útil se você notar um descompasso entre o "
 "vídeo e o audio."
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr "Modo de saída de canais de audio de sua preferência"
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
@@ -1005,11 +974,11 @@ msgstr ""
 "será usado por padrão quando possível (ex. se o seu hardware suportá-lo "
 "tanto quanto o stream de audio sendo tocado)"
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr "Usar a saída de audio S/PDIF quando disponível"
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
@@ -1017,7 +986,7 @@ msgstr ""
 "Esta opção permite que você use a saída de audio S/PDIF por padrão quando "
 "seu hardware suportar tanto quanto o stream de audio sendo tocado."
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 #, fuzzy
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
@@ -1026,11 +995,11 @@ msgstr ""
 "Isto permite que você adicione filtros de pós-processamento de audio, para "
 "modificar o som, ou os módulos de visualização (analizador de spectro,...)"
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr "Mixer de Canal"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
@@ -1039,7 +1008,7 @@ msgstr ""
 "exemplo, o mixer \"headphone\" dá  impressão de um conjunto 5.1 completo de "
 "caixas de som ao usar um fone de ouvido."
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 #, fuzzy
 msgid ""
 "These options allow you to modify the behavior of the video output "
@@ -1053,11 +1022,11 @@ msgstr ""
 " Habilite estes filtros aqui e configure-os na seção  de módulos \"video "
 "filters\" . Você também pode ajustar várias opções variadas de vídeo."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr "Módulo de saída de vídeo"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
@@ -1066,11 +1035,11 @@ msgstr ""
 "VLC. O comportamento padrão é selecionar automaticamente o melhor método "
 "disponível."
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr "Habilitar vídeo"
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
@@ -1079,12 +1048,12 @@ msgstr ""
 "decodificação de vídeo não será feita, economizando algum poder de "
 "processamento"
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr "Largura do vídeo"
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1092,12 +1061,12 @@ msgstr ""
 "Você pode forçar a largura do vídeo aqui. Por padrão (-1) o VLC irá se "
 "adaptar às características do vídeo."
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr "Altura do vídeo"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
@@ -1105,42 +1074,42 @@ msgstr ""
 "Você pode forçar a altura do vídeo aqui. Por padrão (-1) o VLC irá se "
 "adaptar às características do vídeo."
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "Codec de vídeo"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "Codec de vídeo"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "Tamanho do vídeo"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr "Alinhamento do vídeo"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 #, fuzzy
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
@@ -1151,47 +1120,47 @@ msgstr ""
 "será centralizado (0=centro, 1=esquerda, 2=direita, 4=no alto, 8=em baixo, "
 "você também pode usar combinações desses valores)."
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr "Centro"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr "Acima"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr "Em baixo"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr "Acima à esquerda"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr "Acima à direita"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr "Em baixo à esquerda"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr "Em baixo à direita"
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr "Ampliar vídeo"
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr "Você pode ampliar o vídeo pelo fator especificado"
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr "Saída de vídeo em preto e branco"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -1199,21 +1168,22 @@ msgstr ""
 "Quando habilitado, as informações de cor do vídeo não serão decodificadas "
 "(isto também permite que você economize algum poder de processamento)."
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr "Saída de vídeo em tela cheia"
 
-#: src/libvlc.h:233
-msgid "If this option is enabled, VLC will always start a video in fullscreen mode."
+#: src/libvlc.h:223
+msgid ""
+"If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 "Quando esta opção estiver habilitada, o VLC irá sempre iniciar o vídeo no "
 "modo tela cheia"
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr "Saída de vídeo 'Overlay'"
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
@@ -1221,19 +1191,19 @@ msgstr ""
 "Se habilitado, o VLC irá tentar tirar vantagem das capacidades de overlay de "
 "sua placa de vídeo (aceleração por hardware)."
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr "Sempre por cima"
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr "Sempre colocar a janela de vídeo por cima de outras janelas."
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr "Forçar posição SPU"
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -1241,11 +1211,11 @@ msgstr ""
 "Você pode usar esta opção para colocar as legendas debaixo do filme, ao "
 "invés de sobre o filme. Tente diversas posições."
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr "Mostrar na tela"
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
@@ -1253,11 +1223,11 @@ msgstr ""
 "O VLC pode mostrar mensagens no vídeo. Isto é chamado de OSD. Você pode "
 "desabilitar esta função aqui."
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr "Módulo de filtros de vídeo"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -1266,11 +1236,11 @@ msgstr ""
 "a qualidade de imagem, por exemplo desentrelaçar, clonar ou distorcer a "
 "janela de vídeo."
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr "Proporção de aspecto da fonte"
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1285,7 +1255,7 @@ msgstr ""
 "imagem, ou um valor flutuante (1.25, 1.3333, etc.) expressando a "
 "retangularidade do pixel."
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 #, fuzzy
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
@@ -1296,11 +1266,11 @@ msgstr ""
 "entrada, como os dispositivos de DVD e VCD, as configurações da interface de "
 "rede ou o canal de legendas"
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr "Relógio contador de média de referência"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
@@ -1308,19 +1278,20 @@ msgstr ""
 "Ao usar a entrada PVR (ou uma fonte muito irregular), você deveria ajustar "
 "isto para 10000."
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr "Porta do servidor"
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
-msgstr "Esta é a porta usada para streams UDP. Por padrão, nós escolhemos 1234."
+msgstr ""
+"Esta é a porta usada para streams UDP. Por padrão, nós escolhemos 1234."
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr "MTU da interface de rede"
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
@@ -1328,11 +1299,11 @@ msgstr ""
 "Este é o tamanho típico dos pacotes UDP que nós esperamos. Na Ethernet ele é "
 "normalmente 1500"
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr "Endereço da interface de rede"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
@@ -1342,11 +1313,11 @@ msgstr ""
 "multicast, você provavelmente terá que indicar o endereço IP de sua "
 "interface de multicast aqui"
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr "Tempo de vida"
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
@@ -1354,29 +1325,30 @@ msgstr ""
 "Indique aqui o Tempo De Vida dos pacotes multicast enviados pelo stream de "
 "saída"
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr "Escolha o programa (SID)"
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Escolha o programa a ser selecionado dando o seu Service ID"
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr "Escolha o audio"
 
-#: src/libvlc.h:306
-msgid "Give the default type of audio you want to use in a DVD. (Developers only)"
+#: src/libvlc.h:296
+msgid ""
+"Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 "Dê o tipo padrão de audio que você que usar em um DVD. (Apenas "
 "desenvolvedores)"
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr "Escolha o canal de audio"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -1384,51 +1356,58 @@ msgstr ""
 "Dê o número do stream do canal de audio que você que usar em um DVD (de 1 a "
 "n)"
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr "Escolha a faixa de legendas"
 
-#: src/libvlc.h:316
-msgid "Give the stream number of the subtitle channel you want to use (from 1 to n)."
-msgstr "Dê o número do stream do canal de legendas que você que usar (de 1 a n)."
+#: src/libvlc.h:306
+msgid ""
+"Give the stream number of the subtitle channel you want to use (from 1 to n)."
+msgstr ""
+"Dê o número do stream do canal de legendas que você que usar (de 1 a n)."
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr "Número de vezes que a mesma entrada será repetida."
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr "Auto-detectar arquivos de legendas"
 
-#: src/libvlc.h:335
-msgid "Automatically detect a subtitle file, if no subtitle filename is specified."
+#: src/libvlc.h:328
+msgid ""
+"Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "Indistinção na autodetecção de legendas"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1439,32 +1418,32 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "Indistinção na autodetecção de legendas"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr "Usar arquivo de legendas"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr "Dispositivo de DVD"
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 #, fuzzy
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
@@ -1473,15 +1452,15 @@ msgstr ""
 " Este é o drive de DVD padrão (ou arquivo) a ser usado. Não se esqueça dos "
 "doispontos após a letra do drive (ex D:)"
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr "Este é o dispositivo de DVD padrão."
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr "Dispositivo de VCD"
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
@@ -1489,15 +1468,15 @@ msgstr ""
 "Este é o dispositivo de VCD usado por padrão. Se você não especificar nada, "
 "iremos procurar por um dispositivo de CD-ROM apropriado."
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr "Este é o dispositivo de VCD padrão."
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr "Dispositivo de Audio CD"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
@@ -1505,15 +1484,15 @@ msgstr ""
 "Este é o dispositivo de CD de Audio usado por padrão. Se você não "
 "especificar nada, iremos procurar por um dispositivo de CD-ROM apropriado."
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr "Este é o dispositivo de CD de Audio a ser usado como padrão."
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr "Forçar IPv6"
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -1521,11 +1500,11 @@ msgstr ""
 "Se você marcar esta caixa, o IPv6 será usado por padrão para todas as "
 "conexões UDP e HTTP"
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr "Forçar IPv4"
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -1533,74 +1512,74 @@ msgstr ""
 "Se você marcar esta caixa, o IPv4 será usado por padrão para todas as "
 "conexões UDP e HTTP"
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Copyright"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "Descrição"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 #, fuzzy
 msgid "Date metadata"
 msgstr "Death metal"
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
@@ -1610,11 +1589,11 @@ msgstr ""
 "(métodos de descompressão). Apenas usuários avançados devem alterar esta "
 "opção sendo que a mesma pode quebrar a tocagem de seus streams"
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr "Lista de codecs preferida"
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
@@ -1624,17 +1603,18 @@ msgstr ""
 "prioridade. Por exemplo, 'dummy,a52' irá tentar o codec dummy e o a52 antes "
 "de tentar os outros."
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr "Lista de codificadores preferida"
 
-#: src/libvlc.h:443
-msgid "This allows you to select a list of encoders that VLC will use in priority"
+#: src/libvlc.h:436
+msgid ""
+"This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 "Isto permite que você seleciona a ordem em que o VLC irá escolher seus "
 "codificadores."
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
@@ -1642,37 +1622,38 @@ msgstr ""
 "Estas opções permitem que você ajuste as opções globais para o subsistema do "
 "stream de saída."
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr "Escolha o stream de saída"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr "Vazio se nenhum stream de saída"
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr "Habilitar streaming de todos os ES"
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
-msgstr "Isto permite que você faça o stream de todos os ES (vídeo, audio e legendas)"
+msgstr ""
+"Isto permite que você faça o stream de todos os ES (vídeo, audio e legendas)"
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr "Mostrar ao fazer o streaming"
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 "Isto permite que você toque o stream enquanto estiver fazendo o streming do "
 "mesmo."
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr "Habilitar saída do stream de vídeo"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
@@ -1680,16 +1661,16 @@ msgstr ""
 "Isto permite que você escolha se o stream de vídeo deve ser redirecionado "
 "para o instrumento de saída quando este último estiver habilitado"
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr "Habilitar saída de stream de audio"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Manter aberto o sout"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 #, fuzzy
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
@@ -1700,57 +1681,59 @@ msgstr ""
 "múltiplos da lista de reprodução (adiciona automaticamente acumular "
 "stream_out se não especificado)"
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr "Lista de empacotador favorita"
 
-#: src/libvlc.h:480
-msgid "This allows you to select the order in which VLC will choose its packetizers."
+#: src/libvlc.h:473
+msgid ""
+"This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 "Isto permite que você seleciona a ordem em que o VLC irá escolher seus "
 "empacotadores."
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr "Módulo mux"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
-msgstr "Esta é uma entrada legado para permitir que você configure os módulos mux"
+msgstr ""
+"Esta é uma entrada legado para permitir que você configure os módulos mux"
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr "Módulo de acesso de saída"
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 "Esta é uma entrada legado para permitir que você configure os módulos de "
 "saída"
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "Controlador"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 #, fuzzy
 msgid "SAP announcement interval"
 msgstr "Anúncio SAP"
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
@@ -1758,11 +1741,11 @@ msgstr ""
 "Estas opções permitem que você habilite otimizações de CPU especiais.\n"
 "Você deveria manter sempre todas habilitadas."
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr "Habilitar suporte a CPU MMX"
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
@@ -1770,11 +1753,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções MMX, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr "Habilitar suporte a CPU 3D Now!"
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
@@ -1782,11 +1765,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções 3D Now!, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr "Habilitar suporte a CPU MMX EXT"
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
@@ -1794,11 +1777,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções MMX EXT, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr "Habilitar suporte a CPU SSE"
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
@@ -1806,11 +1789,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções SSE, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr "Habilitar suporte a CPU SSE2"
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
@@ -1818,11 +1801,11 @@ msgstr ""
 "Se o seu processador suporta o set de instruções SSE2, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr "Habilitar suporte a CPU AltiVec"
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
@@ -1830,7 +1813,7 @@ msgstr ""
 "Se o seu processador suporta o set de instruções Altivec, o VLC pode "
 "tirarvantagem delas"
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 #, fuzzy
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
@@ -1839,11 +1822,11 @@ msgstr ""
 "Estas opções definem o comportamento da lista de reprodução. Alguns deles "
 "podem ser alterados na caixa de diálogo da lista de reprodução."
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr "Tocar arquivos aleatoriamente eternamente"
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
@@ -1851,11 +1834,11 @@ msgstr ""
 "Quando selecionado, o VLC ira tocar os arquivos na lista de reprodução "
 "aleatóriamente até ser interrompido"
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr "Recomeçar a lista de reprodução ao terminar"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
@@ -1863,11 +1846,11 @@ msgstr ""
 "Se você deseja que o VLC fique tocando a lista de reprodução indefinidamente "
 "então habilite esta opção."
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr "Repetir ítem atual."
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
@@ -1875,7 +1858,18 @@ msgstr ""
 "Quando ativo, o VLC irá tocar repedidamente o ítem atual da lista de "
 "reprodução."
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Sempre por cima"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
@@ -1883,11 +1877,11 @@ msgstr ""
 "Estas opções permitem que você selecione os módulos padrões. Deixe estas "
 "opções de lado a não ser que você realmente saiba o que está fazendo."
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr "Módulo de cópia de memória"
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
@@ -1895,27 +1889,29 @@ msgstr ""
 "Você pode selecionar qual módulo de cópia de memória você quer usar. Por "
 "padrão o VLC irá escolher o mais rápido suportado pelo seu hardware."
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr "Módulo de acesso"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
-msgstr "Esta é uma entrada legado para deixar você configurar os módulos de acesso"
+msgstr ""
+"Esta é uma entrada legado para deixar você configurar os módulos de acesso"
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr "Módulo de demux"
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
-msgstr "Esta é uma entrada legado para deixar você configurar os módulos de demux"
+msgstr ""
+"Esta é uma entrada legado para deixar você configurar os módulos de demux"
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr "Permitir prioridade tempo-real"
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1927,11 +1923,11 @@ msgstr ""
 "pode, entretanto, travar a sua máquina por inteiro, ou deixá-la muito lenta. "
 "Você deve apenas ativar isto se você souber o que está fazendo."
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr "Ajusta a prioridade do VLC"
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 #, fuzzy
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
@@ -1942,19 +1938,49 @@ msgstr ""
 "padrão do VLC. Você pode usar isto para ajustar a prioridade do VLC com "
 "relação a outros programas, ou com relação a outras instâncias do VLC."
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr "Minimizar o número de processos"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr "Minimizar o número de processos necessários para rodar o VLC"
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr "Caminho de procura dos módulos"
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+"Esta opção permite que se especifique um caminho adicional para que o VLC "
+"procure por seus módulos."
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr "Permitir executar apenas uma instância."
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1968,11 +1994,11 @@ msgstr ""
 "arquivo no explorer. Esta opção ira permitir que você execute o arquivo na "
 "instância já aberta ou colocar na fila."
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr "Aumentar a prioridade do processo"
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1989,11 +2015,11 @@ msgstr ""
 "pegar todo o tempo do processador e tornar todo o sistema inacessível o que "
 "poderá requerer uma reinicialização da sua máquina."
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr "Mutex rápido em NT/2K/XP (desenvolvedores apenas)"
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 #, fuzzy
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
@@ -2005,11 +2031,12 @@ msgstr ""
 "pode usar a implementação do Win9x que é mais rápida mas você pode ter "
 "alguns problemas com ela."
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
-msgstr "Implementação de variáveis de condição para Win9x (apenas desenvolvedores)"
+msgstr ""
+"Implementação de variáveis de condição para Win9x (apenas desenvolvedores)"
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -2023,361 +2050,362 @@ msgstr ""
 "lentas que são mais robustas. Atualmente você pode escolher entre "
 "implementação 0 (que é o padrão e o mais rápido), 1 e 2."
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 "Estas configurações são as ligações globais de teclas do VLC, conhecidas "
 "como \"hotkeys\"."
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Tela cheia"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr "Selecione o atalho a ser usado para trocar o estado de tela cheia."
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr "Tocar/Pausar"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr "Selecione o atalho a ser usado para trocar o estado de pausa."
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr "Pausar apenas"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr "Selecione o atalho a ser usado para pausar."
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr "Apenas tocar"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr "Selecione o atalho a ser usado para tocar."
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr "Mais Rápido"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr "Selecione o atalho a ser usado para tocar mais rápido."
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Mais Devagar"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr "Selecione o atalho a ser usado para tocar em câmera lenta."
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Próximo"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 "Selecione o atalho a ser usado para passar para o próximo ítem na lista de "
 "reprodução."
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr "Anterior"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 "Selecione o atalho a ser usado para passar para o ítem anterior na lista de "
 "reprodução."
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Parar"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr "Selecione o atalho para parar de tocar."
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr "Posição"
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr "selecione o atalho para mostrar a posição."
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr "Retroceder 10 segundos"
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr "Selecione o atalho para retroceder 10 segundos."
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr "Voltar 1 minuto"
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr "Selecione o atalho a ser usado para voltar 1 minuto."
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr "Voltar 5 minutos"
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr "Selecione o atalho a ser usado para avançar 5 minutos."
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr "Avançar 10 segundos"
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr "Selecione o atalho para avançar 10 segundos."
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr "Avançar 1 minuto"
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr "Selecione o atalho a ser usado para avançar 1 minuto."
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr "Avançar 5 minutos"
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr "Selecione o atalho a ser usado para avançar 5 minutos."
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr "Sair"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "selecione o atalho para sair do programa."
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr "Navegar acima"
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 #, fuzzy
 msgid "Select the key to move the selector up in DVD menus."
 msgstr "Selecione a tecla para mover o seletor para cima em menus dvd."
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr "Navegar abaixo"
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 #, fuzzy
 msgid "Select the key to move the selector down in DVD menus."
 msgstr "Selecione a tecla para mover o seletor para baixo em menus dvd."
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr "Navegar a esquerda"
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 #, fuzzy
 msgid "Select the key to move the selector left in DVD menus."
 msgstr "Selecione a tecla para mover o seletor para a esquerda em menus dvd."
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr "Navegar a direita"
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Selecione a tecla para mover o seletor para a direita em menus dvd."
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr "Ativar"
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 #, fuzzy
 msgid "Select the key to activate selected item in DVD menus."
 msgstr "Selecione a tecla para ativar o ítem selecionado em menus DVD."
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr "Aumentar Volume"
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr "Selecione a tecla para aumentar o volume do audio."
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr "Abaixar volume"
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr "Selecione a tecla para diminuir o volume do audio."
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Mudo"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr "Selecione a tecla para desligar o volume do audio."
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "Arquivo de legendas"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Selecione a tecla para aumentar o volume do audio."
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "Codificação das legendas"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Selecione a tecla para diminuir o volume do audio."
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr "Tocar marcador 1 da lista de reprodução"
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr "Tocar marcador 12 da lista de reprodução"
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr "Tocar marcador 3 da lista de reprodução"
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr "Tocar marcador 4 da lista de reprodução"
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr "Tocar marcador 5 da lista de reprodução"
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr "Tocar marcador 6 da lista de reprodução"
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr "Tocar marcador 7 da lista de reprodução"
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr "Tocar marcador 8 da lista de reprodução"
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr "Tocar marcador 9 da lista de reprodução"
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr "Tocar marcador 10 da lista de reprodução"
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr "Selecione o atalho para tocar este marcador."
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr "Configurar marcador 1 da lista de reprodução"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr "Configurar marcador 2 da lista de reprodução"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr "Configurar marcador 3 da lista de reprodução"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr "Configurar marcador 4 da lista de reprodução"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr "Configurar marcador 5 da lista de reprodução"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr "Configurar marcador 6 da lista de reprodução"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr "Configurar marcador 7 da lista de reprodução"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr "Configurar marcador 8 da lista de reprodução"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr "Configurar marcador 9 da lista de reprodução"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr "Configurar marcador 10 da lista de reprodução"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
-msgstr "Selecione a tecla para configurar este marcador da lista de reprodução."
+msgstr ""
+"Selecione a tecla para configurar este marcador da lista de reprodução."
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 #, fuzzy
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
@@ -2386,11 +2414,11 @@ msgstr ""
 "Selecione o atalho a ser usado para passar para o ítem anterior na lista de "
 "reprodução."
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 #, fuzzy
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
@@ -2399,19 +2427,40 @@ msgstr ""
 "Selecione o atalho a ser usado para passar para o próximo ítem na lista de "
 "reprodução."
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "Faixa de Audio"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Escolha a faixa de legendas"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 #, fuzzy
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
@@ -2428,90 +2477,95 @@ msgstr ""
 "  vlc:pausar                     pausa a execução dos ítens na lista\n"
 "  vlc:sair                       sair do VLC\n"
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr "Interface"
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr "Entrada"
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr "Decodificadores"
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr "stream de saída"
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr "CPU"
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "Lista de reprodução"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr "Variados"
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr "Endereço do host"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr "Programa principal"
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr "Imprimir ajuda (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr "Imprimir ajuda detalhada (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr "imprimir lista dos módulos disponíveis"
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr "Imprimir ajuda sobre o módulo (pode ser combinado com --advanced)"
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr "salvar as opções de linha de comando atuais na configuração"
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr "reinicializar a configuração atual para os valores padrão"
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr "usar arquivo de configuração alternativo"
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "Repetir ítem atual."
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr "imprimir informações de versão"
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr "booleano"
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr "tecla"
 
@@ -3192,71 +3246,73 @@ msgstr ""
 msgid "Unknown"
 msgstr "<desconhecido>"
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr "Normal"
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr "Desentrelaçar"
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr "Descartar"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr "Combinar"
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr "Mean"
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr "Bob"
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr "Linear"
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr "Filtros"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr "Valor de cache em ms"
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3268,6 +3324,11 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "Entrada de CD Audio"
 
+#: modules/access/cdda.c:52
+#, fuzzy
+msgid "[cdda:][device][@[track]]"
+msgstr "cddax:[disp-ou-arquivo][@{T}num]"
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr "A mensagem acima tinha um nível de log de vcdimager desconhecido"
@@ -3277,10 +3338,10 @@ msgid "The above message had unknown cdio log level"
 msgstr "A mensagem acima tinha um nível de log de cdio desconhecido"
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr "Faixa"
 
@@ -3301,7 +3362,7 @@ msgstr "ID CDDB do disco"
 msgid "CDDB Disc Category"
 msgstr "Categoria CDDB do Dico"
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr "Álbum"
 
@@ -3422,7 +3483,8 @@ msgstr "Entrada de Audio de CD Digital (CD-DA)"
 #: modules/access/cdda/cdda.c:116 modules/access/vcdx/vcd.c:100
 #: modules/codec/ogt/subtitle.h:39
 msgid "If nonzero, this gives additional debug information."
-msgstr "Se não for zero, isto irá fornecer informações de depuração adicionais."
+msgstr ""
+"Se não for zero, isto irá fornecer informações de depuração adicionais."
 
 #: modules/access/cdda/cdda.c:121
 msgid "Caching value in microseconds"
@@ -3450,7 +3512,8 @@ msgstr "Fazer procuras CDDB"
 
 #: modules/access/cdda/cdda.c:142
 msgid "If set, lookup CD-DA track information using the CDDB protocol"
-msgstr "Se ativo, procurar informação de Faixa de CD-DA usando o protocolo CDDB"
+msgstr ""
+"Se ativo, procurar informação de Faixa de CD-DA usando o protocolo CDDB"
 
 #: modules/access/cdda/cdda.c:147
 msgid "CDDB server"
@@ -3486,7 +3549,8 @@ msgstr "Contatar CDDB via o protocolo HTTP"
 
 #: modules/access/cdda/cdda.c:168
 msgid "If set, the CDDB server gets information via the CDDB HTTP protocol"
-msgstr "Se ajustado, o servidor CDDB pega informações via o protocolo CDDB HTTP"
+msgstr ""
+"Se ajustado, o servidor CDDB pega informações via o protocolo CDDB HTTP"
 
 #: modules/access/cdda/cdda.c:173
 msgid "CDDB server timeout"
@@ -3500,11 +3564,11 @@ msgstr "Tempo (em segundos) para esperar uma resposta do servidor CDDB"
 msgid "Directory to cache CDDB requests"
 msgstr "Diretório para cachear requerimentos CDDB"
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 #, fuzzy
 msgid ""
 "Select whether subdirectories must be expanded.\n"
@@ -3517,37 +3581,41 @@ msgstr ""
 "ocultar: subdiretórios aparecem mas são expandidos na primeira tocagem.\n"
 "expandir: todos os subdiretórios são expandidos.\n"
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr "nenhum"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr "ocultar"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr "expandir"
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr "Entrada de diretório padrão do sistema de arquivos"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "Entrada DirectShow"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr "Padrão"
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr "Nenhum"
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
@@ -3556,11 +3624,11 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams directshow. "
 "Este valor deve ser ajustado em unidades de milisegundos."
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr "Nome do dispositivo de Vídeo"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3570,11 +3638,11 @@ msgstr ""
 "plugin DirectShow. Se você não especificar nada, o dispositivo padrão será "
 "usado."
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr "Nome do dispositivo de audio"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
@@ -3584,11 +3652,11 @@ msgstr ""
 "plugin DirectShow. Se você não especificar nada, o dispositivo padrão será "
 "usado."
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr "Tamanho do vídeo"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
@@ -3598,11 +3666,11 @@ msgstr ""
 "plugin DirectShow. Se você não especificar nada o tamanho padrão de seu "
 "dispositivo será usado."
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr "Formato de chroma da entrada de vídeo"
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -3610,39 +3678,40 @@ msgstr ""
 "Força a entrada de vídeo DirectShow a usar um formato de chroma específico "
 "(ex. I420 (padrão), RV24, etc...)"
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr "Propriedades do dispositivo"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 #, fuzzy
-msgid "Show the properties dialog of the selected device before starting the stream."
+msgid ""
+"Show the properties dialog of the selected device before starting the stream."
 msgstr "Mostra o diálogo de propriedade do dispositivo selecionado."
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "Entrada DirectShow"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr "Entrada DirectShow"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr "Atualizar a lista"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr "Configurar"
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr "demuxer DirectShow"
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
@@ -3651,20 +3720,20 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams udp. Este "
 "valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "Decofificador de vídeo Theora"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr "placa adaptadora a ser sintonizada."
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
@@ -3672,149 +3741,191 @@ msgstr ""
 "placas adaptadoras possuem um arquivo de dispositivo em um diretório "
 "chamado /dev/dvb/adapter[n] com n>=0"
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr "número do dispositivo a ser usado no adaptador"
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "Conversões de "
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 #, fuzzy
 msgid "Probe DVB card for capabilities"
 msgstr "Sondar a placa dvb para decobrir suas capacidades"
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 #, fuzzy
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr "Algumas placas dvb não gostam de serem sondadas por suas capacidades"
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr "Antenna lnb_lof1 (kHz)"
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr "Antenna lnb_lof2 (kHz)"
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr "Antenna lnb_slof (kHz)"
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+#, fuzzy
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
+"Isto permite que você toque o stream enquanto estiver fazendo o streming do "
+"mesmo."
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "FEC do transponder do satélite"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 #, fuzzy
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr "FEC=Forward Error Correction mode"
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 #, fuzzy
 msgid "Transponder symbol rate in kHz"
 msgstr "polarização do transponder padrão do satélite em kHz"
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr "Tipo de modulação"
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 #, fuzzy
 msgid "Modulation type for front-end device."
 msgstr "Tipo de modulaçaõ para o dispositivo frontend"
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr "Terrestrial high priority stream code rate (FEC)"
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr "Terrestrial low priority stream code rate (FEC)"
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr "Largura de banda terrestre"
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr "Largura de banda terrestre [0=auto,6,7,8 in MHz]"
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr "Terrestrial guard interval"
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr "Terrestrial transmission mode"
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr "Tterrestrial hierarchy mode"
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 #, fuzzy
 msgid "DVB"
 msgstr "DVD"
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr "Módulo de entrada DVB com suporte a v4l2"
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+#, fuzzy
+msgid "Allows you to select the default DVD angle."
+msgstr "Permite remapear as ações."
+
+#: modules/access/dvdnav.c:61
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Permite que você modifique os valores padrão de cache para streams CDDA. "
+"Este valor deverá ser ajustado em unidades de milisegundos"
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr "Entrada DVDnav"
+
+#: modules/access/dvdread.c:63
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+"Permite que você modifique os valores padrão de cache para streams CDDA. "
+"Este valor deverá ser ajustado em unidades de milisegundos"
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr "Método a ser usado pelo o libdvdcss para decodificação"
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3845,65 +3956,30 @@ msgstr ""
 "libcss.\n"
 "O método padrão é: chave."
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr "título"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Disco"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr "tecla"
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr "[dvd:][dispositivo][@dispositivo_raw][@[título][,[capítulo][,ângulo]]]"
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr "Entrada de DVD (usa libdvdcss se instalado)"
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr "Entrada de DVD (usa libdvdcss)"
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr "Usar menus DVD"
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr "Raiz"
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr "Ângulo"
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr "Continuar"
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr "[dvdplay:][dispositivo][@[título][,[capítulo][,ângulo]]]"
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr "Entrada de DVD com suporte a menus"
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr "Entrada de DVD (usando libdvdread)"
+#: modules/access/dvdread.c:90
+#, fuzzy
+msgid "DVDRead Input"
+msgstr "Entrada DVDnav"
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
@@ -3912,17 +3988,17 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams de vídeo. "
 "Este valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr "Entrada de arquivo de sistema de arquivo padrão"
 
@@ -3940,8 +4016,10 @@ msgid "FTP user name"
 msgstr "Nome de usuário FTP"
 
 #: modules/access/ftp.c:45
-msgid "Allows you to modify the user name that will be used for the connection."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to modify the user name that will be used for the connection."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
 #: modules/access/ftp.c:47
 msgid "FTP password"
@@ -4007,14 +4085,25 @@ msgid "HTTP user agent"
 msgstr "agente de usuário HTTP"
 
 #: modules/access/http.c:62
-msgid "Allows you to modify the user agent that will be used for the connection."
+msgid ""
+"Allows you to modify the user agent that will be used for the connection."
 msgstr "Permite o agente de usuário que será usado na conexão."
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "Codec de audio"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr "Entrada HTTP"
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
@@ -4023,91 +4112,267 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams ftp. Este "
 "valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr "Forçar seleção de todos os streams"
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "Selecione o bitrate máximo do stream"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr "Sempre selecione o stream com a taxa de bits máxima."
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr "Entrada Microsoft Media Server (MMS)"
 
-#: modules/access/pvr/pvr.c:77
-msgid "PVR"
-msgstr "PVR"
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr "Dispositivo"
 
-#: modules/access/pvr/pvr.c:78
-msgid "MPEG Encoding cards input (with ivtv drivers)"
-msgstr "Entrada de placa Codificadora de MPEG (com drivers ivtv)"
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Dispositivo de Vídeo"
 
-#: modules/access/satellite/satellite.c:41
-msgid "Demux number"
-msgstr "Número do demux"
+#: modules/access/pvr/pvr.c:49
+msgid "Norm"
+msgstr "Norm"
 
-#: modules/access/satellite/satellite.c:44
-msgid "Tuner number"
-msgstr "Numero do sintonizdor"
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:47
-msgid "Satellite default transponder frequency (kHz)"
-msgstr "freqüência do transponder padrão do satélite (KHz)"
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Corte automático"
 
-#: modules/access/satellite/satellite.c:50
-msgid "Satellite default transponder polarization"
-msgstr "Polarização padrão do transpoder do satélite"
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:53
-msgid "Satellite default transponder FEC"
-msgstr "Satellite default transponder FEC"
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:56
-msgid "Satellite default transponder symbol rate (kHz)"
-msgstr "Satellite default transponder symbol rate (kHz)"
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:59
-msgid "Use diseqc with antenna"
-msgstr "Use diseqc with antenna"
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
 
-#: modules/access/satellite/satellite.c:72
-msgid "Satellite input"
-msgstr "Entrada de satélite"
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
 
-#: modules/access/slp.c:60
-msgid "SLP attribute identifiers"
-msgstr "Identificadores de atributos SLP"
+#: modules/access/pvr/pvr.c:59
+#, fuzzy
+msgid "Height"
+msgstr "Direito"
 
-#: modules/access/slp.c:62
-msgid ""
-"This string is a comma separated list of attribute identifiers to search for "
-"a playlist title or empty to use all attributes."
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
 msgstr ""
 
-#: modules/access/slp.c:65
-msgid "SLP scopes list"
-msgstr "lista de escopo SLP"
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr "Freqüência"
 
-#: modules/access/slp.c:67
-msgid ""
-"This string is a comma separated list of scope names or empty if you want to "
-"use the default scopes. It is used in all SLP queries."
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
 msgstr ""
 
-#: modules/access/slp.c:70
-msgid "SLP naming authority"
-msgstr ""
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Taxa de Amostra:"
 
-#: modules/access/slp.c:72
-msgid ""
-"This string is a list of naming authorities to search. Use \"*\" for all and "
-"the empty string for the default of IANA."
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Intervalo de quadro-chave"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+#, fuzzy
+msgid "B Frames"
+msgstr "Blues"
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "Taxa de Bits"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:77
+msgid "Bitrate mode (vbr or cbr)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "Taxa de bits do Audio:"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+msgid "Channel"
+msgstr "Canal"
+
+#: modules/access/pvr/pvr.c:82
+#, fuzzy
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr "Normalmente 0 é para sintonizador, 1 para composto e 2 para svideo"
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr "PVR"
+
+#: modules/access/pvr/pvr.c:90
+msgid "MPEG Encoding cards input (with ivtv drivers)"
+msgstr "Entrada de placa Codificadora de MPEG (com drivers ivtv)"
+
+#: modules/access/satellite/satellite.c:41
+msgid "Demux number"
+msgstr "Número do demux"
+
+#: modules/access/satellite/satellite.c:44
+msgid "Tuner number"
+msgstr "Numero do sintonizdor"
+
+#: modules/access/satellite/satellite.c:47
+msgid "Satellite default transponder frequency (kHz)"
+msgstr "freqüência do transponder padrão do satélite (KHz)"
+
+#: modules/access/satellite/satellite.c:50
+msgid "Satellite default transponder polarization"
+msgstr "Polarização padrão do transpoder do satélite"
+
+#: modules/access/satellite/satellite.c:53
+msgid "Satellite default transponder FEC"
+msgstr "Satellite default transponder FEC"
+
+#: modules/access/satellite/satellite.c:56
+msgid "Satellite default transponder symbol rate (kHz)"
+msgstr "Satellite default transponder symbol rate (kHz)"
+
+#: modules/access/satellite/satellite.c:59
+msgid "Use diseqc with antenna"
+msgstr "Use diseqc with antenna"
+
+#: modules/access/satellite/satellite.c:72
+msgid "Satellite input"
+msgstr "Entrada de satélite"
+
+#: modules/access/screen/screen.c:39
+#, fuzzy
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+"Permite que você modifique os valores padrão de cache para streams cdda. "
+"Este valor deverá ser ajustado em unidades de milisegundos"
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Taxa de Amostra:"
+
+#: modules/access/screen/screen.c:43
+#, fuzzy
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Tela"
+
+#: modules/access/slp.c:60
+msgid "SLP attribute identifiers"
+msgstr "Identificadores de atributos SLP"
+
+#: modules/access/slp.c:62
+msgid ""
+"This string is a comma separated list of attribute identifiers to search for "
+"a playlist title or empty to use all attributes."
+msgstr ""
+
+#: modules/access/slp.c:65
+msgid "SLP scopes list"
+msgstr "lista de escopo SLP"
+
+#: modules/access/slp.c:67
+msgid ""
+"This string is a comma separated list of scope names or empty if you want to "
+"use the default scopes. It is used in all SLP queries."
+msgstr ""
+
+#: modules/access/slp.c:70
+msgid "SLP naming authority"
+msgstr ""
+
+#: modules/access/slp.c:72
+msgid ""
+"This string is a list of naming authorities to search. Use \"*\" for all and "
+"the empty string for the default of IANA."
 msgstr ""
 
 #: modules/access/slp.c:75
@@ -4156,11 +4421,19 @@ msgstr ""
 "Permite que você modifique os valores padrão de cache para streams CDDA. "
 "Este valor deverá ser ajustado em unidades de milisegundos"
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr "Entrada UDP/RTP"
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
@@ -4168,7 +4441,7 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams v4l. Este "
 "valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
@@ -4176,7 +4449,7 @@ msgstr ""
 "Especifique o nome do dispositivo de vídeo que será usado. Se você não "
 "especificar nada, nenhum dispositivo de vídeo será usado."
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
@@ -4184,7 +4457,7 @@ msgstr ""
 "Especifique o nome do dispositivo de audio que será usado. Se você não "
 "especificar nada, nenhum dispositivo de audi será usado."
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
@@ -4192,104 +4465,105 @@ msgstr ""
 "Força a dispositivo Video4Linux a usar um formato de chroma específico  (ex. "
 "I420 (padrão), RV24, etc...)"
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 #, fuzzy
 msgid "Video4Linux"
 msgstr "Entrada Video4Linux"
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr "Entrada Video4Linux"
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
-msgstr "demuxer Video4Linux"
-
-#: modules/access/vcd/vcd.c:79
+#: modules/access/vcd/vcd.c:46
 msgid "VCD input"
 msgstr "Entrada VCD"
 
+#: modules/access/vcd/vcd.c:50
+#, fuzzy
+msgid "[vcd:][device][@[title][,[chapter]]]"
+msgstr "[dvdplay:][dispositivo][@[título][,[capítulo][,ângulo]]]"
+
 #: modules/access/vcdx/access.c:113
 msgid "The above message had unknown log level"
 msgstr "A mensagem acima tinha um nível de log desconhecido"
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr "Entrada"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr "Segmento"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr "Formato VCD"
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr "Aplicativo"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr "Preparador"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr "Vol #"
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr "Vol máx #"
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr "Ajuste de Volume"
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr "Volume"
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr "Publicador"
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr "Id do Sistema"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr "Entradas"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr "Segmentos"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr "Faixas"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "Faixa"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr "Primeiro Ponto de Entrada"
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr "ùltimo Ponto de Entrada"
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr "ID da lista"
 
@@ -4418,8 +4692,10 @@ msgstr "Nome de usu
 
 #: modules/access_output/http.c:47
 #, fuzzy
-msgid "Allows you to give a user name that will be requested to access the stream."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to give a user name that will be requested to access the stream."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
 #: modules/access_output/http.c:49
 #, fuzzy
@@ -4428,15 +4704,27 @@ msgstr "Senha FTP"
 
 #: modules/access_output/http.c:50
 #, fuzzy
-msgid "Allows you to give a password that will be requested to access the stream."
+msgid ""
+"Allows you to give a password that will be requested to access the stream."
 msgstr "Permite que você modifique a senha que será usada na a conexão."
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Tempo"
+
+#: modules/access_output/http.c:53
+#, fuzzy
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "Stream Http de saída"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr "Valor de cache (ms)"
 
@@ -4448,7 +4736,8 @@ msgstr "Tempo de vida"
 #: modules/access_output/udp.c:69
 #, fuzzy
 msgid "Allows you to define the time to live of the outgoing stream."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
 #: modules/access_output/udp.c:72
 #, fuzzy
@@ -4517,18 +4806,19 @@ msgstr ""
 
 #: modules/audio_filter/channel_mixer/headphone.c:62
 msgid "headphone channel mixer with virtual spatialization effect"
-msgstr "mixador de canais para fone de ouvido com efeito de espacialização virtual"
+msgstr ""
+"mixador de canais para fone de ouvido com efeito de espacialização virtual"
 
 #: modules/audio_filter/channel_mixer/trivial.c:46
 msgid "audio filter for trivial channel mixing"
 msgstr "filtro de audio para mixagem trivial de canais"
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr "Limite de compressão A/52 dinâmico"
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4540,7 +4830,8 @@ msgstr ""
 "barulhento sem perturbar ninguém. Se você desabilitar o limite de compressão "
 "dinâmico o playback será melhor adaptado para um cinema ou uma sala de som."
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "Decodificador ATSC A/52 também conhecido como AC-3"
@@ -4549,11 +4840,12 @@ msgstr "Decodificador ATSC A/52 tamb
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr "Filtro de audio para encapsulação do A/52->S/PDIF"
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr "Limite de compressão DTS dinâmico"
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "Decodificador de audio DTS Coherent Acoustics"
 
@@ -4585,7 +4877,8 @@ msgstr "Filtro de audio para convers
 msgid "audio filter for float32->u8 conversion"
 msgstr "Filtro de audio para conversão de float32->u8"
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr "Decofificador de audio MPEG"
 
@@ -4613,6 +4906,160 @@ msgstr "filtro de audio para convers
 msgid "audio filter for u8->float32 conversion"
 msgstr "filtro de audio para conversão de s8->float32"
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+#, fuzzy
+msgid "Two pass"
+msgstr "Senha FTP"
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Número de faixas"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Rápido"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr "Clássica"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Club"
+msgstr "Cubo"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr "Dance"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Tela cheia"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Grande"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Live"
+msgstr "Linear"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Porta"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr "Pop"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr "Reggae"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr "Rock"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr "Ska"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "&Ordenar"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft rock"
+msgstr "Rock Sulista"
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr "Techno"
+
+#: modules/audio_filter/format.c:49
+#, fuzzy
+msgid "audio filter for PCM format conversion"
+msgstr "Filtro de audio para conversão de float32->s8"
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Número de faixas"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Qualidade:"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 #, fuzzy
 msgid "audio filter for band-limited interpolation resampling"
@@ -4659,32 +5106,32 @@ msgstr "Sa
 msgid "ALSA Device Name"
 msgstr "Nome do dispositivo ALSA"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr "Dispositivo de Audio"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr "Mono"
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr "2 Frontais 2 Traseiros"
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr "5.1"
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr "A/52 pelo S/PDIF"
 
@@ -4692,7 +5139,7 @@ msgstr "A/52 pelo S/PDIF"
 msgid "aRts audio output"
 msgstr "saída de audio aRts"
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
@@ -4702,7 +5149,7 @@ msgstr ""
 "listado em seu menu de 'Dispositivo de Audio'. Este dispositivo será então "
 "usado por padrão para tocar audio."
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr "Saída CoreAudio"
 
@@ -4797,7 +5244,18 @@ msgstr "Dispositivo OSS dsp"
 msgid "Simple DirectMedia Layer audio output"
 msgstr "Saída de audio Simple DirectMedia Layer"
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Use a saída de stream"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr "Extensão de saída waveOut Win32"
 
@@ -4830,6 +5288,14 @@ msgstr "Decodificador de v
 msgid "CMML annotations decoder"
 msgstr "Decodificador de audio ADPCM"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr "Parser DTS"
@@ -4842,10 +5308,15 @@ msgstr "packetizer de audio DTS"
 msgid "DV video decoder"
 msgstr "Decodificador de vídeo DV"
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr "Decodificador de legendas DVB"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Decodificador de legendas DVB"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr "Decodificador de audio AAC (usando libfaad2)"
@@ -4864,31 +5335,47 @@ msgstr "bits/s"
 msgid "simple"
 msgstr "Ripple"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+#, fuzzy
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "decodificador de audio/vídeo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr "decodificador de audio/vídeo ffmpeg ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr "conversão de chroma ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr "codificador de audio/vídeo ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr "demuxer ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Filtro de vídeo de corte."
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Filtro de desentrelação de vídeo"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr "Renderização direta"
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr "Elasticidade a erro"
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 #, fuzzy
 msgid ""
 "ffmpeg can do error resilience.\n"
@@ -4901,11 +5388,11 @@ msgstr ""
 "isto irá produzir um monte de erros.\n"
 "Variação válida é de -1 a 99 (-1 desabilita todas as elasticidades a erros)."
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr "Contornar bugs"
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4925,11 +5412,11 @@ msgstr ""
 "32 ac vlc\n"
 "64 chroma Qpel"
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr "Apressar"
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
@@ -4939,11 +5426,11 @@ msgstr ""
 "não há tempo suficiente. É útil para poder de CPU baixo mas pode produzir "
 "imagens distorcidas."
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr "Qualidade de pós processamento"
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
@@ -4953,20 +5440,20 @@ msgstr ""
 "Níveis mais altos requerem consideravelmente mais poder de CPU, mas produzem "
 "imagens mais bonitas."
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 #, fuzzy
 msgid "Visualize motion vectors"
 msgstr "Visualizações"
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4974,133 +5461,135 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 #, fuzzy
 msgid "ffmpeg post processing filter chains"
 msgstr "cadeia de filtros pósproc ffmpeg"
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 #, fuzzy
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 #, fuzzy
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "Tolerância de Taxa de Bits:"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "Codificação das legendas"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 #, fuzzy
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr "Permite remapear as ações."
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 #, fuzzy
 msgid "Allows you to enable the pre motion estimation."
 msgstr "Permite remapear as ações."
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "Interface de controle remoto"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 #, fuzzy
 msgid "Allows you to specify the rate control buffer size."
 msgstr "Permite remapear as ações."
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "Interface de controle remoto"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 #, fuzzy
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr "Permite remapear as ações."
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr "Resolução de ruido"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "Qualidade:"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 #, fuzzy
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -5108,34 +5597,55 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 #, fuzzy
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr "Permite remapear as ações."
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr "Pós processamento"
 
@@ -5172,7 +5682,7 @@ msgstr "packetizer de audio Flac"
 msgid "Flac audio encoder"
 msgstr "codificador de audio flac"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr "decodificador de MPEG I/II (usando libmpeg2)"
 
@@ -5209,7 +5719,7 @@ msgstr "Packetizer de legendas Chaoji VCD"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Decodificador OGT Philips (legendas de SVCD)"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Packetizer OGT Philips (legendas de SVCD)"
 
@@ -5292,60 +5802,60 @@ msgstr "Erro: %s\n"
 msgid "QuickTime library decoder"
 msgstr "decodificador de vídeo QuickTime"
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr "Pseudo decodificador de vídeo Raw"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr "Pseudo Packetizer de vídeo Raw"
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr "Decodificador de audio speex"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr "Packetizer de audio speex"
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr "codificador de audio speex"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr "Comentário speex"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr "Modo"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr "Decodificador de legendas DVD"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr "Packetizer de legendas DVD"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr "Codificação de texto de legendas"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr "Muda a codificação usada nas legendas de texto"
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr "Alinhamento das legendas"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "Muda a justificação das legendas"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr "decodificador de texto de legendas"
 
@@ -5353,69 +5863,108 @@ msgstr "decodificador de texto de legendas"
 msgid "Tarkin decoder module"
 msgstr "Módulo decodificador Tarkin"
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 #, fuzzy
 msgid "Encoding quality"
 msgstr "Qualidade de pós processamento"
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr "Decofificador de vídeo Theora"
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr "Packetizer de vídeo Theora"
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr "Codificador de vídeo Theora"
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr "Comentário Theora"
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Estéreo"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "codificador de audio flac"
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "Taxa de Bits Máxima"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 #, fuzzy
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "Taxa de Bits Máxima"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Codificação das legendas"
+
 #: modules/codec/vorbis.c:141
+#, fuzzy
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr "Permite remapear as ações."
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr "Decodificador de audio Vorbis"
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr "Packetizer de audio vorbis"
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr "Codificador de audio Vorbis"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr "Comentário Vorbis"
 
@@ -5442,155 +5991,126 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr "Decodificador de vídeo Xvid"
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
+msgstr "Módulo de controle corba"
+
+#: modules/control/corba/corba.c:687
+#, fuzzy
+msgid "corba control module"
 msgstr "Módulo de controle corba"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr "Limiar de movimento (10-100)"
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
-msgstr "Quantidade de movimento necessário para que um gesto do mouse seja gravado"
+msgstr ""
+"Quantidade de movimento necessário para que um gesto do mouse seja gravado"
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr "Botão gatilho"
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr "Aqui, você pode configurar o botão de gatilho para gestos do mouse."
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr "Meio"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr "Controle da interface por gestos do mouse"
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr "Marcador 1 da lista de reprodução"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr "Marcador 2 da lista de reprodução"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr "Marcador 3 da lista de reprodução"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr "Marcador 4 da lista de reprodução"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr "Marcador 5 da lista de reprodução"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr "Marcador 6 da lista de reprodução"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr "Marcador 7 da lista de reprodução"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr "Marcador 8 da lista de reprodução"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr "Marcador 9 da lista de reprodução"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr "Marcador 10 da lista de reprodução"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr "Esta opção permite definir os marcadores da lista de reprodução"
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr "Interface de gerenciamento de atalhos"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr "Pausar"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Tocar"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr "Voltar 10 segundos"
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr "Avançar 10 segundos"
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr "Voltar 1 minuto"
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr "Avançar 1 minuto"
+msgid "Audio track: %s"
+msgstr "Faixa de audio: %s"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr "Voltar 5 minutos"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
+msgstr "Faixa de Legendas: %s"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
-msgstr "Avançar 5 minutos"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
+msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr "Endereço do host"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
-msgstr "Você pode ajustar o endereço e a porta em que a interface http será atada."
+msgstr ""
+"Você pode ajustar o endereço e a porta em que a interface http será atada."
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr "Diretório fonte"
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr "Interface de controle remoto HTTP"
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr "Limiar de movimento"
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
@@ -5598,19 +6118,19 @@ msgstr ""
 "A quantidade de movimento do joystick requerido para um movimento ser "
 "gravado (0->32767)"
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr "Dispositivo de joystick"
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr "O dispositivo do joystick (normalmente /dev/js0 ou /dev/input/js0)"
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr "Tempo de repetição 9ms0"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
@@ -5618,58 +6138,100 @@ msgstr ""
 "Tempo de espera antes que a ação seja repetida se ainda estiver ativa, em "
 "milisegundos"
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr "Tempo de espera (ms0"
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr "O tempo a ser esperado antes que a repetição comece em milisegundos"
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr "Intervalo máximo de procura (segundos)"
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 #, fuzzy
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr "O número máximo de segundos que serão procurados por vez."
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr "Mapeamento de ação"
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr "Permite remapear as ações."
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr "Controle de interface pelo joystick"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr "Controle da interface por um controle remoto infra-vermelho"
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr "Vol %%%d"
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr "Vol %d%%"
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
-msgstr "Faixa de audio: %s"
+msgid "Pause"
+msgstr "Pausar"
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
-msgstr "Faixa de Legendas: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Tocar"
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+#, fuzzy
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr "Permite que você modifique a conta que será usada para a conexão."
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+#, fuzzy
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 #, fuzzy
@@ -5719,247 +6281,269 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Interface de serviço Windows NT/2K/XP"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr "Mostrar posição do stream"
 
-#: modules/control/rc.c:78
-msgid "Show the current position in seconds within the stream from time to time."
-msgstr "Mostra a posição atual em segundos dentro do stream de tempos em tempos."
+#: modules/control/rc.c:118
+msgid ""
+"Show the current position in seconds within the stream from time to time."
+msgstr ""
+"Mostra a posição atual em segundos dentro do stream de tempos em tempos."
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr "TTY falso"
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr "Forçar o plugin rc a usar stdin como se fosse um TTY"
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+#, fuzzy
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+"Você pode ajustar o endereço e a porta em que a interface http será atada."
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr "Interface de controle remoto"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Interface de controle remoto"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "Entrada FTP"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, fuzzy, c-format
 msgid "Volume is %d\n"
 msgstr "Abaixar volume"
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "Alternar _Interface"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 #, fuzzy
 msgid "Default to 4212"
 msgstr "Padrão"
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 #, fuzzy
 msgid "Telnet Interface password"
 msgstr "Alternar _Interface"
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 #, fuzzy
 msgid "Default to admin"
 msgstr "Padrão"
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "Interface de controle remoto HTTP"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr "Esconde a janela principal da interface"
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5993,7 +6577,8 @@ msgid "Force index creation"
 msgstr "Forçar criação do index"
 
 #: modules/demux/avi/avi.c:45
-msgid "Recreate a index for the AVI file so we can seek trough it more reliably."
+msgid ""
+"Recreate a index for the AVI file so we can seek trough it more reliably."
 msgstr ""
 "Recriar o index de um arquivo AVI para que possamos procurar através do "
 "mesmo com mais facilmente."
@@ -6002,90 +6587,27 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr "demuxer AVI"
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr "camada de adaptação Demux2"
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr "Nome do arq. do dump"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr "Especifique um nome de arquivo no qual o stream raw será armazenado"
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr "Filedump demuxer"
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr "Compatibilidade com VLC pré-0.4"
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-"O protocolo para a transmissão de streams de audio A/52 mudou entre o VLC "
-"0.3.x e o 0.4. Por padrão o VLC assume que você possui a versão mais recente "
-"do VLS. Caso esteja usando  uma versão antiga, selecione esta opção."
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr "Buggy PSI"
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-"Se você precisa fazer um stream onde os pacotes PSI não possuem contadores "
-"de continuidade de acréssimo, selecione esta opção."
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr "Saída MRL"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr "Denuxer Stream de transporte MPEG ISO 13818-1 "
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr "Denuxer Stream de transporte MPEG ISO 13818-1 (libdvbpsi)"
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr "demuxer raw DTS"
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr "valor de cache em ms"
-
-#: modules/demux/dvdnav.c:44
-#, fuzzy
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-"Permite que você modifique os valores padrão de cache para streams CDDA. "
-"Este valor deverá ser ajustado em unidades de milisegundos"
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr "Entrada DVDnav"
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr "entrada DVDnav (demux)"
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr "demuxer AAC"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 #, fuzzy
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
@@ -6094,39 +6616,55 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams mms. Este "
 "valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr "demuxer live.com (RTSP/RTP/SDP)"
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
-msgstr "descrever RTSP/RTP"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
+msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr "metademux da lista de reproduçaõ"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+#, fuzzy
+msgid "Frames per Second"
+msgstr "Quadros por segundo"
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "Demuxer de vídeo MPEG-4"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr "Matroska stream demuxer"
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr "Procura baseada em porcentagem e não tempo"
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr "Nome de arquivo do segmento"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr "Aplicação muxing"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr "Escrevendo Aplicação"
 
@@ -6208,7 +6746,7 @@ msgstr "Demuxer de v
 msgid "MPEG-4 video demuxer"
 msgstr "Demuxer de vídeo MPEG-4"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr "Demuxer de audio MPEG-I/II"
 
@@ -6216,32 +6754,6 @@ msgstr "Demuxer de audio MPEG-I/II"
 msgid "MPEG-I/II video demuxer"
 msgstr "Demuxer de vídeo MPEG-I/II"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr "Steam de entrada de programa MPEG ISO 13818-1"
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr "Demultiplexing MPEG ISO 13818-1 genérico"
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Legenda"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "Legenda"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr "Steam de entrada de programa MPEG ISO 13818-1"
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr "Steam de entrada de programa MPEG ISO 13818-1 (libdvbpsi)"
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr "demuxer NullSoft"
@@ -6258,7 +6770,7 @@ msgstr "Abrir lista de reprodu
 msgid "M3U playlist import"
 msgstr "Importação de lista de reprodução M3U"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr "Importação de lista de reprodução PLS"
 
@@ -6272,22 +6784,73 @@ msgstr "demuxer PVA"
 
 #: modules/demux/rawdv.c:39
 #, fuzzy
-msgid "raw DV demuxer"
-msgstr "demuxer raw dv"
+msgid "raw DV demuxer"
+msgstr "demuxer raw dv"
+
+#: modules/demux/real.c:39
+msgid "Real demuxer"
+msgstr "demuxer REAL"
+
+#: modules/demux/sgimb.c:70
+msgid "Kasenna MediaBase metademux"
+msgstr ""
+
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr "Demux de legendas de texto"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr "Quadros por segundo"
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Parar Stream"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+#, fuzzy
+msgid "CSA ck"
+msgstr "tecla"
 
-#: modules/demux/real.c:39
-msgid "Real demuxer"
-msgstr "demuxer REAL"
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Selecionar Nenhum"
 
-#: modules/demux/sgimb.c:70
-msgid "Kasenna MediaBase metademux"
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr "Transporte de steam de entrada MPEG ISO 13818-1 - novp"
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr "id3 tag skipper simples"
 
@@ -6303,10 +6866,6 @@ msgstr "Rock Cl
 msgid "Country"
 msgstr "Country"
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr "Dance"
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr "Disco"
@@ -6343,10 +6902,6 @@ msgstr "Oldies"
 msgid "Other"
 msgstr "Outras"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr "Pop"
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr "R&B"
@@ -6355,18 +6910,6 @@ msgstr "R&B"
 msgid "Rap"
 msgstr "Rap"
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr "Reggae"
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr "Rock"
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr "Techno"
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr "Industrial"
@@ -6375,10 +6918,6 @@ msgstr "Industrial"
 msgid "Alternative"
 msgstr "Alternativo"
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr "Ska"
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr "Death metal"
@@ -6419,10 +6958,6 @@ msgstr "Fusion"
 msgid "Trance"
 msgstr "Trance"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr "Clássica"
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr "Instrumental"
@@ -6616,18 +7151,6 @@ msgstr "Hard rock"
 msgid "ID3 tag parser using libid3tag"
 msgstr "analizador de tag id3 usando libid3tag"
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr "Demux de legendas de texto"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr "Quadros por segundo"
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Atraso das legendas (em 1/10s)"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr "demuxer WAV"
@@ -6655,114 +7178,132 @@ msgstr "Abrir arquivos de todas as sub-pastas tamb
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr "Abrir"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr "Preferências"
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr "Mensagens"
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Arquivo"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Abrir Arquivo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr "Abrir Disco"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr "Abrir Legendas"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Sobre"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Legendas"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr "Título Ant."
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr "Título Post."
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr "Vá ao Menu"
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr "Vá ao Título"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr "Vá ao Capítulo"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr "Velocidade"
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "janela"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr "OK"
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "VLC Media Player: Abrir Arquivos de Mídia"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "VLC Media Player: Abrir Arquivo de Legenda"
@@ -6771,73 +7312,75 @@ msgstr "VLC Media Player: Abrir Arquivo de Legenda"
 msgid "Drop files to play"
 msgstr "Descartar arquivos a serem tocados"
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr "lista de reprodução"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr "Fechar"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Editar"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Selecionar Tudo"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr "Selecionar Nenhum"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr "Org, Invertido"
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr "Org. por Nome"
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr "Org. por Caminho"
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr "Aleatórizar"
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr "Remover"
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr "Remover Tudo"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr "Exibir"
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr "Caminho"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr "Nome"
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "Módulos"
@@ -6849,7 +7392,7 @@ msgstr "Aplicar"
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr "Salvar"
@@ -6890,10 +7433,6 @@ msgstr "Ficar No Topo"
 msgid "Take Screen Shot"
 msgstr "Fazer Screenshot"
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr "<desconhecido>"
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr "Mostrar dicas"
@@ -6922,7 +7461,19 @@ msgstr ""
 "Você pode ajustar a altura máxima que as janelas de configuração no menu de "
 "preferências irão ocupar."
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr "Pasta padrão de procura da interface"
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+"Esta opção permite que você ajuste a pasta padrão que a interface irá abrir "
+"ao procurar por um arquivo."
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr "Interface GNOME"
 
@@ -7030,20 +7581,15 @@ msgid "Select audio channel"
 msgstr "Selecione o canal de audio"
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr "Aumentar Volume"
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr "Abaixar volume"
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr "Dispositivo"
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -7061,7 +7607,7 @@ msgstr "_Tela cheia"
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Tela"
 
@@ -7074,8 +7620,9 @@ msgid "_Video"
 msgstr "_Vídeo"
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr "VLC media player"
 
@@ -7128,7 +7675,7 @@ msgid "Slow"
 msgstr "Devagar"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr "Tocar mais devagar"
 
@@ -7139,12 +7686,13 @@ msgid "Fast"
 msgstr "Rápido"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr "Tocar mais rápido"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr "Abrir lista de reprodução"
 
@@ -7248,7 +7796,7 @@ msgid "Open Target:"
 msgstr "Abrir Alvo:"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -7258,52 +7806,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr "Navegar..."
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Tipo de disco"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr "DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr "VCD"
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr "CD de Audio"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr "Nome do dispositivo"
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr "Usar menus DVD"
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr "Multicast UDP/RTP"
 
@@ -7311,24 +7859,24 @@ msgstr "Multicast UDP/RTP"
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr "Porta"
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Endereço"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Rede"
 
@@ -7336,10 +7884,6 @@ msgstr "Rede"
 msgid "Symbol Rate"
 msgstr "Symbol Rate"
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr "Freqüência"
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr "Polarização"
@@ -7361,12 +7905,12 @@ msgid "Satellite"
 msgstr "Satélite"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr "atraso"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr "fps"
 
@@ -7375,8 +7919,8 @@ msgid "stream output"
 msgstr "stream de saída"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr "Configurações..."
 
@@ -7405,19 +7949,19 @@ msgid "Invert"
 msgstr "Inverter"
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr "Selecione"
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr "Adicionar"
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr "Apagar"
 
@@ -7438,12 +7982,12 @@ msgid "Destination Target: "
 msgstr "Alvo de Destino: "
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr "UDP"
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr "RTP"
 
@@ -7483,7 +8027,7 @@ msgstr "N
 msgid "Couldn't create pixmap from file: %s"
 msgstr "Não pude criar pixmap a partir do arquivo %s"
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr "Interface Gtk+"
 
@@ -7599,15 +8143,15 @@ msgstr "o time VideoLAN <videolan@videolan.org>"
 msgid "Open Target"
 msgstr "Abrir Alvo"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr "UDP/RTP"
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr "HTTP/FTP/MMS"
 
@@ -7684,12 +8228,12 @@ msgstr "Sa
 msgid "Error loading pixmap file: %s"
 msgstr "Erro ao carregar arquivo pixmap: %s"
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Título %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Capítulo %d"
@@ -7821,7 +8365,7 @@ msgstr "Pronto."
 msgid "Opening file..."
 msgstr "Abrindo arquivo..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr "Abrir Arquivo..."
 
@@ -7838,7 +8382,7 @@ msgstr "Alterna barra de ferramentas..."
 msgid "Toggle the status bar..."
 msgstr "Alterna barra de status..."
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr "Desligar"
 
@@ -7878,245 +8422,264 @@ msgstr "&Salvar"
 msgid "Plugins"
 msgstr "Plugins"
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr "Sobre o VLC media player"
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr "Aleatório Ligado"
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr "Aleatório Desligado"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr "Repetir Tudo"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr "Repertir Desligado"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr "Repertir Um"
 
-#: modules/gui/macosx/controls.m:259
-#, fuzzy
-msgid "Jump +10 Seconds"
-msgstr "Avançar 10 segundos"
-
-#: modules/gui/macosx/controls.m:274
-#, fuzzy
-msgid "Jump -10 Seconds"
-msgstr "Voltar 10 segundos"
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr "Metade do Tamanho"
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr "Tamanho normal"
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr "Tamanho dobrado"
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr "Flutuar por cima"
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr "Ajustar para a tela"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr "Passo Adiante"
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr "Passo para Trás"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
-msgstr "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+#, fuzzy
+msgid "2 Pass"
+msgstr "Bass"
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr "Habilitar"
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Dream"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr "VLC - Controlador"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr "Rebobinar"
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr "Avançar Rápido"
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr "Abrir Crashlog"
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr "Preferências..."
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr "Seriços"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "Esconder o VLC"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Esconder Outros"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Mostrar Tudo"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr "Sair do VLC"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr "1:Arquivo"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr "Abrir Arquivo Rapidamente..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr "Abrir Disco..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr "Abrir Rede..."
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr "Abrir Recente"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr "Limpar o Menu"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Recortar"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Copiar"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Colar"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Limpar"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Controles"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr "Dispositivo de Vídeo"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr "Minimizar janela"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr "Fechar janela"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr "Controlador"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr "Info"
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Trazer tudo para a frente"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr "Ajuda"
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr "LeiaMe..."
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr "Documentação Online"
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr "Reportar um bug"
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr "website do Videolan"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr "Licença"
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr "Erro"
 
-#: modules/gui/macosx/intf.m:625
-msgid "An error has occurred which probably prevented the execution of your request:"
-msgstr "Um erro ocorreu que provavelmente impediu a execução de seu requerimento:"
+#: modules/gui/macosx/intf.m:497
+msgid ""
+"An error has occurred which probably prevented the execution of your request:"
+msgstr ""
+"Um erro ocorreu que provavelmente impediu a execução de seu requerimento:"
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr "Se você acredita que seja um bug, por favor siga as instruções em:"
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr "Abrir janela de mensagem"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr "Liberar"
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 #, fuzzy
 msgid "Suppress further errors"
 msgstr "Suprimir erros futuros"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr "Não foi encontrado um Crashlog"
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
@@ -8124,11 +8687,12 @@ msgstr ""
 "Ou você está usando um Mac OS X pré 10.2 ou você ainda não experimentou "
 "nenhum travamento pesado."
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr "Dispositivo de Vídeo"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
@@ -8136,11 +8700,11 @@ msgstr ""
 "Escolha um número correspondente a tela em seu menu de seleção de "
 "dispositivo de vídeo e esta tela será a padrão para a 'tela cheia'."
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr "Opacidade"
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
@@ -8148,11 +8712,11 @@ msgstr ""
 "Ajusta a transparência da saída de vídeo. 1 é não-transparente (padrão) 0 é "
 "completamente transparente."
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr "Esticar Proporção de Aspecto"
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
@@ -8160,137 +8724,134 @@ msgstr ""
 "Ao invés de manter a proporção de aspecto do filme ao redimencionar o vídeo, "
 "estica o vídeo para preencher completamente a janela."
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "Decofificador de vídeo Theora"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr "efeito OpenGL"
-
-#: modules/gui/macosx/macosx.m:67
-#, fuzzy
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-"Use 'Nenhum' para mostrar o vídeo sem nenhuma fantasia, 'Cubo' para deixar o "
-"vídeo tocar nas faces de um cubo girando, \"Cubo transparente' para tornar "
-"este cubo transparente."
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
 msgid "Fill fullscreen"
 msgstr "Tela cheia"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr "Cubo"
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr "Cubo transparente"
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 #, fuzzy
 msgid "Mac OS X interface, sound and video"
 msgstr "Interface MacOS X, som e vídeo"
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr "Abrir Fonte"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr "Localizador de Recursos de Mídia (MRL)"
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr "Tatar como pipe ao invés de como um arquivo"
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr "Pasta VIDEO_TS"
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr "Carregar arquivo de legendas"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr "Sobrepujar"
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr "Codificação das legendas"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr "Tamanho da fonte"
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr "Não encontrado %@s"
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr "Abrir o diretório VIDEO_TS"
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr "Saída avançada:"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr "Opções de saída"
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr "Tocar localmente"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr "Entrada de Dump raw"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr "Método de encapsulação"
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr "Opções Transcode"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr "Taxa de Bits (kb/s)"
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr "Redimensionar"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr "Anúncio de Stream"
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr "Anúncio SAP"
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr "Anúncio SLP"
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+#, fuzzy
+msgid "RTSP announce"
+msgstr "Anúncio SAP"
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+#, fuzzy
+msgid "HTTP announce"
+msgstr "Anúncio SAP"
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr "Nome do Canal"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+#, fuzzy
+msgid "SDP URL"
+msgstr "UDP"
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr "Salvar Arquivo"
 
@@ -8317,7 +8878,7 @@ msgstr "&Desalilitar todos os 
 msgid "Properties"
 msgstr "Propriedades do dispositivo"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr "Procurar"
 
@@ -8354,7 +8915,6 @@ msgstr "Grupo"
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr "Grupo"
 
@@ -8366,40 +8926,40 @@ msgstr "Zerar Tudo"
 msgid "Advanced"
 msgstr "Avançado"
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr "Comando"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr "Controle"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr "Opção/Alt"
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr "Shift"
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr "Zerar Preferências"
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr "Continuar"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
@@ -8407,7 +8967,7 @@ msgstr ""
 "Cuidado isto ira zerar seu arquivo de configuração do VLC.\n"
 "Você tem certeza de quer continuar?"
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr "Selecione arquivo ou diretório"
 
@@ -8415,7 +8975,20 @@ msgstr "Selecione arquivo ou diret
 msgid "Select a file or directory"
 msgstr "Selecione um arquivo ou diretório"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+#, fuzzy
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+"Esta opção permite que se especifique um caminho adicional para que o VLC "
+"procure por seus módulos."
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr "Interface ncurses"
 
@@ -8434,7 +9007,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Interface PDA Linux Gtk2+"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr "Nome do arq."
 
@@ -8450,7 +9023,7 @@ msgstr "Tamanho"
 msgid "Owner"
 msgstr "Dono"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr "Tempo"
 
@@ -8857,231 +9430,348 @@ msgstr "Sa
 msgid "Qt interface"
 msgstr "Interface Qt"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
-msgid "Open a skin file"
-msgstr "Abrir arquivo skin"
+#: modules/gui/skins2/src/dialogs.cpp:225
+msgid "Open a skin file"
+msgstr "Abrir arquivo skin"
+
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+msgstr "Arquivos Skin (*.vlt)|*.vlt|Arquivos Skin (*.xml)|*.xml|"
+
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
+msgstr ""
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
+msgstr "Salvar lista"
+
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "arquivo M3U"
+
+#: modules/gui/skins2/src/skin_main.cpp:332
+msgid "Last skin used"
+msgstr "Última skin usada"
+
+#: modules/gui/skins2/src/skin_main.cpp:333
+msgid "Select the path to the last skin used."
+msgstr "Selecione o caminho para a última skin usada."
+
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr "Configuração da última skin usada"
+
+#: modules/gui/skins2/src/skin_main.cpp:335
+msgid "Config of last used skin."
+msgstr "Configuração da última skin usada"
+
+#: modules/gui/skins2/src/skin_main.cpp:336
+msgid "Enable transparency effects"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:337
+msgid ""
+"You can disable all transparency effects if you want. This is mainly useful "
+"when moving windows does not behave correctly."
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:351
+msgid "Skinnable Interface"
+msgstr "Interface Skinnable"
+
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Seleção"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Abrir Arquivo..."
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Marcador 1 da lista de reprodução"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+#, fuzzy
+msgid "Bytes"
+msgstr "Blues"
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
+msgid "Bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
+#, fuzzy
+msgid "Size offset"
+msgstr "Compensação de sombra"
+
+#: modules/gui/wxwindows/bookmarks.cpp:258
+#, fuzzy
+msgid "Time offset"
+msgstr "Compensação vertical"
+
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+#, fuzzy
+msgid "Invalid selection"
+msgstr "Seleção"
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "Não encontrado %@s"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "Entrada FTP"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr "Ajustar Imagem"
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+#, fuzzy
+msgid "Restore Defaults"
+msgstr "Padrões"
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
+msgstr "Tonalidade"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr "Última skin usada"
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr "Contraste"
 
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr "Configuração da última skin usada"
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr "Brilho"
 
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr "Mostrar aplicação na bandeja do sistema"
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr "Saturação"
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
-msgstr "Mostrar aplicação na barra de tarefas"
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr "Gamma"
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
-msgstr "Interface Skinnable"
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
+msgstr "Opções de Vídeo"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr "Arquivos Skin (*.vlt)|*.vlt|Arquivos Skin (*.xml)|*.xml|"
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr "Proporção de Aspecto"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
-msgid "Last skin used"
-msgstr "Última skin usada"
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Tamanho do vídeo"
 
-#: modules/gui/skins2/src/skin_main.cpp:243
-msgid "Select the path to the last skin used."
-msgstr "Selecione o caminho para a última skin usada."
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Info do ítem"
 
-#: modules/gui/skins2/src/skin_main.cpp:245
-msgid "Config of last used skin."
-msgstr "Configuração da última skin usada"
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
+msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
-msgid "Enable transparency effects"
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/wxwindows/extrapanel.cpp:395
+#, fuzzy
+msgid "Volume normalization"
+msgstr "Visualizações"
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
 msgid ""
-"You can disable all transparency effects if you want. This is mainly useful "
-"when moving windows does not behave correctly."
+"This filter prevents the audio output power from going over a defined value"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
-msgid "Skinnable Interface"
-msgstr "Interface Skinnable"
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Qualidade:"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
-msgid "Bookmarks"
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/extrapanel.cpp:919
 #, fuzzy
-msgid "Size offset"
-msgstr "Compensação de sombra"
+msgid "More information"
+msgstr "imprimir informações de versão"
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/extrapanel.cpp:1111
 #, fuzzy
-msgid "Time offset"
-msgstr "Compensação vertical"
+msgid "Extended controls"
+msgstr "Interface &Extendida"
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr "Informações do stream e mídia"
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "Abertura Rápida de Arquiv&o"
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "A&brir Arquivo..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "Abrir &Disco"
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "Abrir Stream de &Rede"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-#, fuzzy
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr "Assistente de Streaming..."
-
-#: modules/gui/wxwindows/interface.cpp:347
+#: modules/gui/wxwindows/interface.cpp:325
 #, fuzzy
-msgid "New Wizard..."
+msgid "&Wizard...\tCtrl-W"
 msgstr "Assistente de Streaming..."
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "Lista de Re&produção"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "&Mensagens..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 #, fuzzy
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr "Informação do &stream e mídia..."
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 msgid "&File"
 msgstr "&Arquivo"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr "&Visão"
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 msgid "&Settings"
 msgstr "&Configurações"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr "A&udio"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr "&Vídeo"
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr "&Navegação"
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr "A&juda"
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 msgid "Previous playlist item"
 msgstr "Ítem anterior da lista de reprodução"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr "Próximo ítem da lista de reprodução"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr "Ajustar Imagem"
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr "Habilitar"
-
-#: modules/gui/wxwindows/interface.cpp:552
-#, fuzzy
-msgid "Restore Defaults"
-msgstr "Padrões"
-
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
-msgstr "Tonalidade"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr "Contraste"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr "Brilho"
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr "Saturação"
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr "Gamma"
-
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
-msgstr "Opções de Vídeo"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
-msgstr "Proporção de Aspecto"
-
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
-msgstr "Opções de Audio"
-
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr "Interface &Extendida"
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr "&Preferências"
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
@@ -9089,7 +9779,7 @@ msgstr ""
 " (Interface wxWindows)\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
@@ -9097,7 +9787,7 @@ msgstr ""
 "(C) 1996-2004 - o Time VideoLAN\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
@@ -9107,7 +9797,7 @@ msgstr ""
 "http://www.videolan.org/\n"
 "\n"
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr "Sobre %s"
@@ -9125,7 +9815,7 @@ msgid "Group Info"
 msgstr "Info do Grupo"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr "Novo Grupo"
 
@@ -9133,44 +9823,54 @@ msgstr "Novo Grupo"
 msgid "Options"
 msgstr "Opções"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr "Abertura Rápida de Arquiv&o"
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr "A&brir Arquivo..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr "Abrir &Disco"
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr "Abrir Stream de &Rede"
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "Abrir &Disco"
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Informação do stream..."
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "Mensagens..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr "Menu de audio"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr "Menu de vídeo"
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr "Menu de entrada"
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr "Menu de interface"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr "Vazio"
 
@@ -9182,32 +9882,31 @@ msgstr "Salvar como..."
 msgid "Save Messages As..."
 msgstr "Salvar mensagens como..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "Opções Avançadas"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr "Opções Avançadas"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "Opções"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr "Abrir..."
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "Abrir:"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9218,163 +9917,168 @@ msgstr ""
 "Alternativamente, o campo será preenchido automaticamente quando você usa os "
 "controles abaixo."
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr "Usar o VLC como um servidor de stream"
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr "Opções das legendas"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "Usar menus DVD"
 
-#: modules/gui/wxwindows/open.cpp:615
+#: modules/gui/wxwindows/open.cpp:646
 #, fuzzy
-msgid "DVD (test)"
-msgstr "Usar menus DVD"
+msgid "Subtitles track"
+msgstr "Faixa de Legendas"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr "RTsP"
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Repetir Tudo"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr "Adicionar Bá&sico..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr "&Adicionar MRL..."
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr "Abrir Lista de Repr&odução"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr "&Salvar Lista de Reprodução"
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr "Fe&char"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr "&Org. por título"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr "Ordenar &Reverso por título"
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr "Org. por &Autor"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr "Ordenar Reverso por autor"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr "&Org. por Grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr "Ordenar Reverso por grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr "&Embaralhar a Lista de Reprodução"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr "&Habilitar"
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr "&Desabilitar"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr "&Inverter"
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr "&Apagar"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr "&Selecionar Tudo"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr "&Habilitar todos os ítens do grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr "&Desalilitar todos os ítens do grupo"
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr "Gere&nciar"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr "&Ordenar"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr "&Seleção"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr "&Grupos"
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "Desabilitar"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr "Subir"
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr "Descer"
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr "Info do codec"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr "arquivo M3U"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr "Arquivo PLS"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "Ítem da lista de reprodução"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr "Salvar lista"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr "Entre um nome para o novo grupo:"
 
@@ -9398,15 +10102,15 @@ msgstr "Escolha o Diret
 msgid "Choose file"
 msgstr "Escolha o Arquivo"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr "MRL do stream de saída"
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr "Alvo de destino"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
@@ -9417,85 +10121,58 @@ msgstr ""
 "Alternativamente, o campo será preenchido automaticamente quando você usa os "
 "controles abaixo."
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr "Métodos de saída"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr "HTTP"
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr "MMSH"
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr "Opções Variadas"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr "Nome do Canal"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr "Opções de transcodificação"
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr "Codec de vídeo"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr "Redimensionar"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr "Codec de audio"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr "Salvar arquivo"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr "Stream com o VLC em três passos."
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr "Passo 1:Selecione do que fazer o stream."
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr "Passo 2: Definir o método de streming."
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr "Passo 3: Iniciar o stream."
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr "Escolher..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr "Iniciar!"
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr "Arquivo de legendas"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr "Codificação das legendas"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr "Opções das legendas"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Atraso das legendas (em 1/10s)"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
-msgstr "Sobrepujar quadros por segundo. Só irá funcionar com legendas MicroDVD."
+msgstr ""
+"Sobrepujar quadros por segundo. Só irá funcionar com legendas MicroDVD."
 
 #: modules/gui/wxwindows/subtitles.cpp:218
 msgid "Open file"
@@ -9600,19 +10277,19 @@ msgstr "fun
 msgid "Dummy font renderer function"
 msgstr "função de renderizador de fonte simulado"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr "Fonte"
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr "Nome da fonte"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr "Tamanho da fonte em pontos"
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
@@ -9620,31 +10297,27 @@ msgstr ""
 "O tamanho das fontes usadas pelo módulo osd. Se ajustada para algo diferente "
 "de 0 esta opção irá sobrepujar o tamanho relativo da fonte "
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr "Tamanho da fonte"
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr "O tamanho das fontes usada pelo módulo osd"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr "Menor"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr "Pequeno"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr "Grande"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr "Maior"
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr "Renderizador de fonte freetype2"
 
@@ -9700,11 +10373,11 @@ msgstr "memcpy MMX EXT"
 msgid "AltiVec memcpy"
 msgstr "memcpy AltiVec"
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 #, fuzzy
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
@@ -9713,7 +10386,7 @@ msgstr ""
 "Permite que você modifique o valor padrão de cache para streams udp. Este "
 "valor deverá ser ajustado em unidades de milisegundos."
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr "camada de abstração de rede IPv4"
 
@@ -9783,7 +10456,8 @@ msgid "SAP timeout (seconds)"
 msgstr ""
 
 #: modules/misc/sap.c:100
-msgid "Sets the time before SAP items get deleted if no new announce is received."
+msgid ""
+"Sets the time before SAP items get deleted if no new announce is received."
 msgstr ""
 
 #: modules/misc/sap.c:102
@@ -9805,6 +10479,16 @@ msgstr "Interface SAP"
 msgid "X Screensaver disabler"
 msgstr "Ajudante de desabilitação de screensaver"
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Salvar arquivo"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr "Módulo C que não faz nada"
@@ -9813,41 +10497,42 @@ msgstr "M
 msgid "Miscellaneous stress tests"
 msgstr "Testes de stress variados"
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 #, fuzzy
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 #, fuzzy
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 #, fuzzy
-msgid "Allows you to define the copyright string that will be put in ASF comments."
+msgid ""
+"Allows you to define the copyright string that will be put in ASF comments."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Comando"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 #, fuzzy
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 #, fuzzy
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr "muxer ASF"
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr "Vídeo Desconhecido"
 
@@ -9878,43 +10563,43 @@ msgstr "muxer MP4/MOV"
 msgid "PS muxer"
 msgstr "muxer PS"
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "Vídeo"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "CD de Audio"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 #, fuzzy
 msgid "Shaping delay (ms)"
 msgstr "Atraso do Surround (ms)"
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9923,61 +10608,67 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 #, fuzzy
 msgid "PCR delay (ms)"
 msgstr "Atraso da reverberação (ms)"
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 #, fuzzy
 msgid "DTS delay (ms)"
 msgstr "Atraso do Surround (ms)"
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "Escolha o audio"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 #, fuzzy
 msgid "CSA Key"
 msgstr "tecla"
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr "muxer TS"
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr "muxer TS (libdvbpsi)"
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Arquivo de saída"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr "muxer Ogg/ogm"
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "demuxer WAV"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr "Copiar packetizer"
@@ -10032,7 +10723,8 @@ msgstr "M
 
 #: modules/stream_out/es.c:39 modules/stream_out/standard.c:42
 #, fuzzy
-msgid "Allows you to specify the output access method used for the streaming output."
+msgid ""
+"Allows you to specify the output access method used for the streaming output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
 #: modules/stream_out/es.c:41
@@ -10064,7 +10756,7 @@ msgstr "Permite que voc
 msgid "Output muxer"
 msgstr "Arquivo de saída"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 #, fuzzy
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
@@ -10079,7 +10771,8 @@ msgstr "M
 #: modules/stream_out/es.c:55
 #, fuzzy
 msgid "Allows you to specify the muxer used for the audio streaming output."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
 #: modules/stream_out/es.c:56
 #, fuzzy
@@ -10098,7 +10791,7 @@ msgstr ""
 msgid "Output URL"
 msgstr "Saída MRL"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 #, fuzzy
 msgid "Allows you to specify the output URL used for the streaming output."
@@ -10111,7 +10804,8 @@ msgstr "Sa
 
 #: modules/stream_out/es.c:65
 #, fuzzy
-msgid "Allows you to specify the output URL used for the audio streaming output."
+msgid ""
+"Allows you to specify the output URL used for the audio streaming output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
 #: modules/stream_out/es.c:67
@@ -10121,7 +10815,8 @@ msgstr "M
 
 #: modules/stream_out/es.c:69
 #, fuzzy
-msgid "Allows you to specify the output URL used for the video streaming output."
+msgid ""
+"Allows you to specify the output URL used for the video streaming output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
 #: modules/stream_out/es.c:78
@@ -10132,56 +10827,114 @@ msgstr "Stream de sa
 msgid "Gathering stream output"
 msgstr ""
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "Alvo de destino:"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-#, fuzzy
-msgid "Session name"
-msgstr "Nome do dispositivo"
-
 #: modules/stream_out/rtp.c:44
 #, fuzzy
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
-
-#: modules/stream_out/rtp.c:45
-#, fuzzy
 msgid "SDP"
 msgstr "UDP"
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 #, fuzzy
 msgid "Muxer"
 msgstr "Muxer:"
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+#, fuzzy
+msgid "Session name"
+msgstr "Nome do dispositivo"
+
 #: modules/stream_out/rtp.c:56
 #, fuzzy
-msgid "Allows you to specify the base port used for the RTP streaming"
-msgstr "Permite que você modifique a senha que será usada na a conexão."
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Descrição do Codec"
 
 #: modules/stream_out/rtp.c:59
 #, fuzzy
+msgid "Allows you to give a broader description of the stream."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
+
+#: modules/stream_out/rtp.c:60
+#, fuzzy
+msgid "Session URL"
+msgstr "Nome do dispositivo"
+
+#: modules/stream_out/rtp.c:62
+#, fuzzy
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/rtp.c:63
+#, fuzzy
+msgid "Session email"
+msgstr "Nome do dispositivo"
+
+#: modules/stream_out/rtp.c:65
+#, fuzzy
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/rtp.c:69
+#, fuzzy
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Opções de Audio"
+
+#: modules/stream_out/rtp.c:72
+#, fuzzy
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "Taxa de bits do Vídeo:"
+
+#: modules/stream_out/rtp.c:75
+#, fuzzy
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr "Permite que você modifique a senha que será usada na a conexão."
+
+#: modules/stream_out/rtp.c:79
+#, fuzzy
 msgid "Allows you to specify the time to live for the output stream."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr "Saída de Stream RTP"
 
 #: modules/stream_out/standard.c:46
 #, fuzzy
-msgid "Allows you to specify the output muxer method used for the streaming output."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to specify the output muxer method used for the streaming output."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
 #: modules/stream_out/standard.c:54
 msgid "Name of the session that will be announced with SAP or SLP"
@@ -10218,173 +10971,227 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Saída de stream padrão"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "Codec de vídeo"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 #, fuzzy
-msgid "Allows you to specify the video encoder to use and its associated options."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to specify the video encoder to use and its associated options."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "Alvo de Destino: "
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 #, fuzzy
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr "Permite que você modifique a senha que será usada na a conexão."
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "Taxa de bits do Vídeo:"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 #, fuzzy
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "Alinhamento do vídeo"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 #, fuzzy
 msgid "Allows you to scale the video before encoding."
 msgstr "Permite remapear as ações."
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "Taxa de bits do Vídeo:"
+
+#: modules/stream_out/transcode.c:59
+#, fuzzy
+msgid "Allows you to specify an output frame rate for the video."
+msgstr "Permite que você modifique a conta que será usada para a conexão."
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "Modo desentrelaçado"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 #, fuzzy
 msgid "Allows you to deinterlace the video before encoding."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 #, fuzzy
 msgid "Allows you to specify the output video width."
 msgstr "Permite remapear as ações."
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 #, fuzzy
 msgid "Allows you to specify the output video height."
 msgstr "Permite remapear as ações."
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "Opções de Vídeo"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 #, fuzzy
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr "Permite que você modifique a senha que será usada na a conexão."
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "Codec de vídeo"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 #, fuzzy
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "Opções de Vídeo"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 #, fuzzy
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "Altura do vídeo"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 #, fuzzy
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr "Permite o agente de usuário que será usado na conexão."
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "Codec de audio"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 #, fuzzy
-msgid "Allows you to specify the audio encoder to use and its associated options."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to specify the audio encoder to use and its associated options."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "Alvo de destino:"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 #, fuzzy
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "Taxa de bits do Audio:"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 #, fuzzy
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr "Permite que você modifique a conta que será usada para a conexão."
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "Taxa de Amostra:"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 #, fuzzy
-msgid "Allows you to specify the audio sample rate used for the streaming output."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgid ""
+"Allows you to specify the audio sample rate used for the streaming output."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "Canais de Audio"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 #, fuzzy
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "Codificação das legendas"
+
+#: modules/stream_out/transcode.c:106
+#, fuzzy
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Alvo de Destino: "
 
 #: modules/stream_out/transcode.c:110
 #, fuzzy
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr "Permite que você modifique a conta que será usada para a conexão."
+
+#: modules/stream_out/transcode.c:113
+#, fuzzy
 msgid "Number of threads"
 msgstr "Número de streams"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 #, fuzzy
 msgid "Allows you to specify the number of threads used for the transcoding."
-msgstr "Permite que você modifique o nome de usuário que será usado para a conexão."
+msgstr ""
+"Permite que você modifique o nome de usuário que será usado para a conexão."
+
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr "Saída de stream transcode"
 
@@ -10466,12 +11273,18 @@ msgstr "Gamma da imagem, entre 0.01 e 10. Padr
 msgid "Image properties filter"
 msgstr "Filtro de propriedades de imagem"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Configurações de filtros de vídeo"
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr "Número de clones"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+#, fuzzy
+msgid "Select the number of video windows in which to clone the video."
 msgstr "Selecione o número de janelas de vídeo em que serão clonadas o vídeo"
 
 #: modules/video_filter/clone.c:59
@@ -10481,7 +11294,7 @@ msgstr "Listar m
 
 #: modules/video_filter/clone.c:60
 #, fuzzy
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr "Seleciona os módulos vout específicos que você quer ativar"
 
 #: modules/video_filter/clone.c:63
@@ -10554,7 +11367,8 @@ msgid "Logo filename"
 msgstr "Nome do arq. Logo"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+#, fuzzy
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr "Precisa ser no formato PNG em RGBA 8bits (por enquanto)"
 
 #: modules/video_filter/logo.c:60
@@ -10562,7 +11376,8 @@ msgid "X coordinate of the logo"
 msgstr "coordenada x do logo"
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+#, fuzzy
+msgid "You can move the logo by left-clicking on it."
 msgstr "Você pode mover o logo ao clicar com o botão esquerdo nele"
 
 #: modules/video_filter/logo.c:62
@@ -10574,7 +11389,8 @@ msgid "Transparency of the logo (255-0)"
 msgstr "transparência do logo (255-0)"
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+#, fuzzy
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 "Você pode mudá-la ao clicar com o botão do meio e movendo o mouse da "
 "esquerda para a direita"
@@ -10588,7 +11404,8 @@ msgid "Blur factor (1-127)"
 msgstr "Fator de borrão (1-127)"
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+#, fuzzy
+msgid "The degree of blurring from 1 to 127."
 msgstr "O grau de emborrão de 1 a 127"
 
 #: modules/video_filter/motionblur.c:58
@@ -10633,8 +11450,10 @@ msgstr "N
 
 #: modules/video_filter/wall.c:54
 #, fuzzy
-msgid "Select the number of horizontal video windows in which to split the video"
-msgstr "Selecione o número de janelas horizontais de vídeo em que dividir o vídeo"
+msgid ""
+"Select the number of horizontal video windows in which to split the video."
+msgstr ""
+"Selecione o número de janelas horizontais de vídeo em que dividir o vídeo"
 
 #: modules/video_filter/wall.c:57
 msgid "Number of rows"
@@ -10642,7 +11461,8 @@ msgstr "N
 
 #: modules/video_filter/wall.c:58
 #, fuzzy
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr "Selecione o número janelas vertical de vídeos em que dividir o vídeo"
 
 #: modules/video_filter/wall.c:61
@@ -10666,11 +11486,11 @@ msgstr "Sa
 msgid "color ASCII art video output"
 msgstr "Saída de vídeo ASCII art colorido"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr "Usar conversão YUV->RGB por harware"
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
@@ -10678,11 +11498,11 @@ msgstr ""
 "Tenta usar a aceleração por hardware para conversões YUV->RGB. Esta opção "
 "não tem nenhum efeito quando usando overlays."
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr "Usar buffers de vídeo na memória do sistema"
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10694,11 +11514,11 @@ msgstr ""
 "maior por hardware (como redimensionando ou fazendo conversões YUV->RGB). "
 "Esta opção não tem nenhum efeito quando usando overlays."
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr "Usar buffering triplo para overlays"
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 #, fuzzy
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
@@ -10707,21 +11527,41 @@ msgstr ""
 "Tenta usar o buffering triplo ao usar YUV overlay. Isto resulta em uma "
 "qualidade de vídeo muito maior. "
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr "Nome do dispotifivo de display desejado"
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr "Saída de vídeo DirectX"
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Menor"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr "Dispositivo framebuffer"
@@ -10736,8 +11576,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr "Saída de vídeo framebuffer do console GNU/Linux"
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr "Nome do display X11"
 
@@ -10753,10 +11593,30 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr "Saída de vídeo 3dfx Glide"
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Saída de audio EsounD"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr "Saída de Vídeo Matrox Graphic Array"
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Selecionado"
+
+#: modules/video_output/opengl.c:99
+#, fuzzy
+msgid "Allows you to select different visual effects."
+msgstr "Permite remapear as ações."
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Saída de vídeo 'Overlay'"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr "Nome do display Qt Embedded"
@@ -10777,6 +11637,45 @@ msgstr "Sa
 msgid "Simple DirectMedia Layer video output"
 msgstr "Saída de vídeo Simple DirectMedia Layer (SDL)"
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+#, fuzzy
+msgid "Set the width of the snapshot image"
+msgstr "Selecione o caminho para a última skin usada."
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+#, fuzzy
+msgid "Set the cache size (number of images to keep)"
+msgstr "Ajuste o número de quadros por segundo"
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Módulo de acesso"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr "Saída de vídeo SVGAlib"
@@ -10785,11 +11684,25 @@ msgstr "Sa
 msgid "Windows GDI video output"
 msgstr "saída de vídeo Windows GDI"
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr "Número do adaptador XVideo"
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+"Se a sua placa de vídeo provê diversos adaptadores, esta opção permite que "
+"você escolha qual será usado (você não deveria ter que mudar isto)."
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr "Método alternativo de tela cheia"
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 #, fuzzy
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
@@ -10807,7 +11720,8 @@ msgstr ""
 "2) Contornar completamente o gerenciador de janelas, no entanto nada será  "
 "mostrado por cima do vídeo."
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
@@ -10815,42 +11729,40 @@ msgstr ""
 "Especifica o hardware de visualização X11 que você quer usar. Por padrão o "
 "VLC irá usar o valor da variável de ambiente DISPLAY."
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr "Tela a ser usada para o modo tela cheia."
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+"Escolhe a tela que você quer usar no modo tela cheia. Por exemplo ajuste "
+"para 0 para usar a primeira tela, 1 para a segunda."
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr "Usar memória compartilhada"
 
 #: modules/video_output/x11/x11.c:59 modules/video_output/x11/xvideo.c:70
 msgid "Use shared memory to communicate between VLC and the X server."
-msgstr "Usar memória compartilhada para se comunicar entre o VLC e o servidor X"
+msgstr ""
+"Usar memória compartilhada para se comunicar entre o VLC e o servidor X"
 
 #: modules/video_output/x11/x11.c:61
 msgid "choose the screen to be used for fullscreen mode."
 msgstr "escolha a tela a ser usada para o modo tela cheia."
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-"Escolhe a tela que você quer usar no modo tela cheia. Por exemplo ajuste "
-"para 0 para usar a primeira tela, 1 para a segunda."
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr "Saída de vídeo X11"
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr "Número do adaptador XVideo"
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-"Se a sua placa de vídeo provê diversos adaptadores, esta opção permite que "
-"você escolha qual será usado (você não deveria ter que mudar isto)."
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr "Formato de chroma XVimage"
@@ -10863,14 +11775,14 @@ msgstr ""
 "Força o renderizador de XVideo usar um formato chroma específico ao invés de "
 "tentar melhorar a performance ao usar o mais eficiente."
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr "Tela a ser usada para o modo tela cheia."
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr "Saída de vídeo de extensão de XVideo"
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -10996,6 +11908,200 @@ msgstr "Fonte usada para mostrar texto na sa
 msgid "XOSD interface"
 msgstr "Interface XOSD"
 
+#~ msgid "Stream "
+#~ msgstr "Stream"
+
+#~ msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
+#~ msgstr ""
+#~ "[dvd:][dispositivo][@dispositivo_raw][@[título][,[capítulo][,ângulo]]]"
+
+#~ msgid "DVD input (uses libdvdcss if installed)"
+#~ msgstr "Entrada de DVD (usa libdvdcss se instalado)"
+
+#~ msgid "DVD input (uses libdvdcss)"
+#~ msgstr "Entrada de DVD (usa libdvdcss)"
+
+#~ msgid "DVD menus"
+#~ msgstr "Usar menus DVD"
+
+#~ msgid "Root"
+#~ msgstr "Raiz"
+
+#~ msgid "Angle"
+#~ msgstr "Ângulo"
+
+#~ msgid "Resume"
+#~ msgstr "Continuar"
+
+#~ msgid "DVD input with menus support"
+#~ msgstr "Entrada de DVD com suporte a menus"
+
+#~ msgid "DVD input (using libdvdread)"
+#~ msgstr "Entrada de DVD (usando libdvdread)"
+
+#~ msgid "Video4Linux demuxer"
+#~ msgstr "demuxer Video4Linux"
+
+#~ msgid "Jump -10 seconds"
+#~ msgstr "Voltar 10 segundos"
+
+#~ msgid "Jump +10 seconds"
+#~ msgstr "Avançar 10 segundos"
+
+#~ msgid "Jump -1 minute"
+#~ msgstr "Voltar 1 minuto"
+
+#~ msgid "Jump +1 minute"
+#~ msgstr "Avançar 1 minuto"
+
+#~ msgid "Jump -5 minutes"
+#~ msgstr "Voltar 5 minutos"
+
+#~ msgid "Jump +5 minutes"
+#~ msgstr "Avançar 5 minutos"
+
+#~ msgid "Demux2 adaptation layer"
+#~ msgstr "camada de adaptação Demux2"
+
+#~ msgid "Compatibility with pre-0.4 VLS"
+#~ msgstr "Compatibilidade com VLC pré-0.4"
+
+#~ msgid ""
+#~ "The protocol for transmitting A/52 audio streams changed between VLC 0.3."
+#~ "x and 0.4. By default VLC assumes you have the latest VLS. In case you're "
+#~ "using an old version, select this option."
+#~ msgstr ""
+#~ "O protocolo para a transmissão de streams de audio A/52 mudou entre o VLC "
+#~ "0.3.x e o 0.4. Por padrão o VLC assume que você possui a versão mais "
+#~ "recente do VLS. Caso esteja usando  uma versão antiga, selecione esta "
+#~ "opção."
+
+#~ msgid "Buggy PSI"
+#~ msgstr "Buggy PSI"
+
+#~ msgid ""
+#~ "If you have a stream whose PSI packets do not feature incremented "
+#~ "continuity counters, select this option."
+#~ msgstr ""
+#~ "Se você precisa fazer um stream onde os pacotes PSI não possuem "
+#~ "contadores de continuidade de acréssimo, selecione esta opção."
+
+#~ msgid "Output MRL"
+#~ msgstr "Saída MRL"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
+#~ msgstr "Denuxer Stream de transporte MPEG ISO 13818-1 "
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
+#~ msgstr "Denuxer Stream de transporte MPEG ISO 13818-1 (libdvbpsi)"
+
+#~ msgid "caching value in ms"
+#~ msgstr "valor de cache em ms"
+
+#~ msgid "DVDnav Input (demux)"
+#~ msgstr "entrada DVDnav (demux)"
+
+#~ msgid "RTSP/RTP describe"
+#~ msgstr "descrever RTSP/RTP"
+
+#~ msgid "ISO 13818-1 MPEG Program Stream input"
+#~ msgstr "Steam de entrada de programa MPEG ISO 13818-1"
+
+#~ msgid "Generic ISO 13818-1 MPEG demultiplexing"
+#~ msgstr "Demultiplexing MPEG ISO 13818-1 genérico"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Legenda"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Legenda"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input"
+#~ msgstr "Steam de entrada de programa MPEG ISO 13818-1"
+
+#~ msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
+#~ msgstr "Steam de entrada de programa MPEG ISO 13818-1 (libdvbpsi)"
+
+#~ msgid "<unknown>"
+#~ msgstr "<desconhecido>"
+
+#, fuzzy
+#~ msgid "Jump +10 Seconds"
+#~ msgstr "Avançar 10 segundos"
+
+#, fuzzy
+#~ msgid "Jump -10 Seconds"
+#~ msgstr "Voltar 10 segundos"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "Decofificador de vídeo Theora"
+
+#~ msgid "OpenGL effect"
+#~ msgstr "efeito OpenGL"
+
+#, fuzzy
+#~ msgid ""
+#~ "Use 'None' to display the video without any fantasy, 'Cube' to let the "
+#~ "video play on the faces of a rotating cube, 'Transparent cube' do make "
+#~ "this cube transparent."
+#~ msgstr ""
+#~ "Use 'Nenhum' para mostrar o vídeo sem nenhuma fantasia, 'Cubo' para "
+#~ "deixar o vídeo tocar nas faces de um cubo girando, \"Cubo transparente' "
+#~ "para tornar este cubo transparente."
+
+#~ msgid "Transparent cube"
+#~ msgstr "Cubo transparente"
+
+#~ msgid "Last skin actually used"
+#~ msgstr "Última skin usada"
+
+#~ msgid "Show application in system tray"
+#~ msgstr "Mostrar aplicação na bandeja do sistema"
+
+#~ msgid "Show application in taskbar"
+#~ msgstr "Mostrar aplicação na barra de tarefas"
+
+#~ msgid "Skinnable interface"
+#~ msgstr "Interface Skinnable"
+
+#, fuzzy
+#~ msgid "New Wizard..."
+#~ msgstr "Assistente de Streaming..."
+
+#~ msgid "Audio Options"
+#~ msgstr "Opções de Audio"
+
+#, fuzzy
+#~ msgid "DVD (test)"
+#~ msgstr "Usar menus DVD"
+
+#~ msgid "Item info"
+#~ msgstr "Info do codec"
+
+#~ msgid "Stream with VLC in three steps."
+#~ msgstr "Stream com o VLC em três passos."
+
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "Passo 1:Selecione do que fazer o stream."
+
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "Passo 2: Definir o método de streming."
+
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "Passo 3: Iniciar o stream."
+
+#~ msgid "Choose..."
+#~ msgstr "Escolher..."
+
+#~ msgid "Start!"
+#~ msgstr "Iniciar!"
+
+#~ msgid "TS muxer"
+#~ msgstr "muxer TS"
+
 #~ msgid "DVD (menus support)"
 #~ msgstr "DVD (suporte a menus)"
 
@@ -11122,10 +12228,6 @@ msgstr "Interface XOSD"
 #~ msgid "Additional streaming options"
 #~ msgstr "Opções de taxa de bits"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "Info do ítem"
-
 #, fuzzy
 #~ msgid "To"
 #~ msgstr "Acima"
@@ -11368,12 +12470,6 @@ msgstr "Interface XOSD"
 #~ msgid "Device corresponding to your acquisition card or your webcam"
 #~ msgstr "Dispositivo correspondente a sua placa de captura ou sua webcam"
 
-#~ msgid "Channel"
-#~ msgstr "Canal"
-
-#~ msgid "Usually 0 is for tuner, 1 for composite and 2 for svideo"
-#~ msgstr "Normalmente 0 é para sintonizador, 1 para composto e 2 para svideo"
-
 #~ msgid "Advanced settings..."
 #~ msgstr "Configurações Avançadas..."
 
@@ -11396,9 +12492,6 @@ msgstr "Interface XOSD"
 #~ msgid "Common options"
 #~ msgstr "Opções Comuns"
 
-#~ msgid "Norm"
-#~ msgstr "Norm"
-
 #~ msgid "Standard of the analog signal"
 #~ msgstr "Padrão do sinal analógico"
 
@@ -11408,9 +12501,6 @@ msgstr "Interface XOSD"
 #~ msgid "The channel frequency in kHz"
 #~ msgstr "A freqüência do canal em kHz"
 
-#~ msgid "Audio options"
-#~ msgstr "Opções de Audio"
-
 #~ msgid "Audio device"
 #~ msgstr "Dispositivo de audio"
 
@@ -11434,4 +12524,3 @@ msgstr "Interface XOSD"
 
 #~ msgid "scope effect"
 #~ msgstr "efeito de alcance"
-
index a19152a2039e1de948d7221fb2833f626eba6d3e..a97c5c06dcbe597e2e2fd04098268b92d3f7d50d 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2001-02-19 19:58+03:00\n"
 "Last-Translator: Valek Filippov <frob@df.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -185,14 +185,14 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr ""
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -204,36 +204,33 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr ""
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr ""
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -242,17 +239,16 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr ""
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr ""
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr ""
 
@@ -269,13 +265,13 @@ msgstr "
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr ""
 
@@ -289,62 +285,74 @@ msgstr "
 msgid "Codec Description"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr ""
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "óÔÏÐ"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 #, fuzzy
 msgid "Stereo"
 msgstr "óÔÏÐ"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr ""
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr ""
 
@@ -411,279 +419,260 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, fuzzy, c-format
 msgid "Stream %d"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr ""
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr ""
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr ""
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr ""
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr ""
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr ""
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 #, fuzzy
 msgid "Resolution"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 #, fuzzy
 msgid "Display resolution"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr ""
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
 #, fuzzy
-msgid "File"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+msgid "Meta-information"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 #, fuzzy
 msgid "Stream"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr ""
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr ""
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr ""
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr ""
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, fuzzy, c-format
-msgid "Title %i"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, fuzzy, c-format
-msgid "Chapter %i"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
-#: src/input/input_programs.c:395
+#: src/input/var.c:256
 #, fuzzy
 msgid "Next title"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/input_programs.c:398
+#: src/input/var.c:261
 #, fuzzy
 msgid "Previous title"
 msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:284
+#, fuzzy, c-format
+msgid "Title %i"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: src/input/var.c:307 src/input/var.c:367
+#, fuzzy, c-format
+msgid "Chapter %i"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "ru"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -692,7 +681,7 @@ msgid ""
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 msgstr ""
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "íÏÄÕÌÉ..."
@@ -829,27 +818,7 @@ msgid ""
 "touch."
 msgstr ""
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr ""
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr ""
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -858,124 +827,124 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 #, fuzzy
 msgid "Audio output module"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr ""
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 #, fuzzy
 msgid "This will force a mono audio output."
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 #, fuzzy
 msgid "Audio output volume"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr ""
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr ""
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
 "the audio."
 msgstr ""
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
 "the audio stream being played)."
 msgstr ""
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
 msgstr ""
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -983,203 +952,203 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 #, fuzzy
 msgid "Video output module"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 #, fuzzy
 msgid "Video height"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 #, fuzzy
 msgid "Video alignment"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr ""
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 #, fuzzy
 msgid "Grayscale video output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 msgstr ""
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr ""
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 #, fuzzy
 msgid "Video filter module"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1188,139 +1157,143 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 #, fuzzy
 msgid "Network interface address"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
 "multicasting interface here."
 msgstr ""
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr ""
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr ""
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1331,431 +1304,442 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 #, fuzzy
 msgid "Title metadata"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 #, fuzzy
 msgid "Description metadata"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr ""
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 #, fuzzy
 msgid "Choose a stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 #, fuzzy
 msgid "Mux module"
 msgstr "íÏÄÕÌÉ"
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 msgstr ""
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 #, fuzzy
 msgid "Loop playlist on end"
 msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 #, fuzzy
 msgid "Repeat the current item"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ ÂÙÓÔÒÅÅ"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 #, fuzzy
 msgid "Access module"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr ""
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1763,31 +1747,59 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr ""
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1796,11 +1808,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1810,22 +1822,22 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
 "Win9x implementation but you might experience problems with it."
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1834,485 +1846,511 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "ðÁÕÚÁ"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 #, fuzzy
 msgid "Pause only"
 msgstr "ðÁÕÚÁ"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 #, fuzzy
 msgid "Play only"
 msgstr "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ ÍÅÄÌÅÎÎÅÅ"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 #, fuzzy
 msgid "Faster"
 msgstr "âÙÓÔÒÏ"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 #, fuzzy
 msgid "Slower"
 msgstr "íÅÄÌÅÎÎÏ"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "óÌÅÄ."
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 #, fuzzy
 msgid "Previous"
 msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "óÔÏÐ"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 #, fuzzy
 msgid "Set playlist bookmark 10"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr ""
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr ""
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+#, fuzzy
+msgid "resets the current plugins cache"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr ""
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr ""
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -2947,73 +2985,75 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr ""
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Discard"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr ""
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3024,6 +3064,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3033,10 +3077,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "îÁÚÁÄ"
@@ -3057,7 +3101,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr ""
 
@@ -3213,11 +3257,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3225,283 +3269,318 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr ""
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "óÔÏÐ"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+msgid "Directory EOF"
+msgstr ""
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+msgid "Allows you to select the default DVD angle."
+msgstr ""
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3517,82 +3596,46 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3672,38 +3715,187 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "ëÌÉÅÎÔ VideoLAN"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "ðÁÕÚÁ"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "íÏÄÕÌÉ..."
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+msgid "Framerate"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -3740,6 +3932,34 @@ msgstr ""
 msgid "Satellite input"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/screen/screen.c:41
+msgid "Frame rate"
+msgstr ""
+
+#: modules/access/screen/screen.c:43
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr ""
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr ""
@@ -3810,48 +4030,56 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
+#: modules/access/vcd/vcd.c:46
+msgid "VCD input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:79
-msgid "VCD input"
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
 msgstr ""
 
 #: modules/access/vcdx/access.c:113
@@ -3859,87 +4087,87 @@ msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr ""
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 #, fuzzy
 msgid "Segment"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 #, fuzzy
 msgid "Segments"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "îÁÚÁÄ"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "îÁÚÁÄ"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4046,12 +4274,21 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/access_output/http.c:53
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4127,12 +4364,12 @@ msgstr ""
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4140,7 +4377,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -4149,11 +4387,12 @@ msgstr "
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 #, fuzzy
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -4186,7 +4425,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr ""
 
@@ -4214,6 +4454,152 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "âÙÓÔÒÏ"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Large Hall"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Live"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "ðÁÕÚÁ"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "ðÁÕÚÁ"
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+msgid "Max level"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr ""
@@ -4261,33 +4647,33 @@ msgstr ""
 msgid "ALSA Device Name"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr ""
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4295,14 +4681,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr ""
 
@@ -4389,7 +4775,18 @@ msgstr "
 msgid "Simple DirectMedia Layer audio output"
 msgstr ""
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4425,6 +4822,14 @@ msgstr ""
 msgid "CMML annotations decoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4437,11 +4842,16 @@ msgstr ""
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4460,32 +4870,47 @@ msgstr "
 msgid "simple"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 #, fuzzy
 msgid "ffmpeg audio/video encoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4493,11 +4918,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4509,41 +4934,41 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4551,125 +4976,125 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 #, fuzzy
 msgid "Noise reduction"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4677,33 +5102,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -4741,7 +5187,7 @@ msgstr ""
 msgid "Flac audio encoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -4782,7 +5228,7 @@ msgstr "
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -4861,69 +5307,69 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 #, fuzzy
 msgid "Pseudo raw video decoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 #, fuzzy
 msgid "Speex audio decoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 #, fuzzy
 msgid "Speex audio encoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 #, fuzzy
 msgid "Speex comment"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 #, fuzzy
 msgid "Mode"
 msgstr "íÏÄÕÌÉ"
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 #, fuzzy
 msgid "DVD subtitles decoder"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 #, fuzzy
 msgid "Subtitles text encoding"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 #, fuzzy
 msgid "Subtitles justification"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -4932,66 +5378,104 @@ msgstr "
 msgid "Tarkin decoder module"
 msgstr ""
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr ""
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr ""
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr ""
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "óÔÏÐ"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr ""
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 #, fuzzy
 msgid "Vorbis audio encoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5017,244 +5501,251 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/control/corba/corba.c:687
 #, fuzzy
-msgid "Corba control module"
+msgid "corba control module"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 #, fuzzy
 msgid "Middle"
 msgstr "íÏÄÕÌÉ"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr "ðÁÕÚÁ"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "÷ÏÓÐÒ."
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr ""
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr ""
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr ""
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 #, fuzzy
 msgid "Repeat time (ms)"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr ""
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr "ðÁÕÚÁ"
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "÷ÏÓÐÒ."
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
 
 #: modules/control/ntservice.c:39
 msgid "Install Windows Service"
@@ -5293,246 +5784,264 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr ""
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr ""
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr ""
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 #, fuzzy
 msgid "Using the VLM interface plugin..."
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5575,125 +6084,84 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr ""
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-#, fuzzy
-msgid "Output MRL"
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr ""
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr ""
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 #, fuzzy
 msgid "Segment filename"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr ""
 
@@ -5777,7 +6245,7 @@ msgstr "
 msgid "MPEG-4 video demuxer"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 #, fuzzy
 msgid "MPEG-I/II audio demuxer"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -5787,32 +6255,6 @@ msgstr "
 msgid "MPEG-I/II video demuxer"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -5831,7 +6273,7 @@ msgstr "
 msgid "M3U playlist import"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -5858,11 +6300,62 @@ msgstr ""
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+#, fuzzy
+msgid "Text subtitles demux"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr ""
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -5878,10 +6371,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:32
 #, fuzzy
 msgid "Disco"
@@ -5919,10 +6408,6 @@ msgstr ""
 msgid "Other"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -5931,18 +6416,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -5951,10 +6424,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -5996,10 +6465,6 @@ msgstr ""
 msgid "Trance"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6197,20 +6662,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-#, fuzzy
-msgid "Text subtitles demux"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-#, fuzzy
-msgid "Delay subtitles (in 1/10s)"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6240,119 +6691,138 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 #, fuzzy
 msgid "Open"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+#, fuzzy
+msgid "File"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 #, fuzzy
 msgid "Open Disc"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 #, fuzzy
 msgid "Open Subtitles"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 #, fuzzy
 msgid "Prev Title"
 msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 #, fuzzy
 msgid "Next Title"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -6361,78 +6831,80 @@ msgstr "
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 #, fuzzy
 msgid "Select All"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 #, fuzzy
 msgid "Select None"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 #, fuzzy
 msgid "Remove All"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 #, fuzzy
 msgid "Path"
 msgstr "ðÁÕÚÁ"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr "íÏÄÕÌÉ"
@@ -6444,7 +6916,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr ""
@@ -6486,10 +6958,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6516,7 +6984,17 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:77
 #, fuzzy
 msgid "GNOME interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -6632,20 +7110,15 @@ msgid "Select audio channel"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6663,7 +7136,7 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr ""
 
@@ -6676,8 +7149,9 @@ msgid "_Video"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -6737,7 +7211,7 @@ msgid "Slow"
 msgstr "íÅÄÌÅÎÎÏ"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 #, fuzzy
 msgid "Play slower"
 msgstr "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ ÍÅÄÌÅÎÎÅÅ"
@@ -6749,13 +7223,14 @@ msgid "Fast"
 msgstr "âÙÓÔÒÏ"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 #, fuzzy
 msgid "Play faster"
 msgstr "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ ÂÙÓÔÒÅÅ"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 #, fuzzy
 msgid "Open playlist"
 msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -6867,7 +7342,7 @@ msgid "Open Target:"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -6875,53 +7350,53 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 #, fuzzy
 msgid "Audio CD"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -6929,24 +7404,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr ""
 
@@ -6954,10 +7429,6 @@ msgstr ""
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr ""
@@ -6980,13 +7451,13 @@ msgid "Satellite"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 #, fuzzy
 msgid "delay"
 msgstr "÷ÏÓÐÒ."
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -6996,8 +7467,8 @@ msgid "stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr ""
 
@@ -7026,19 +7497,19 @@ msgid "Invert"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr ""
 
@@ -7061,12 +7532,12 @@ msgid "Destination Target: "
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7107,7 +7578,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 #, fuzzy
 msgid "Gtk+ interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -7231,15 +7702,15 @@ msgstr ""
 msgid "Open Target"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7320,12 +7791,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr ""
@@ -7474,7 +7945,7 @@ msgstr ""
 msgid "Opening file..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 #, fuzzy
 msgid "Open File..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
@@ -7491,7 +7962,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7534,427 +8005,445 @@ msgstr "
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 #, fuzzy
 msgid "Random Off"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 #, fuzzy
 msgid "Repeat Off"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 #, fuzzy
 msgid "Repeat One"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 #, fuzzy
 msgid "Step Backward"
 msgstr "÷ÅÒÎÕÔØÓÑ ÎÁÚÁÄ"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 #, fuzzy
 msgid "Services"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 #, fuzzy
 msgid "1:File"
 msgstr "1:óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 #, fuzzy
 msgid "Open Disc..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 #, fuzzy
 msgid "Open Network..."
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 #, fuzzy
 msgid "Open Recent"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 #, fuzzy
 msgid "Paste"
 msgstr "ðÁÕÚÁ"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 #, fuzzy
 msgid "Close Window"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 #, fuzzy
 msgid "VideoLAN Website"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 #, fuzzy
 msgid "Open Messages Window"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 #, fuzzy
 msgid "Video device"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "ëÌÉÅÎÔ VideoLAN"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 #, fuzzy
 msgid "Open Source"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 #, fuzzy
 msgid "Load subtitles file:"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+#, fuzzy
+msgid "Subtitles encoding"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 #, fuzzy
 msgid "Advanced output:"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 #, fuzzy
 msgid "Play locally"
 msgstr "÷ÏÓÐÒÏÉÚ×ÏÄÉÔØ ÍÅÄÌÅÎÎÅÅ"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 #, fuzzy
 msgid "Dump raw input"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 #, fuzzy
 msgid "Transcode options"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
-msgid "SAP announce"
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
+msgid "SAP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
+msgid "SLP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
-msgid "SLP announce"
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr ""
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 #, fuzzy
 msgid "Save File"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -7980,7 +8469,7 @@ msgstr ""
 msgid "Properties"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8017,7 +8506,6 @@ msgstr ""
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr ""
 
@@ -8030,46 +8518,46 @@ msgstr "
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8078,7 +8566,17 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+
+#: modules/gui/ncurses.c:92
 #, fuzzy
 msgid "ncurses interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -8098,7 +8596,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 #, fuzzy
 msgid "Filename"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -8115,7 +8613,7 @@ msgstr ""
 msgid "Owner"
 msgstr ""
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 #, fuzzy
 msgid "Time"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
@@ -8538,255 +9036,368 @@ msgstr ""
 msgid "Qt interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 #, fuzzy
 msgid "Open a skin file"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
 #, fuzzy
-msgid "Skinnable interface"
-msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+msgid "Save playlist"
+msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr ""
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr ""
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+msgid "Invalid selection"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+#, fuzzy
+msgid "Hue"
+msgstr "ðÁÕÚÁ"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "ëÌÉÅÎÔ VideoLAN"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+msgid "Volume normalization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+msgid "Maximum level"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
+msgstr ""
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr ""
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
+msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ..."
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ..."
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 #, fuzzy
 msgid "&File"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 #, fuzzy
 msgid "&Settings"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 msgid "&Audio"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 #, fuzzy
 msgid "Previous playlist item"
 msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 #, fuzzy
 msgid "Next playlist item"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:555
-#, fuzzy
-msgid "Hue"
-msgstr "ðÁÕÚÁ"
-
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 #, fuzzy
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "íÏÄÕÌÉ..."
@@ -8805,7 +9416,7 @@ msgid "Group Info"
 msgstr ""
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr ""
 
@@ -8814,49 +9425,59 @@ msgstr ""
 msgid "Options"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 #, fuzzy
 msgid "Open &File..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 #, fuzzy
 msgid "Open &Disc..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 #, fuzzy
 msgid "Open &Network Stream..."
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -8870,209 +9491,213 @@ msgstr "
 msgid "Save Messages As..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 #, fuzzy
 msgid "Advanced options"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 #, fuzzy
 msgid "Open..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
-msgstr ""
+#: modules/gui/wxwindows/open.cpp:646
+#, fuzzy
+msgid "Subtitles track"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 #, fuzzy
 msgid "&Simple Add..."
 msgstr "ïÔËÒÙÔØ ÆÁÊÌ..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 #, fuzzy
 msgid "&Open Playlist..."
 msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 #, fuzzy
 msgid "&Save Playlist..."
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ..."
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 #, fuzzy
 msgid "&Select All"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 #, fuzzy
 msgid "S&ort"
 msgstr "ðÁÕÚÁ"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 #, fuzzy
 msgid "&Selection"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr ""
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 #, fuzzy
 msgid "M3U file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-#, fuzzy
-msgid "Save playlist"
-msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9099,108 +9724,76 @@ msgstr "
 msgid "Choose file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 #, fuzzy
 msgid "Destination Target:"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 #, fuzzy
 msgid "Output methods"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 #, fuzzy
 msgid "Video codec"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 #, fuzzy
 msgid "Audio codec"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 #, fuzzy
 msgid "Save file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 #, fuzzy
 msgid "Subtitles file"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-#, fuzzy
-msgid "Subtitles encoding"
-msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr ""
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+#, fuzzy
+msgid "Delay subtitles (in 1/10s)"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9308,51 +9901,47 @@ msgstr "
 msgid "Dummy font renderer function"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr ""
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Smaller"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9409,17 +9998,17 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9507,8 +10096,18 @@ msgstr ""
 msgid "SAP interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/misc/screensaver.c:44
-msgid "X Screensaver disabler"
+#: modules/misc/screensaver.c:44
+msgid "X Screensaver disabler"
+msgstr ""
+
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
 msgstr ""
 
 #: modules/misc/testsuite/test1.c:33
@@ -9519,37 +10118,37 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -9580,42 +10179,42 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9624,57 +10223,63 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr ""
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -9762,7 +10367,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -9789,7 +10394,7 @@ msgstr ""
 msgid "Output URL"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9824,43 +10429,88 @@ msgstr "
 msgid "Gathering stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 #, fuzzy
 msgid "Destination"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr ""
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr ""
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr ""
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr ""
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
 #: modules/stream_out/rtp.c:59
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:60
+msgid "Session URL"
+msgstr ""
+
+#: modules/stream_out/rtp.c:62
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:63
+msgid "Session email"
+msgstr ""
+
+#: modules/stream_out/rtp.c:65
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+
+#: modules/stream_out/rtp.c:69
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#: modules/stream_out/rtp.c:72
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/stream_out/rtp.c:75
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -9903,159 +10553,200 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/stream_out/transcode.c:59
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "ëÌÉÅÎÔ VideoLAN"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/stream_out/transcode.c:106
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/stream_out/transcode.c:110
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+
+#: modules/stream_out/transcode.c:113
 #, fuzzy
 msgid "Number of threads"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -10139,13 +10830,18 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "ðÒÅÄÙÄÕÝÉÊ ÆÁÊÌ"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
 #: modules/video_filter/clone.c:55
 #, fuzzy
 msgid "Number of clones"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -10154,7 +10850,7 @@ msgid "List of video output modules"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10234,7 +10930,7 @@ msgid "Logo filename"
 msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10242,7 +10938,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10254,7 +10950,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10267,7 +10963,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10314,7 +11010,7 @@ msgstr "
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -10323,7 +11019,8 @@ msgid "Number of rows"
 msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -10348,21 +11045,21 @@ msgstr ""
 msgid "color ASCII art video output"
 msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10370,31 +11067,51 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr ""
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr ""
@@ -10409,8 +11126,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -10424,10 +11141,29 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr ""
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr ""
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr ""
@@ -10446,6 +11182,43 @@ msgstr ""
 msgid "Simple DirectMedia Layer video output"
 msgstr ""
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr ""
@@ -10454,11 +11227,23 @@ msgstr ""
 msgid "Windows GDI video output"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr ""
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10468,12 +11253,28 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr ""
@@ -10486,26 +11287,10 @@ msgstr ""
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr ""
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr ""
@@ -10516,14 +11301,14 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr ""
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -10649,6 +11434,50 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
+#, fuzzy
+#~ msgid "Stream "
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "Output MRL"
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "ëÌÉÅÎÔ VideoLAN"
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
+
 #, fuzzy
 #~ msgid "slowest"
 #~ msgstr "íÅÄÌÅÎÎÏ"
@@ -10708,10 +11537,6 @@ msgstr "
 #~ msgid "Additional streaming options"
 #~ msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "ðÒÉÏÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -10792,10 +11617,6 @@ msgstr "
 #~ msgid "Common options"
 #~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
 
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
-
 #, fuzzy
 #~ msgid "Native playlist exporter"
 #~ msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -10808,10 +11629,6 @@ msgstr "
 #~ msgid "file"
 #~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
 
-#, fuzzy
-#~ msgid "subtitles decoder"
-#~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
 #, fuzzy
 #~ msgid "HTTP remote control"
 #~ msgstr "ïÓÔÁÎÏ×ÉÔØ ÐÏÔÏË"
@@ -10824,10 +11641,6 @@ msgstr "
 #~ msgid "Play List"
 #~ msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#, fuzzy
-#~ msgid "Repeat On"
-#~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
-
 #, fuzzy
 #~ msgid "Repeat Playlist"
 #~ msgstr "ïÔËÒÙÔØ ÓÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
@@ -11020,10 +11833,6 @@ msgstr "
 #~ msgid "Native Windows interface"
 #~ msgstr "ïÔËÒÙÔØ ÏËÎÏ ÓÐÉÓËÁ ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
-#, fuzzy
-#~ msgid "Open skin"
-#~ msgstr "ïÔËÒÙÔØ ÆÁÊÌ"
-
 #, fuzzy
 #~ msgid "All files"
 #~ msgstr "óÌÅÄÕÀÝÉÊ ÆÁÊÌ"
index 72a3c014f167beb953e20ea716c9c42807cf03fb..e24c45ed6ac21c0fb93cb65d0131f7dc0f112c2d 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: 2002-07-23 23:00+0200\n"
 "Last-Translator: Joel Arvidsson <dogai@privat.utfors.se>\n"
 "Language-Team: \n"
@@ -186,14 +186,14 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr ""
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -205,36 +205,33 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr "Titel"
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr ""
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -243,18 +240,17 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 #, fuzzy
 msgid "Copyright"
 msgstr "Kopiera"
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr ""
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr ""
 
@@ -271,13 +267,13 @@ msgstr "Markera allt"
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 #, fuzzy
 msgid "Language"
 msgstr "Språk"
@@ -292,62 +288,74 @@ msgstr "Radera"
 msgid "Codec Description"
 msgstr "Markera allt"
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr ""
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 #, fuzzy
 msgid "Scope"
 msgstr "Stopp"
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 #, fuzzy
 msgid "Audio filters"
 msgstr "_Nästa objekt"
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 #, fuzzy
 msgid "Audio Channels"
 msgstr "Kanal:"
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 #, fuzzy
 msgid "Stereo"
 msgstr "Stopp"
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr ""
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr ""
 
@@ -414,282 +422,263 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-#, fuzzy
-msgid "Stream "
-msgstr "Stopp"
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
+msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, fuzzy, c-format
 msgid "Stream %d"
 msgstr "Stopp"
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 #, fuzzy
 msgid "Codec"
 msgstr "Radera"
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr ""
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 #, fuzzy
 msgid "Channels"
 msgstr "Kanal:"
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr ""
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 #, fuzzy
 msgid "Bitrate"
 msgstr "_Nästa objekt"
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr ""
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 #, fuzzy
 msgid "Resolution"
 msgstr "Markera allt"
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 #, fuzzy
 msgid "Display resolution"
 msgstr "Markera allt"
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 #, fuzzy
 msgid "Subtitle"
 msgstr "Undertext"
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
-msgstr "Arkiv"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+msgid "Meta-information"
+msgstr ""
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 #, fuzzy
 msgid "Stream"
 msgstr "Stopp"
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr ""
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr ""
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr "Kapitel"
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr ""
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 #, fuzzy
 msgid "Video Track"
 msgstr "Göm andra"
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 #, fuzzy
 msgid "Audio Track"
 msgstr "_Nästa objekt"
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 #, fuzzy
 msgid "Subtitles Track"
 msgstr "Undertext"
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, fuzzy, c-format
-msgid "Title %i"
-msgstr "Titel"
-
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, fuzzy, c-format
-msgid "Chapter %i"
-msgstr "Kapitel %d"
-
-#: src/input/input_programs.c:395
+#: src/input/var.c:256
 #, fuzzy
 msgid "Next title"
 msgstr "Nästa file"
 
-#: src/input/input_programs.c:398
+#: src/input/var.c:261
 #, fuzzy
 msgid "Previous title"
 msgstr "Föregående fil"
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:284
+#, fuzzy, c-format
+msgid "Title %i"
+msgstr "Titel"
+
+#: src/input/var.c:307 src/input/var.c:367
+#, fuzzy, c-format
+msgid "Chapter %i"
+msgstr "Kapitel %d"
+
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 #, fuzzy
 msgid "Next chapter"
 msgstr "Kapitel"
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 #, fuzzy
 msgid "Previous chapter"
 msgstr "Kapitel"
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 #, fuzzy
 msgid "Switch interface"
 msgstr "Göm andra"
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 #, fuzzy
 msgid "Add Interface"
 msgstr "Göm andra"
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr "sv"
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 #, fuzzy
 msgid "Help options"
 msgstr "Paus"
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -698,7 +687,7 @@ msgid ""
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 msgstr ""
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 #, fuzzy
 msgid "Auto"
 msgstr "Om VLC"
@@ -835,27 +824,7 @@ msgid ""
 "touch."
 msgstr ""
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr ""
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr ""
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -864,125 +833,125 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 #, fuzzy
 msgid "Audio output module"
 msgstr "Paus"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr ""
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 #, fuzzy
 msgid "This will force a mono audio output."
 msgstr "Paus"
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 #, fuzzy
 msgid "Audio output volume"
 msgstr "Paus"
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr ""
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr ""
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
 "the audio."
 msgstr ""
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
 "the audio stream being played)."
 msgstr ""
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
 msgstr ""
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 #, fuzzy
 msgid "Channel mixer"
 msgstr "Kanalserver"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -990,203 +959,203 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr ""
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 #, fuzzy
 msgid "Video x coordinate"
 msgstr "Göm andra"
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 #, fuzzy
 msgid "Video y coordinate"
 msgstr "Göm andra"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 #, fuzzy
 msgid "Video title"
 msgstr "Göm andra"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr ""
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 #, fuzzy
 msgid "Center"
 msgstr "Kontroller"
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 #, fuzzy
 msgid "Top-Right"
 msgstr "Kopiera"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr ""
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 #, fuzzy
 msgid "Grayscale video output"
 msgstr "Paus"
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 #, fuzzy
 msgid "Fullscreen video output"
 msgstr "Helskärm"
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 msgstr ""
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr ""
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 #, fuzzy
 msgid "Video filter module"
 msgstr "Göm andra"
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1195,140 +1164,144 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 #, fuzzy
 msgid "Network interface address"
 msgstr "Göm andra"
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
 "multicasting interface here."
 msgstr ""
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr ""
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr ""
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 #, fuzzy
 msgid "Choose audio channel"
 msgstr "Kanal:"
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 #, fuzzy
 msgid "Choose subtitle track"
 msgstr "Undertext"
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 #, fuzzy
 msgid "Autodetect subtitle files"
 msgstr "Markera allt"
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 #, fuzzy
 msgid "Subtitle autodetection fuzziness"
 msgstr "Undertext"
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1339,430 +1312,441 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 #, fuzzy
 msgid "Subtitle autodetection paths"
 msgstr "Undertext"
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 #, fuzzy
 msgid "Use subtitle file"
 msgstr "Markera allt"
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 #, fuzzy
 msgid "Audio CD device"
 msgstr "_Nästa objekt"
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 #, fuzzy
 msgid "Title metadata"
 msgstr "Arkiv"
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 #, fuzzy
 msgid "Copyright metadata"
 msgstr "Kopiera"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr ""
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 #, fuzzy
 msgid "Choose a stream output"
 msgstr "Paus"
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 #, fuzzy
 msgid "Enable video stream output"
 msgstr "Paus"
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 #, fuzzy
 msgid "Enable audio stream output"
 msgstr "Paus"
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 #, fuzzy
 msgid "Keep stream output open"
 msgstr "Paus"
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 #, fuzzy
 msgid "Control SAP flow"
 msgstr "Kontroller"
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 msgstr ""
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 #, fuzzy
 msgid "Loop playlist on end"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr ""
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+#, fuzzy
+msgid "Play and stop"
+msgstr "Spola framåt"
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 #, fuzzy
 msgid "Access module"
 msgstr "Göm andra"
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr ""
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1770,31 +1754,59 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 #, fuzzy
 msgid "Minimize number of threads"
 msgstr "Paus"
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr ""
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1803,11 +1815,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1817,22 +1829,22 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
 "Win9x implementation but you might experience problems with it."
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1841,485 +1853,510 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr "Helskärm"
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 #, fuzzy
 msgid "Play/Pause"
 msgstr "Spola framåt"
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 #, fuzzy
 msgid "Pause only"
 msgstr "Paus"
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 #, fuzzy
 msgid "Play only"
 msgstr "Slow Motion"
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 #, fuzzy
 msgid "Faster"
 msgstr "Spola framåt"
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr "Slow Motion"
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr "Nästa objekt"
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 #, fuzzy
 msgid "Previous"
 msgstr "Föregående fil"
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr "Stopp"
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 #, fuzzy
 msgid "Quit"
 msgstr "Avsluta VLC"
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 #, fuzzy
 msgid "Select the hotkey to quit the application."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 #, fuzzy
 msgid "Select the key to move the selector right in DVD menus."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr "Stäng av ljudet"
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 #, fuzzy
 msgid "Subtitle delay up"
 msgstr "Undertext"
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 #, fuzzy
 msgid "Select the key to increase the subtitle delay."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 #, fuzzy
 msgid "Subtitle delay down"
 msgstr "Undertext"
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 #, fuzzy
 msgid "Select the key to decrease the subtitle delay."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 #, fuzzy
 msgid "Select the key to play this bookmark."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 #, fuzzy
 msgid "Set playlist bookmark 1"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 #, fuzzy
 msgid "Set playlist bookmark 2"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 #, fuzzy
 msgid "Set playlist bookmark 3"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 #, fuzzy
 msgid "Set playlist bookmark 4"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 #, fuzzy
 msgid "Set playlist bookmark 5"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 #, fuzzy
 msgid "Set playlist bookmark 6"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 #, fuzzy
 msgid "Set playlist bookmark 7"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 #, fuzzy
 msgid "Set playlist bookmark 8"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 #, fuzzy
 msgid "Set playlist bookmark 9"
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 #, fuzzy
 msgid "Select the key to set this playlist bookmark."
 msgstr "Öppna skiva"
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+#, fuzzy
+msgid "Cycle audio track"
+msgstr "_Nästa objekt"
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+#, fuzzy
+msgid "Cycle subtitle track"
+msgstr "Undertext"
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr ""
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr ""
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr ""
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 #, fuzzy
 msgid "Hot keys"
 msgstr "Adress"
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+msgid "resets the current plugins cache"
+msgstr ""
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr ""
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr ""
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -2960,73 +2997,75 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr ""
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 #, fuzzy
 msgid "Discard"
 msgstr "Skiva"
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr ""
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 #, fuzzy
 msgid "Filters"
 msgstr "Arkiv"
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -3037,6 +3076,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr "_Nästa objekt"
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -3046,10 +3089,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 #, fuzzy
 msgid "Track"
 msgstr "Avbryt"
@@ -3071,7 +3114,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 #, fuzzy
 msgid "Album"
 msgstr "Om VLC"
@@ -3228,11 +3271,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3240,288 +3283,324 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 #, fuzzy
 msgid "none"
 msgstr "Radera"
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 #, fuzzy
 msgid "collapse"
 msgstr "Stopp"
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+#, fuzzy
+msgid "Directory EOF"
+msgstr "_Nästa objekt"
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 #, fuzzy
 msgid "Video device name"
 msgstr "Göm andra"
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 #, fuzzy
 msgid "Audio device name"
 msgstr "_Nästa objekt"
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 #, fuzzy
 msgid "Video size"
 msgstr "Göm andra"
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 #, fuzzy
 msgid "Device properties"
 msgstr "Avsluta VLC"
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 #, fuzzy
 msgid "DirectShow"
 msgstr "_Nästa objekt"
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 #, fuzzy
 msgid "DirectShow input"
 msgstr "_Nästa objekt"
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 #, fuzzy
 msgid "Refresh list"
 msgstr "Mata ut skiva"
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 #, fuzzy
 msgid "Program to decode"
 msgstr "_Nästa objekt"
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 #, fuzzy
 msgid "Inversion mode"
 msgstr "Nätverk"
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 #, fuzzy
 msgid "Budget mode"
 msgstr "Nätverk"
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 #, fuzzy
 msgid "Transponder FEC"
 msgstr "Avbryt"
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+msgid "Allows you to select the default DVD angle."
+msgstr ""
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3537,82 +3616,46 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 #, fuzzy
 msgid "title"
 msgstr "Titel"
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr "Skiva"
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3692,38 +3735,188 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+#, fuzzy
+msgid "Auto re-connect"
+msgstr "_Nästa objekt"
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 #, fuzzy
 msgid "Select maximum bitrate stream"
 msgstr "_Öppna nätverk..."
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:47
+#, fuzzy
+msgid "PVR video device"
+msgstr "Göm andra"
+
+#: modules/access/pvr/pvr.c:49
+#, fuzzy
+msgid "Norm"
+msgstr "Klistra in"
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+#, fuzzy
+msgid "Automatic"
+msgstr "Om VLC"
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+#, fuzzy
+msgid "Framerate"
+msgstr "Kapitel"
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+#, fuzzy
+msgid "Key interval"
+msgstr "Göm andra"
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+#, fuzzy
+msgid "Bitrate peak"
+msgstr "_Nästa objekt"
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+#, fuzzy
+msgid "Audio bitmask"
+msgstr "_Nästa objekt"
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+#, fuzzy
+msgid "Channel"
+msgstr "Kanal:"
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -3759,6 +3952,36 @@ msgstr ""
 msgid "Satellite input"
 msgstr ""
 
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/screen/screen.c:41
+#, fuzzy
+msgid "Frame rate"
+msgstr "Kapitel"
+
+#: modules/access/screen/screen.c:43
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+#, fuzzy
+msgid "Screen Input"
+msgstr "Helskärm %d"
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr ""
@@ -3830,48 +4053,56 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
+#: modules/access/vcd/vcd.c:46
+msgid "VCD input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:79
-msgid "VCD input"
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
 msgstr ""
 
 #: modules/access/vcdx/access.c:113
@@ -3879,90 +4110,90 @@ msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 #, fuzzy
 msgid "Entry"
 msgstr "Kontroller"
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 #, fuzzy
 msgid "Segment"
 msgstr "Helskärm"
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 #, fuzzy
 msgid "Application"
 msgstr "Om VLC"
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 #, fuzzy
 msgid "Preparer"
 msgstr "Kapitel"
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 #, fuzzy
 msgid "System Id"
 msgstr "Stopp"
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 #, fuzzy
 msgid "Entries"
 msgstr "Kontroller"
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 #, fuzzy
 msgid "Segments"
 msgstr "Helskärm"
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 #, fuzzy
 msgid "Tracks"
 msgstr "Avbryt"
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 #, fuzzy
 msgid "Track "
 msgstr "Avbryt"
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -4069,12 +4300,21 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+#, fuzzy
+msgid "Mime"
+msgstr "Titel"
+
+#: modules/access_output/http.c:53
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:56
 #, fuzzy
 msgid "HTTP stream output"
 msgstr "Paus"
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -4150,12 +4390,12 @@ msgstr ""
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4163,7 +4403,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 #, fuzzy
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr "_Nästa objekt"
@@ -4172,11 +4413,12 @@ msgstr "_N
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 #, fuzzy
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr "_Nästa objekt"
@@ -4209,7 +4451,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr ""
 
@@ -4237,6 +4480,156 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+#, fuzzy
+msgid "Equalizer 10 bands"
+msgstr "Paus"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#, fuzzy
+msgid "Flat"
+msgstr "Spola framåt"
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+#, fuzzy
+msgid "Dance"
+msgstr "Avbryt"
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+#, fuzzy
+msgid "Full treble"
+msgstr "Helskärm"
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Large Hall"
+msgstr "Språk"
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Live"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#, fuzzy
+msgid "Party"
+msgstr "Klistra in"
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#, fuzzy
+msgid "Soft"
+msgstr "Klistra in"
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+#, fuzzy
+msgid "Number of audio buffers"
+msgstr "Paus"
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+#, fuzzy
+msgid "Max level"
+msgstr "Avsluta VLC"
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
 #: modules/audio_filter/resampler/bandlimited.c:82
 msgid "audio filter for band-limited interpolation resampling"
 msgstr ""
@@ -4284,33 +4677,33 @@ msgstr ""
 msgid "ALSA Device Name"
 msgstr "_Nästa objekt"
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 #, fuzzy
 msgid "Audio Device"
 msgstr "_Nästa objekt"
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr ""
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4318,14 +4711,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr ""
 
@@ -4412,7 +4805,18 @@ msgstr "_N
 msgid "Simple DirectMedia Layer audio output"
 msgstr ""
 
+#: modules/audio_output/waveout.c:133
+#, fuzzy
+msgid "Use float32 output"
+msgstr "Paus"
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4448,6 +4852,14 @@ msgstr ""
 msgid "CMML annotations decoder"
 msgstr "_Nästa objekt"
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4460,11 +4872,16 @@ msgstr ""
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 #, fuzzy
 msgid "DVB subtitles decoder"
 msgstr "Undertext"
 
+#: modules/codec/dvbsub.c:57
+#, fuzzy
+msgid "DVB subtitles encoder"
+msgstr "Undertext"
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4483,32 +4900,47 @@ msgstr "Undertext"
 msgid "simple"
 msgstr "Arkiv"
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:87
+#, fuzzy
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr "_Nästa objekt"
+
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 #, fuzzy
 msgid "ffmpeg audio/video encoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+#, fuzzy
+msgid "ffmpeg video filter"
+msgstr "Föregående fil"
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+#, fuzzy
+msgid "ffmpeg deinterlace video filter"
+msgstr "Föregående fil"
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4516,11 +4948,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4532,41 +4964,41 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4574,126 +5006,126 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 #, fuzzy
 msgid "Video bitrate tolerance"
 msgstr "_Nästa objekt"
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 #, fuzzy
 msgid "Enable interlaced encoding"
 msgstr "Undertext"
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 #, fuzzy
 msgid "Rate control buffer size"
 msgstr "Göm andra"
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 #, fuzzy
 msgid "Rate control buffer aggressiveness"
 msgstr "Göm andra"
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 #, fuzzy
 msgid "Noise reduction"
 msgstr "Markera allt"
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 #, fuzzy
 msgid "Quality level"
 msgstr "Avsluta VLC"
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4701,33 +5133,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -4765,7 +5218,7 @@ msgstr ""
 msgid "Flac audio encoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -4806,7 +5259,7 @@ msgstr "Undertext"
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr "Undertext"
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 #, fuzzy
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr "Undertext"
@@ -4885,68 +5338,68 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 #, fuzzy
 msgid "Pseudo raw video decoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 #, fuzzy
 msgid "Speex audio decoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 #, fuzzy
 msgid "Speex audio encoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 #, fuzzy
 msgid "Speex comment"
 msgstr "Helskärm"
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 #, fuzzy
 msgid "DVD subtitles decoder"
 msgstr "Undertext"
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 #, fuzzy
 msgid "DVD subtitles packetizer"
 msgstr "Undertext"
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 #, fuzzy
 msgid "Subtitles text encoding"
 msgstr "Undertext"
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 #, fuzzy
 msgid "Subtitles justification"
 msgstr "Undertext"
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 #, fuzzy
 msgid "Set the justification of subtitles"
 msgstr "Undertext"
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 #, fuzzy
 msgid "text subtitles decoder"
 msgstr "Undertext"
@@ -4955,68 +5408,107 @@ msgstr "Undertext"
 msgid "Tarkin decoder module"
 msgstr ""
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr ""
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr ""
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr ""
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+#, fuzzy
+msgid "Stereo mode"
+msgstr "Stopp"
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+#, fuzzy
+msgid "VBR mode"
+msgstr "Nätverk"
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+#, fuzzy
+msgid "libtoolame audio encoder"
+msgstr "_Nästa objekt"
+
+#: modules/codec/vorbis.c:131
 #, fuzzy
 msgid "Maximum encoding bitrate"
 msgstr "_Nästa objekt"
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 #, fuzzy
 msgid "Minimum encoding bitrate"
 msgstr "_Nästa objekt"
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+#, fuzzy
+msgid "CBR encoding"
+msgstr "Undertext"
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr ""
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 #, fuzzy
 msgid "Vorbis audio encoder"
 msgstr "_Nästa objekt"
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -5042,255 +5534,262 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
+#: modules/control/corba/corba.c:685
+#, fuzzy
+msgid "Corba control"
+msgstr "Kontroller"
+
+#: modules/control/corba/corba.c:687
 #, fuzzy
-msgid "Corba control module"
+msgid "corba control module"
 msgstr "Göm andra"
 
-#: modules/control/gestures.c:77
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 #, fuzzy
 msgid "Middle"
 msgstr "Arkiv"
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 #, fuzzy
 msgid "Playlist bookmark 1"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 #, fuzzy
 msgid "Playlist bookmark 2"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 #, fuzzy
 msgid "Playlist bookmark 3"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 #, fuzzy
 msgid "Playlist bookmark 4"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 #, fuzzy
 msgid "Playlist bookmark 5"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 #, fuzzy
 msgid "Playlist bookmark 6"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 #, fuzzy
 msgid "Playlist bookmark 7"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 #, fuzzy
 msgid "Playlist bookmark 8"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 #, fuzzy
 msgid "Playlist bookmark 9"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 #, fuzzy
 msgid "Playlist bookmark 10"
 msgstr "Föregående fil"
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 #, fuzzy
 msgid "Hotkeys management interface"
 msgstr "Göm andra"
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
-#, c-format
-msgid "Pause"
-msgstr "Paus"
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr "Spela upp"
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
-msgstr ""
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
+#, fuzzy, c-format
+msgid "Audio track: %s"
+msgstr "_Nästa objekt"
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
-msgstr ""
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, fuzzy, c-format
+msgid "Subtitle track: %s"
+msgstr "Undertext"
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 #, fuzzy
 msgid "Host address"
 msgstr "Adress"
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr ""
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr ""
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 #, fuzzy
 msgid "Repeat time (ms)"
 msgstr "Markera allt"
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 #, fuzzy
 msgid "Joystick control interface"
 msgstr "Göm andra"
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr ""
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
-#, fuzzy, c-format
-msgid "Audio track: %s"
-msgstr "_Nästa objekt"
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
+#, c-format
+msgid "Pause"
+msgstr "Paus"
 
-#: modules/control/lirc.c:404
-#, fuzzy, c-format
-msgid "Subtitle track: %s"
-msgstr "Undertext"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr "Spela upp"
 
-#: modules/control/ntservice.c:39
-msgid "Install Windows Service"
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
 msgstr ""
 
-#: modules/control/ntservice.c:41
-msgid "If enabled the interface will install the Service and exit."
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
 msgstr ""
 
-#: modules/control/ntservice.c:42
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
+msgstr ""
+
+#: modules/control/ntservice.c:39
+msgid "Install Windows Service"
+msgstr ""
+
+#: modules/control/ntservice.c:41
+msgid "If enabled the interface will install the Service and exit."
+msgstr ""
+
+#: modules/control/ntservice.c:42
 msgid "Uninstall Windows Service"
 msgstr ""
 
@@ -5319,245 +5818,263 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr "Göm andra"
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 #, fuzzy
 msgid "Remote control interface"
 msgstr "Göm andra"
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, fuzzy, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr "Göm andra"
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, fuzzy, c-format
 msgid "no input\n"
 msgstr "_Nästa objekt"
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 #, fuzzy
 msgid "Telnet Interface port"
 msgstr "Göm andra"
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr ""
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr ""
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr ""
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 #, fuzzy
 msgid "Telnet remote control interface"
 msgstr "Göm andra"
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr ""
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5600,126 +6117,85 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 #, fuzzy
 msgid "Filename of dump"
 msgstr "Arkiv"
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr ""
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-#, fuzzy
-msgid "Output MRL"
-msgstr "Paus"
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr ""
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 #, fuzzy
 msgid "FLAC demuxer"
 msgstr "_Nästa objekt"
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 #, fuzzy
 msgid "Playlist metademux"
 msgstr "Föregående fil"
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+#, fuzzy
+msgid "JPEG camera demuxer"
+msgstr "_Nästa objekt"
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr ""
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 #, fuzzy
 msgid "Segment filename"
 msgstr "Arkiv"
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 #, fuzzy
 msgid "Muxing application"
 msgstr "Om VLC"
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 #, fuzzy
 msgid "Writing application"
 msgstr "Om VLC"
@@ -5804,7 +6280,7 @@ msgstr "_N
 msgid "MPEG-4 video demuxer"
 msgstr "_Nästa objekt"
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 #, fuzzy
 msgid "MPEG-I/II audio demuxer"
 msgstr "_Nästa objekt"
@@ -5814,32 +6290,6 @@ msgstr "_N
 msgid "MPEG-I/II video demuxer"
 msgstr "_Nästa objekt"
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, fuzzy, c-format
-msgid "SVCD Subtitle %i"
-msgstr "Undertext"
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, fuzzy, c-format
-msgid "CVD Subtitle %i"
-msgstr "Undertext"
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -5858,7 +6308,7 @@ msgstr "
 msgid "M3U playlist import"
 msgstr "Föregående fil"
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 #, fuzzy
 msgid "PLS playlist import"
 msgstr "Föregående fil"
@@ -5885,11 +6335,62 @@ msgstr ""
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+#, fuzzy
+msgid "Text subtitles demux"
+msgstr "Markera allt"
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+#, fuzzy
+msgid "Fast udp streaming"
+msgstr "Stopp"
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+#, fuzzy
+msgid "Silent mode"
+msgstr "Markera allt"
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr ""
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -5906,11 +6407,6 @@ msgstr ""
 msgid "Country"
 msgstr "Kontroller"
 
-#: modules/demux/util/id3genres.h:31
-#, fuzzy
-msgid "Dance"
-msgstr "Avbryt"
-
 #: modules/demux/util/id3genres.h:32
 #, fuzzy
 msgid "Disco"
@@ -5949,10 +6445,6 @@ msgstr ""
 msgid "Other"
 msgstr "Göm andra"
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -5961,18 +6453,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -5981,10 +6461,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -6027,10 +6503,6 @@ msgstr ""
 msgid "Trance"
 msgstr "Avbryt"
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -6231,20 +6703,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-#, fuzzy
-msgid "Text subtitles demux"
-msgstr "Markera allt"
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-#, fuzzy
-msgid "Delay subtitles (in 1/10s)"
-msgstr "Markera allt"
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6274,121 +6732,139 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr "Avbryt"
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 #, fuzzy
 msgid "Open"
 msgstr "Öppna fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr "Arkiv"
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr "Öppna fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 #, fuzzy
 msgid "Open Disc"
 msgstr "Öppna skiva"
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 #, fuzzy
 msgid "Open Subtitles"
 msgstr "Undertext"
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr "Om VLC"
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr "Undertext"
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 #, fuzzy
 msgid "Prev Title"
 msgstr "Föregående fil"
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 #, fuzzy
 msgid "Next Title"
 msgstr "Nästa file"
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 #, fuzzy
 msgid "Go to Title"
 msgstr "Titel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 #, fuzzy
 msgid "Go to Chapter"
 msgstr "Kapitel"
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr "Fönster"
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 #, fuzzy
 msgid "VLC media player: Open Media Files"
 msgstr "Markera allt"
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 #, fuzzy
 msgid "VLC media player: Open Subtitle File"
 msgstr "Markera allt"
@@ -6397,78 +6873,80 @@ msgstr "Markera allt"
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 #, fuzzy
 msgid "playlist"
 msgstr "Öppna skiva"
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 #, fuzzy
 msgid "Close"
 msgstr "Radera"
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr "Redigera"
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr "Markera allt"
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 #, fuzzy
 msgid "Select None"
 msgstr "Markera allt"
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 #, fuzzy
 msgid "Remove All"
 msgstr "Markera allt"
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 #, fuzzy
 msgid "Path"
 msgstr "Klistra in"
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr ""
@@ -6480,7 +6958,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr ""
@@ -6522,10 +7000,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6552,7 +7026,17 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:77
 #, fuzzy
 msgid "GNOME interface"
 msgstr "Göm andra"
@@ -6666,20 +7150,15 @@ msgid "Select audio channel"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6697,7 +7176,7 @@ msgstr "_Helsk
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr "Helskärm"
 
@@ -6710,8 +7189,9 @@ msgid "_Video"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -6770,7 +7250,7 @@ msgid "Slow"
 msgstr "Slow Motion"
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 #, fuzzy
 msgid "Play slower"
 msgstr "Slow Motion"
@@ -6782,13 +7262,14 @@ msgid "Fast"
 msgstr "Spola framåt"
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 #, fuzzy
 msgid "Play faster"
 msgstr "Spola framåt"
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 #, fuzzy
 msgid "Open playlist"
 msgstr "Öppna skiva"
@@ -6893,7 +7374,7 @@ msgid "Open Target:"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -6901,53 +7382,53 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr "Skiva typ"
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 #, fuzzy
 msgid "Audio CD"
 msgstr "_Nästa objekt"
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -6955,24 +7436,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr "Adress"
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr "Nätverk"
 
@@ -6980,10 +7461,6 @@ msgstr "N
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr ""
@@ -7005,13 +7482,13 @@ msgid "Satellite"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 #, fuzzy
 msgid "delay"
 msgstr "Spela upp"
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -7021,8 +7498,8 @@ msgid "stream output"
 msgstr "Paus"
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr ""
 
@@ -7049,19 +7526,19 @@ msgid "Invert"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr ""
 
@@ -7083,12 +7560,12 @@ msgid "Destination Target: "
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -7130,7 +7607,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 #, fuzzy
 msgid "Gtk+ interface"
 msgstr "Göm andra"
@@ -7248,15 +7725,15 @@ msgstr ""
 msgid "Open Target"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7336,12 +7813,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr "Titel %d (%d)"
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr "Kapitel %d"
@@ -7494,7 +7971,7 @@ msgstr ""
 msgid "Opening file..."
 msgstr "_Öppna fil..."
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 #, fuzzy
 msgid "Open File..."
 msgstr "_Öppna fil..."
@@ -7511,7 +7988,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7555,431 +8032,449 @@ msgstr "N
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 #, fuzzy
 msgid "Random Off"
 msgstr "Markera allt"
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 #, fuzzy
 msgid "Repeat All"
 msgstr "Markera allt"
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 #, fuzzy
 msgid "Repeat Off"
 msgstr "Markera allt"
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 #, fuzzy
 msgid "Repeat One"
 msgstr "Markera allt"
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 #, fuzzy
 msgid "Fit to Screen"
 msgstr "Helskärm"
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 #, fuzzy
 msgid "Step Backward"
 msgstr "Föregående objekt"
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/equalizer.m:147
+#, fuzzy
+msgid "Preamp"
+msgstr "Stopp"
+
+#: modules/gui/macosx/intf.m:375
 #, fuzzy
 msgid "VLC - Controller"
 msgstr "Kontroller"
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 #, fuzzy
 msgid "Services"
 msgstr "_Nästa objekt"
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr "Göm VLC"
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr "Göm andra"
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr "Visa alla"
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 #, fuzzy
 msgid "Quit VLC"
 msgstr "Avsluta VLC"
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 #, fuzzy
 msgid "1:File"
 msgstr "1:Arkiv"
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 #, fuzzy
 msgid "Quick Open File..."
 msgstr "_Öppna fil..."
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 #, fuzzy
 msgid "Open Disc..."
 msgstr "_Öppna skiva..."
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 #, fuzzy
 msgid "Open Network..."
 msgstr "Öppna nätverk"
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 #, fuzzy
 msgid "Open Recent"
 msgstr "Öppna nätverk"
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 #, fuzzy
 msgid "Clear Menu"
 msgstr "Radera"
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr "Klipp ut"
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr "Kopiera"
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr "Klistra in"
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr "Radera"
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr "Kontroller"
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 #, fuzzy
 msgid "Video Device"
 msgstr "Göm andra"
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 #, fuzzy
 msgid "Minimize Window"
 msgstr "Minimera"
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 #, fuzzy
 msgid "Close Window"
 msgstr "Fönster"
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 #, fuzzy
 msgid "Controller"
 msgstr "Kontroller"
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr "Lägg alla överst"
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-#, fuzzy
-msgid "video rendering mode"
-msgstr "Göm andra"
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-#, fuzzy
-msgid "OpenGL effect"
-msgstr "Öppna nätverk"
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 #, fuzzy
 msgid "Fill fullscreen"
 msgstr "Helskärm"
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 #, fuzzy
 msgid "Open Source"
 msgstr "Öppna nätverk"
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 #, fuzzy
 msgid "Load subtitles file:"
 msgstr "Undertext"
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+#, fuzzy
+msgid "Subtitles encoding"
+msgstr "Undertext"
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 #, fuzzy
 msgid "Advanced output:"
 msgstr "Paus"
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 #, fuzzy
 msgid "Play locally"
 msgstr "Slow Motion"
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 #, fuzzy
 msgid "Dump raw input"
 msgstr "Paus"
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 #, fuzzy
 msgid "Transcode options"
 msgstr "Paus"
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+#, fuzzy
+msgid "Scale"
+msgstr "Slow Motion"
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 #, fuzzy
 msgid "Channel Name"
 msgstr "Kanalserver"
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 #, fuzzy
 msgid "Save File"
 msgstr "Nästa file"
@@ -8006,7 +8501,7 @@ msgstr ""
 msgid "Properties"
 msgstr "Avsluta VLC"
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -8044,7 +8539,6 @@ msgstr ""
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr ""
 
@@ -8057,49 +8551,49 @@ msgstr "Markera allt"
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 #, fuzzy
 msgid "Command"
 msgstr "Kopiera"
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 #, fuzzy
 msgid "Control"
 msgstr "Kontroller"
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 #, fuzzy
 msgid "Continue"
 msgstr "Radera"
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -8108,7 +8602,17 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr "_Öppna nätverk..."
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+
+#: modules/gui/ncurses.c:92
 #, fuzzy
 msgid "ncurses interface"
 msgstr "Göm andra"
@@ -8128,7 +8632,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr "Göm andra"
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 #, fuzzy
 msgid "Filename"
 msgstr "Arkiv"
@@ -8146,7 +8650,7 @@ msgstr ""
 msgid "Owner"
 msgstr "Göm andra"
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 #, fuzzy
 msgid "Time"
 msgstr "Titel"
@@ -8575,256 +9079,370 @@ msgstr ""
 msgid "Qt interface"
 msgstr "Göm andra"
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 #, fuzzy
 msgid "Open a skin file"
 msgstr "Öppna fil"
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
 #, fuzzy
-msgid "Skinnable interface"
-msgstr "Göm andra"
+msgid "Save playlist"
+msgstr "Öppna skiva"
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
-msgstr ""
+#: modules/gui/skins2/src/dialogs.cpp:241
+#, fuzzy
+msgid "M3U file|*.m3u"
+msgstr "Arkiv"
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 #, fuzzy
 msgid "Skinnable Interface"
 msgstr "Göm andra"
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+#, fuzzy
+msgid "Select skin"
+msgstr "Markera allt"
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+#, fuzzy
+msgid "Open skin..."
+msgstr "Öppna skiva"
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+#, fuzzy
+msgid "Edit bookmark"
+msgstr "Föregående fil"
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr ""
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:408
+msgid "Invalid selection"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:418
+#, fuzzy
+msgid "No input found"
+msgstr "_Nästa objekt"
+
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:503
+#, fuzzy
+msgid "No input"
+msgstr "_Nästa objekt"
+
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:220
+#, fuzzy
+msgid "Hue"
+msgstr "Radera"
+
+#: modules/gui/wxwindows/extrapanel.cpp:225
+#, fuzzy
+msgid "Contrast"
+msgstr "Kontroller"
+
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:266
+#, fuzzy
+msgid "Video Options"
+msgstr "Paus"
+
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:296
+#, fuzzy
+msgid "Video Filters"
+msgstr "Göm andra"
+
+#: modules/gui/wxwindows/extrapanel.cpp:313
+#, fuzzy
+msgid "More info"
+msgstr "Radera"
+
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:395
+msgid "Volume normalization"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:400
+#, fuzzy
+msgid "Maximum level"
+msgstr "Avsluta VLC"
+
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
+msgstr ""
+
+#: modules/gui/wxwindows/extrapanel.cpp:919
+#, fuzzy
+msgid "More information"
+msgstr "Radera"
+
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
+msgstr ""
+
+#: modules/gui/wxwindows/fileinfo.cpp:59
 msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
+#: modules/gui/wxwindows/interface.cpp:314
 #, fuzzy
 msgid "Quick &Open File...\tCtrl-O"
 msgstr "_Öppna fil..."
 
-#: modules/gui/wxwindows/interface.cpp:336
+#: modules/gui/wxwindows/interface.cpp:317
 #, fuzzy
 msgid "Open &File...\tCtrl-F"
 msgstr "_Öppna fil..."
 
-#: modules/gui/wxwindows/interface.cpp:337
+#: modules/gui/wxwindows/interface.cpp:318
 #, fuzzy
 msgid "Open &Disc...\tCtrl-D"
 msgstr "_Öppna skiva..."
 
-#: modules/gui/wxwindows/interface.cpp:339
+#: modules/gui/wxwindows/interface.cpp:320
 #, fuzzy
 msgid "Open &Network Stream...\tCtrl-N"
 msgstr "_Öppna nätverk..."
 
-#: modules/gui/wxwindows/interface.cpp:341
+#: modules/gui/wxwindows/interface.cpp:322
 msgid "Open &Capture Device...\tCtrl-C"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
-msgstr ""
+#: modules/gui/wxwindows/interface.cpp:325
+#, fuzzy
+msgid "&Wizard...\tCtrl-W"
+msgstr "Öppna skiva"
 
-#: modules/gui/wxwindows/interface.cpp:350
+#: modules/gui/wxwindows/interface.cpp:327
 msgid "E&xit\tCtrl-X"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
+#: modules/gui/wxwindows/interface.cpp:331
 #, fuzzy
 msgid "&Playlist...\tCtrl-P"
 msgstr "Öppna skiva"
 
-#: modules/gui/wxwindows/interface.cpp:355
+#: modules/gui/wxwindows/interface.cpp:332
 #, fuzzy
 msgid "&Messages...\tCtrl-M"
 msgstr "_Öppna skiva..."
 
-#: modules/gui/wxwindows/interface.cpp:357
+#: modules/gui/wxwindows/interface.cpp:334
 msgid "Stream and Media &info...\tCtrl-I"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
+#: modules/gui/wxwindows/interface.cpp:348
 #, fuzzy
 msgid "&File"
 msgstr "Arkiv"
 
-#: modules/gui/wxwindows/interface.cpp:372
+#: modules/gui/wxwindows/interface.cpp:349
 msgid "&View"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:373
+#: modules/gui/wxwindows/interface.cpp:350
 #, fuzzy
 msgid "&Settings"
 msgstr "Markera allt"
 
-#: modules/gui/wxwindows/interface.cpp:374
+#: modules/gui/wxwindows/interface.cpp:351
 #, fuzzy
 msgid "&Audio"
 msgstr "_Nästa objekt"
 
-#: modules/gui/wxwindows/interface.cpp:375
+#: modules/gui/wxwindows/interface.cpp:352
 msgid "&Video"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:376
+#: modules/gui/wxwindows/interface.cpp:353
 msgid "&Navigation"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:377
+#: modules/gui/wxwindows/interface.cpp:354
 msgid "&Help"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:444
+#: modules/gui/wxwindows/interface.cpp:429
 #, fuzzy
 msgid "Previous playlist item"
 msgstr "Föregående fil"
 
-#: modules/gui/wxwindows/interface.cpp:445
+#: modules/gui/wxwindows/interface.cpp:430
 msgid "Next playlist item"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:555
-#, fuzzy
-msgid "Hue"
-msgstr "Radera"
-
-#: modules/gui/wxwindows/interface.cpp:561
-#, fuzzy
-msgid "Contrast"
-msgstr "Kontroller"
-
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
-msgstr ""
-
-#: modules/gui/wxwindows/interface.cpp:602
-#, fuzzy
-msgid "Video Options"
-msgstr "Paus"
-
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
+#: modules/gui/wxwindows/interface.cpp:605
+msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:640
-#, fuzzy
-msgid "Audio Options"
-msgstr "Paus"
-
-#: modules/gui/wxwindows/interface.cpp:815
-msgid "&Extended GUI"
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 #, fuzzy
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr "Göm andra"
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, fuzzy, c-format
 msgid "About %s"
 msgstr "Om VLC"
@@ -8845,7 +9463,7 @@ msgid "Group Info"
 msgstr "Radera"
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr ""
 
@@ -8854,50 +9472,60 @@ msgstr ""
 msgid "Options"
 msgstr "Paus"
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 #, fuzzy
 msgid "Quick &Open File..."
 msgstr "_Öppna fil..."
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 #, fuzzy
 msgid "Open &File..."
 msgstr "_Öppna fil..."
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 #, fuzzy
 msgid "Open &Disc..."
 msgstr "_Öppna skiva..."
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 #, fuzzy
 msgid "Open &Network Stream..."
 msgstr "_Öppna nätverk..."
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 #, fuzzy
 msgid "Open &Capture Device..."
 msgstr "_Öppna skiva..."
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+#, fuzzy
+msgid "Media &Info..."
+msgstr "Radera"
+
+#: modules/gui/wxwindows/menus.cpp:136
+#, fuzzy
+msgid "&Messages..."
+msgstr "_Öppna skiva..."
+
+#: modules/gui/wxwindows/menus.cpp:155
 #, fuzzy
 msgid "Audio menu"
 msgstr "_Nästa objekt"
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 #, fuzzy
 msgid "Interface menu"
 msgstr "Göm andra"
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -8911,215 +9539,218 @@ msgstr "
 msgid "Save Messages As..."
 msgstr "_Öppna skiva..."
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 #, fuzzy
 msgid "Advanced options..."
 msgstr "Paus"
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 #, fuzzy
 msgid "Advanced options"
 msgstr "Paus"
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 #, fuzzy
 msgid "Options:"
 msgstr "Paus"
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 #, fuzzy
 msgid "Open..."
 msgstr "Öppna fil"
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 #, fuzzy
 msgid "Open:"
 msgstr "Öppna fil"
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 #, fuzzy
 msgid "Subtitle options"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
+#: modules/gui/wxwindows/open.cpp:614
 #, fuzzy
 msgid "DVD (menus)"
 msgstr "Radera"
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
-msgstr ""
+#: modules/gui/wxwindows/open.cpp:646
+#, fuzzy
+msgid "Subtitles track"
+msgstr "Undertext"
 
-#: modules/gui/wxwindows/open.cpp:664
+#: modules/gui/wxwindows/open.cpp:674
 msgid "RTSP"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
+msgstr "Repetera"
+
+#: modules/gui/wxwindows/playlist.cpp:39
+#, fuzzy
+msgid "Repeat"
+msgstr "Markera allt"
+
+#: modules/gui/wxwindows/playlist.cpp:206
 #, fuzzy
 msgid "&Simple Add..."
 msgstr "_Öppna fil..."
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 #, fuzzy
 msgid "&Open Playlist..."
 msgstr "Öppna skiva"
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 #, fuzzy
 msgid "&Save Playlist..."
 msgstr "Öppna skiva"
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 #, fuzzy
 msgid "&Close"
 msgstr "Radera"
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 #, fuzzy
 msgid "Sort by &title"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 #, fuzzy
 msgid "Sort by &author"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 #, fuzzy
 msgid "Reverse sort by author"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 #, fuzzy
 msgid "&Shuffle Playlist"
 msgstr "Öppna skiva"
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 #, fuzzy
 msgid "&Disable"
 msgstr "Arkiv"
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 #, fuzzy
 msgid "D&elete"
 msgstr "Markera allt"
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 #, fuzzy
 msgid "&Select All"
 msgstr "Markera allt"
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 #, fuzzy
 msgid "&Manage"
 msgstr "Språk"
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 #, fuzzy
 msgid "S&ort"
 msgstr "Klistra in"
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 #, fuzzy
 msgid "&Selection"
 msgstr "Markera allt"
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 #, fuzzy
 msgid "Enable/Disable"
 msgstr "Arkiv"
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-#, fuzzy
-msgid "Item info"
-msgstr "Radera"
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 #, fuzzy
 msgid "M3U file"
 msgstr "Arkiv"
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 #, fuzzy
 msgid "PLS file"
 msgstr "Nästa file"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 #, fuzzy
 msgid "Playlist is empty"
 msgstr "Föregående fil"
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-#, fuzzy
-msgid "Save playlist"
-msgstr "Öppna skiva"
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -9147,110 +9778,78 @@ msgstr "Arkiv"
 msgid "Choose file"
 msgstr "Arkiv"
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 #, fuzzy
 msgid "Output methods"
 msgstr "Nästa file"
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 #, fuzzy
 msgid "Miscellaneous options"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 #, fuzzy
 msgid "Channel name"
 msgstr "Kanalserver"
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 #, fuzzy
 msgid "Video codec"
 msgstr "Göm andra"
 
-#: modules/gui/wxwindows/streamout.cpp:685
-#, fuzzy
-msgid "Scale"
-msgstr "Slow Motion"
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 #, fuzzy
 msgid "Audio codec"
 msgstr "_Nästa objekt"
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 #, fuzzy
 msgid "Save file"
 msgstr "Nästa file"
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-#, fuzzy
-msgid "Step 1: Select what to stream."
-msgstr "_Öppna nätverk..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-#, fuzzy
-msgid "Step 2: Define streaming method."
-msgstr "_Öppna nätverk..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-#, fuzzy
-msgid "Step 3: Start streaming."
-msgstr "_Öppna nätverk..."
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 #, fuzzy
 msgid "Subtitles file"
 msgstr "Undertext"
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-#, fuzzy
-msgid "Subtitles encoding"
-msgstr "Undertext"
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 #, fuzzy
 msgid "Subtitles options"
 msgstr "Undertext"
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+#, fuzzy
+msgid "Delay subtitles (in 1/10s)"
+msgstr "Markera allt"
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -9350,52 +9949,48 @@ msgstr ""
 msgid "Dummy font renderer function"
 msgstr ""
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr ""
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 #, fuzzy
 msgid "Font filename"
 msgstr "Arkiv"
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 #, fuzzy
 msgid "Smaller"
 msgstr "Slow Motion"
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 #, fuzzy
 msgid "Large"
 msgstr "Språk"
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -9452,17 +10047,17 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9554,6 +10149,16 @@ msgstr "G
 msgid "X Screensaver disabler"
 msgstr ""
 
+#: modules/misc/svg.c:60
+#, fuzzy
+msgid "SVG template file"
+msgstr "Nästa file"
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr ""
@@ -9562,37 +10167,37 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 #, fuzzy
 msgid "Comment"
 msgstr "Kopiera"
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -9623,42 +10228,42 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 #, fuzzy
 msgid "Video PID"
 msgstr "Göm andra"
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 #, fuzzy
 msgid "Audio PID"
 msgstr "_Nästa objekt"
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9667,58 +10272,64 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 #, fuzzy
 msgid "Crypt audio"
 msgstr "_Nästa objekt"
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
-msgstr ""
-
-#: modules/mux/mpeg/ts.c:125
+#: modules/mux/mpeg/ts.c:117
 msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
+#: modules/mux/mpjpeg.c:41
+#, fuzzy
+msgid "Multipart jpeg muxer"
+msgstr "Nästa file"
+
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+#, fuzzy
+msgid "WAV muxer"
+msgstr "_Nästa objekt"
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -9806,7 +10417,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr "Nästa file"
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -9833,7 +10444,7 @@ msgstr ""
 msgid "Output URL"
 msgstr "Paus"
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9868,43 +10479,88 @@ msgstr "Paus"
 msgid "Gathering stream output"
 msgstr "Paus"
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr ""
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr ""
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 #, fuzzy
 msgid "Muxer"
 msgstr "Stäng av ljudet"
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr ""
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
 msgstr ""
 
+#: modules/stream_out/rtp.c:57
+#, fuzzy
+msgid "Session description"
+msgstr "Markera allt"
+
 #: modules/stream_out/rtp.c:59
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:60
+msgid "Session URL"
+msgstr ""
+
+#: modules/stream_out/rtp.c:62
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:63
+msgid "Session email"
+msgstr ""
+
+#: modules/stream_out/rtp.c:65
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+
+#: modules/stream_out/rtp.c:69
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:70
+#, fuzzy
+msgid "Audio port"
+msgstr "Paus"
+
+#: modules/stream_out/rtp.c:72
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:73
+#, fuzzy
+msgid "Video port"
+msgstr "_Nästa objekt"
+
+#: modules/stream_out/rtp.c:75
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 #, fuzzy
 msgid "RTP stream output"
 msgstr "Paus"
@@ -9947,159 +10603,200 @@ msgstr ""
 msgid "Standard stream output"
 msgstr "Stopp"
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 #, fuzzy
 msgid "Video encoder"
 msgstr "Göm andra"
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 #, fuzzy
 msgid "Destination video codec"
 msgstr "Föregående fil"
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 #, fuzzy
 msgid "Video bitrate"
 msgstr "_Nästa objekt"
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 #, fuzzy
 msgid "Video scaling"
 msgstr "Göm andra"
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+#, fuzzy
+msgid "Video frame-rate"
+msgstr "_Nästa objekt"
+
+#: modules/stream_out/transcode.c:59
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+
+#: modules/stream_out/transcode.c:60
 #, fuzzy
 msgid "Deinterlace video"
 msgstr "Göm andra"
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 #, fuzzy
 msgid "Video crop top"
 msgstr "Paus"
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 #, fuzzy
 msgid "Video crop left"
 msgstr "Göm andra"
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 #, fuzzy
 msgid "Video crop bottom"
 msgstr "Paus"
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 #, fuzzy
 msgid "Video crop right"
 msgstr "Göm andra"
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 #, fuzzy
 msgid "Audio encoder"
 msgstr "_Nästa objekt"
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 #, fuzzy
 msgid "Destination audio codec"
 msgstr "_Nästa objekt"
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 #, fuzzy
 msgid "Audio bitrate"
 msgstr "_Nästa objekt"
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 #, fuzzy
 msgid "Audio sample rate"
 msgstr "_Nästa objekt"
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 #, fuzzy
 msgid "Audio channels"
 msgstr "Kanal:"
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+#, fuzzy
+msgid "Subtitles encoder"
+msgstr "Undertext"
+
+#: modules/stream_out/transcode.c:106
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+
+#: modules/stream_out/transcode.c:108
+#, fuzzy
+msgid "Destination subtitles codec"
+msgstr "Föregående fil"
+
 #: modules/stream_out/transcode.c:110
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+
+#: modules/stream_out/transcode.c:113
 #, fuzzy
 msgid "Number of threads"
 msgstr "Paus"
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 #, fuzzy
 msgid "Transcode stream output"
 msgstr "Paus"
@@ -10183,13 +10880,18 @@ msgstr ""
 msgid "Image properties filter"
 msgstr "Föregående fil"
 
+#: modules/video_filter/blend.c:65
+#, fuzzy
+msgid "Video pictures blending"
+msgstr "Göm andra"
+
 #: modules/video_filter/clone.c:55
 #, fuzzy
 msgid "Number of clones"
 msgstr "Paus"
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -10198,7 +10900,7 @@ msgid "List of video output modules"
 msgstr "Paus"
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -10278,7 +10980,7 @@ msgid "Logo filename"
 msgstr "Arkiv"
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -10286,7 +10988,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -10298,7 +11000,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -10311,7 +11013,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -10358,7 +11060,7 @@ msgstr "Paus"
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -10367,7 +11069,8 @@ msgid "Number of rows"
 msgstr "Paus"
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -10392,21 +11095,21 @@ msgstr ""
 msgid "color ASCII art video output"
 msgstr "Paus"
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -10414,31 +11117,51 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr ""
 
+#: modules/video_output/directx/directx.c:288
+#, fuzzy
+msgid "Wallpaper"
+msgstr "Slow Motion"
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr ""
@@ -10453,8 +11176,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -10468,10 +11191,29 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr ""
 
+#: modules/video_output/hd1000v.cpp:57
+#, fuzzy
+msgid "HD1000 video output"
+msgstr "Paus"
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr ""
 
+#: modules/video_output/opengl.c:97
+#, fuzzy
+msgid "Select effect"
+msgstr "Markera allt"
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+#, fuzzy
+msgid "OpenGL video output"
+msgstr "Helskärm"
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr ""
@@ -10490,6 +11232,43 @@ msgstr ""
 msgid "Simple DirectMedia Layer video output"
 msgstr ""
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+#, fuzzy
+msgid "snapshot module"
+msgstr "Göm andra"
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr ""
@@ -10498,11 +11277,23 @@ msgstr ""
 msgid "Windows GDI video output"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr ""
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -10512,12 +11303,28 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr ""
@@ -10530,26 +11337,10 @@ msgstr ""
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr ""
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr ""
@@ -10560,14 +11351,14 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr ""
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
@@ -10694,6 +11485,54 @@ msgstr ""
 msgid "XOSD interface"
 msgstr "Göm andra"
 
+#, fuzzy
+#~ msgid "Stream "
+#~ msgstr "Stopp"
+
+#, fuzzy
+#~ msgid "Output MRL"
+#~ msgstr "Paus"
+
+#, fuzzy
+#~ msgid "SVCD Subtitle %i"
+#~ msgstr "Undertext"
+
+#, fuzzy
+#~ msgid "CVD Subtitle %i"
+#~ msgstr "Undertext"
+
+#, fuzzy
+#~ msgid "video rendering mode"
+#~ msgstr "Göm andra"
+
+#, fuzzy
+#~ msgid "OpenGL effect"
+#~ msgstr "Öppna nätverk"
+
+#, fuzzy
+#~ msgid "Skinnable interface"
+#~ msgstr "Göm andra"
+
+#, fuzzy
+#~ msgid "Audio Options"
+#~ msgstr "Paus"
+
+#, fuzzy
+#~ msgid "Item info"
+#~ msgstr "Radera"
+
+#, fuzzy
+#~ msgid "Step 1: Select what to stream."
+#~ msgstr "_Öppna nätverk..."
+
+#, fuzzy
+#~ msgid "Step 2: Define streaming method."
+#~ msgstr "_Öppna nätverk..."
+
+#, fuzzy
+#~ msgid "Step 3: Start streaming."
+#~ msgstr "_Öppna nätverk..."
+
 #, fuzzy
 #~ msgid "slowest"
 #~ msgstr "Slow Motion"
@@ -10750,10 +11589,6 @@ msgstr "G
 #~ msgid "Additional streaming options"
 #~ msgstr "Paus"
 
-#, fuzzy
-#~ msgid "More Info"
-#~ msgstr "Radera"
-
 #, fuzzy
 #~ msgid "Transcode video"
 #~ msgstr "Paus"
@@ -10838,10 +11673,6 @@ msgstr "G
 #~ msgid "Video device type"
 #~ msgstr "Göm andra"
 
-#, fuzzy
-#~ msgid "Channel"
-#~ msgstr "Kanal:"
-
 #, fuzzy
 #~ msgid "Advanced settings..."
 #~ msgstr "Paus"
@@ -10858,10 +11689,6 @@ msgstr "G
 #~ msgid "Common options"
 #~ msgstr "Paus"
 
-#, fuzzy
-#~ msgid "Audio options"
-#~ msgstr "Paus"
-
 #, fuzzy
 #~ msgid "Native playlist exporter"
 #~ msgstr "Öppna skiva"
@@ -10878,14 +11705,6 @@ msgstr "G
 #~ msgid "subtitles"
 #~ msgstr "Undertext"
 
-#, fuzzy
-#~ msgid "subtitles decoder"
-#~ msgstr "Undertext"
-
-#, fuzzy
-#~ msgid "Corba control"
-#~ msgstr "Kontroller"
-
 #, fuzzy
 #~ msgid "HTTP remote control"
 #~ msgstr "Paus"
@@ -10898,10 +11717,6 @@ msgstr "G
 #~ msgid "Play List"
 #~ msgstr "Spola framåt"
 
-#, fuzzy
-#~ msgid "Repeat On"
-#~ msgstr "Markera allt"
-
 #, fuzzy
 #~ msgid "Loop On"
 #~ msgstr "Repetera"
@@ -10942,9 +11757,6 @@ msgstr "G
 #~ msgid "&Randomize Playlist"
 #~ msgstr "Öppna skiva"
 
-#~ msgid "Loop"
-#~ msgstr "Repetera"
-
 #, fuzzy
 #~ msgid "Open subtitles file"
 #~ msgstr "Markera allt"
@@ -11171,13 +11983,6 @@ msgstr "G
 #~ msgid "Language 0x%x"
 #~ msgstr "Språk 0x%x"
 
-#~ msgid "Screen %d"
-#~ msgstr "Helskärm %d"
-
-#, fuzzy
-#~ msgid "Open skin"
-#~ msgstr "Öppna skiva"
-
 #, fuzzy
 #~ msgid "All files"
 #~ msgstr "Arkiv"
index 0d5e4ddde7e5877c386abd606ee77cbf81ff32e3..38cc45bd4a1521c6f684ff97f924b449009f38e4 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-05-21 13:32+0200\n"
+"POT-Creation-Date: 2004-09-01 13:00+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -173,14 +173,14 @@ msgstr ""
 msgid "No help is available for these modules"
 msgstr ""
 
-#: include/vlc_interface.h:131
+#: include/vlc_interface.h:126
 msgid ""
 "\n"
 "Warning: if you can't access the GUI anymore, open a dos command box, go to "
 "the directory where you installed VLC and run \"vlc -I wxwin\"\n"
 msgstr ""
 
-#: include/vlc_interface.h:164
+#: include/vlc_interface.h:159
 msgid ""
 "VLC is an open-source and cross-platform multimedia player for various audio "
 "and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, Ogg, ...) as well as "
@@ -192,36 +192,33 @@ msgid ""
 "For more information, have a look at the web site."
 msgstr ""
 
-#: include/vlc_meta.h:28 src/input/input_programs.c:103
-#: modules/access/cdda/access.c:364 modules/access/cdda/access.c:429
-#: modules/access/dvdplay/access.c:207 modules/demux/dvdnav.c:423
-#: modules/gui/beos/MediaControlView.cpp:1274
+#: include/vlc_meta.h:28 src/input/var.c:135 modules/access/cdda/access.c:364
+#: modules/access/cdda/access.c:429 modules/gui/beos/MediaControlView.cpp:1234
 #: modules/gui/gtk/gnome_interface.c:1659 modules/gui/gtk/gtk_interface.c:1965
-#: modules/gui/gtk/menu.c:1403 modules/gui/gtk/menu.c:1424
+#: modules/gui/gtk/menu.c:1369 modules/gui/gtk/menu.c:1390
 #: modules/gui/gtk/open.c:236 modules/gui/kde/interface.cpp:144
-#: modules/gui/macosx/intf.m:565 modules/gui/macosx/intf.m:566
-#: modules/gui/macosx/open.m:149 modules/gui/macosx/playlistinfo.m:62
-#: modules/gui/wxwindows/open.cpp:633 modules/gui/wxwindows/open.cpp:1157
-#: modules/mux/asf.c:43
+#: modules/gui/macosx/intf.m:434 modules/gui/macosx/intf.m:435
+#: modules/gui/macosx/open.m:150 modules/gui/macosx/playlistinfo.m:62
+#: modules/gui/wxwindows/open.cpp:635 modules/gui/wxwindows/open.cpp:1124
+#: modules/mux/asf.c:46
 msgid "Title"
 msgstr ""
 
-#: include/vlc_meta.h:29 src/input/input.c:985 src/playlist/sort.c:108
-#: src/playlist/sort.c:110 modules/access/cdda/access.c:758
-#: modules/access/vcdx/access.c:1323 modules/demux/util/id3tag.c:116
-#: modules/gui/macosx/playlist.m:181 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:63
+#: include/vlc_meta.h:29 src/input/input.c:809 src/playlist/sort.c:119
+#: src/playlist/sort.c:121 modules/access/cdda/access.c:758
+#: modules/access/vcdx/access.c:1326 modules/gui/macosx/playlist.m:181
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:63
 #: modules/gui/macosx/playlistinfo.m:140 modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:167
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:293
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
-#: modules/mux/asf.c:46
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
+#: modules/mux/asf.c:49
 msgid "Author"
 msgstr ""
 
 #: include/vlc_meta.h:30 modules/access/cdda/access.c:369
-#: modules/access/cdda/access.c:425
+#: modules/access/cdda/access.c:425 modules/gui/macosx/playlist.m:883
 msgid "Artist"
 msgstr ""
 
@@ -230,17 +227,16 @@ msgstr ""
 msgid "Genre"
 msgstr ""
 
-#: include/vlc_meta.h:32 modules/mux/asf.c:49
+#: include/vlc_meta.h:32 modules/mux/asf.c:52
 msgid "Copyright"
 msgstr ""
 
-#: include/vlc_meta.h:33 src/input/es_out.c:358
-#: modules/gui/gtk/preferences.c:327 modules/gui/kde/pluginsbox.cpp:46
-#: modules/gui/wxwindows/bookmarks.cpp:139
+#: include/vlc_meta.h:33 modules/gui/gtk/preferences.c:327
+#: modules/gui/kde/pluginsbox.cpp:46 modules/gui/wxwindows/bookmarks.cpp:255
 msgid "Description"
 msgstr ""
 
-#: include/vlc_meta.h:34 modules/mux/asf.c:55
+#: include/vlc_meta.h:34 modules/mux/asf.c:58
 msgid "Rating"
 msgstr ""
 
@@ -255,13 +251,13 @@ msgstr ""
 #: include/vlc_meta.h:37 modules/gui/gtk/gnome_interface.c:1768
 #: modules/gui/gtk/gnome_interface.c:2300
 #: modules/gui/gtk/gnome_interface.c:2441 modules/gui/gtk/gtk_interface.c:2083
-#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:162
-#: modules/gui/wxwindows/open.cpp:727
+#: modules/gui/gtk/gtk_interface.c:2759 modules/gui/macosx/open.m:163
+#: modules/gui/wxwindows/open.cpp:737
 msgid "URL"
 msgstr ""
 
-#: include/vlc_meta.h:38 src/input/es_out.c:354 src/libvlc.h:73
-#: modules/gui/beos/InterfaceWindow.cpp:254
+#: include/vlc_meta.h:38 src/input/es_out.c:1088 src/libvlc.h:73
+#: modules/gui/beos/InterfaceWindow.cpp:259
 msgid "Language"
 msgstr ""
 
@@ -273,58 +269,70 @@ msgstr ""
 msgid "Codec Description"
 msgstr ""
 
-#: src/audio_output/input.c:104 modules/gui/macosx/intf.m:580
-#: modules/gui/macosx/intf.m:581 modules/gui/wxwindows/interface.cpp:634
+#: src/audio_output/input.c:106 modules/gui/macosx/intf.m:449
+#: modules/gui/macosx/intf.m:450
 msgid "Visualizations"
 msgstr ""
 
-#: src/audio_output/input.c:106 src/input/input_programs.c:691
-#: src/video_output/video_output.c:427 modules/codec/ffmpeg/postprocess.c:90
+#: src/audio_output/input.c:108 src/audio_output/input.c:154
+#: src/input/es_out.c:297 src/video_output/video_output.c:418
+#: modules/codec/ffmpeg/postprocess.c:90
 msgid "Disable"
 msgstr ""
 
-#: src/audio_output/input.c:108 modules/gui/macosx/controls.m:657
-#: modules/gui/macosx/intf.m:557 modules/gui/macosx/playlist.m:183
-#: modules/gui/wxwindows/playlist.cpp:254
+#: src/audio_output/input.c:110 modules/gui/macosx/controls.m:575
+#: modules/gui/macosx/intf.m:426 modules/gui/macosx/playlist.m:183
 msgid "Random"
 msgstr ""
 
-#: src/audio_output/input.c:110
+#: src/audio_output/input.c:112
 msgid "Scope"
 msgstr ""
 
-#: src/audio_output/input.c:112
+#: src/audio_output/input.c:114
 msgid "Spectrum"
 msgstr ""
 
-#: src/audio_output/input.c:119
+#: src/audio_output/input.c:121
 msgid "Goom"
 msgstr ""
 
-#: src/audio_output/input.c:135 src/libvlc.h:159
+#: src/audio_output/input.c:129
+msgid "GaLaktos"
+msgstr ""
+
+#: src/audio_output/input.c:151 modules/gui/macosx/equalizer.m:140
+#: modules/gui/macosx/equalizer.m:154 modules/gui/macosx/intf.m:474
+#: modules/gui/wxwindows/extrapanel.cpp:177
+msgid "Equalizer"
+msgstr ""
+
+#: src/audio_output/input.c:173 src/libvlc.h:149
+#: modules/gui/wxwindows/extrapanel.cpp:384
 msgid "Audio filters"
 msgstr ""
 
 #: src/audio_output/output.c:102 src/audio_output/output.c:129
-#: modules/access/vcdx/access.c:1078 modules/gui/macosx/intf.m:576
-#: modules/gui/macosx/intf.m:577
+#: modules/access/vcdx/access.c:1080 modules/gui/macosx/intf.m:445
+#: modules/gui/macosx/intf.m:446
 msgid "Audio Channels"
 msgstr ""
 
 #: src/audio_output/output.c:105 src/audio_output/output.c:140
-#: modules/audio_output/alsa.c:178 modules/audio_output/directx.c:447
-#: modules/audio_output/oss.c:202 modules/audio_output/sdl.c:181
-#: modules/audio_output/sdl.c:198 modules/audio_output/waveout.c:386
+#: modules/audio_output/alsa.c:178 modules/audio_output/alsa.c:209
+#: modules/audio_output/directx.c:447 modules/audio_output/oss.c:202
+#: modules/audio_output/sdl.c:181 modules/audio_output/sdl.c:198
+#: modules/audio_output/waveout.c:393
 msgid "Stereo"
 msgstr ""
 
 #: src/audio_output/output.c:107 src/audio_output/output.c:143
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Left"
 msgstr ""
 
 #: src/audio_output/output.c:109 src/audio_output/output.c:145
-#: src/libvlc.h:219 modules/codec/subsdec.c:93 modules/control/gestures.c:87
+#: src/libvlc.h:209 modules/codec/subsdec.c:94 modules/control/gestures.c:84
 msgid "Right"
 msgstr ""
 
@@ -391,264 +399,246 @@ msgstr ""
 msgid "%s: option `-W %s' doesn't allow an argument\n"
 msgstr ""
 
-#: src/input/control.c:264
+#: src/input/control.c:257
 #, c-format
 msgid "Bookmark %i"
 msgstr ""
 
-#: src/input/es_out.c:301
-msgid "Stream "
+#: src/input/es_out.c:309 src/input/es_out.c:310 modules/access/cdda.c:161
+#, c-format
+msgid "Track %i"
 msgstr ""
 
-#: src/input/es_out.c:348
+#: src/input/es_out.c:1080 src/input/es_out.c:1083
 #, c-format
 msgid "Stream %d"
 msgstr ""
 
-#: src/input/es_out.c:350
+#: src/input/es_out.c:1085
 msgid "Codec"
 msgstr ""
 
-#: src/input/es_out.c:366 src/input/es_out.c:388 src/input/es_out.c:405
-#: modules/gui/macosx/output.m:143
+#: src/input/es_out.c:1096 src/input/es_out.c:1118 src/input/es_out.c:1135
+#: modules/gui/macosx/output.m:153
 msgid "Type"
 msgstr ""
 
-#: src/input/es_out.c:366 src/libvlc.h:771 modules/access/dvdplay/access.c:213
-#: modules/demux/dvdnav.c:429 modules/gui/beos/InterfaceWindow.cpp:258
+#: src/input/es_out.c:1096 src/libvlc.h:787
+#: modules/gui/beos/InterfaceWindow.cpp:263
 #: modules/gui/gtk/gnome_interface.c:1092 modules/gui/gtk/gtk_interface.c:1219
-#: modules/gui/macosx/intf.m:570 modules/gui/macosx/output.m:156
+#: modules/gui/macosx/intf.m:439 modules/gui/macosx/output.m:170
+#: modules/gui/wxwindows/extrapanel.cpp:178
 msgid "Audio"
 msgstr ""
 
-#: src/input/es_out.c:369 modules/gui/gtk/gnome_interface.c:148
+#: src/input/es_out.c:1099 modules/gui/gtk/gnome_interface.c:148
 #: modules/gui/gtk/gnome_interface.c:931 modules/gui/gtk/gtk_interface.c:481
-#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:162
-#: modules/gui/wxwindows/streamout.cpp:753
+#: modules/gui/gtk/gtk_interface.c:1282 modules/gui/macosx/output.m:176
+#: modules/gui/wxwindows/streamout.cpp:760
 msgid "Channels"
 msgstr ""
 
-#: src/input/es_out.c:373
+#: src/input/es_out.c:1103
 msgid "Sample rate"
 msgstr ""
 
-#: src/input/es_out.c:374
+#: src/input/es_out.c:1104
 #, c-format
 msgid "%d Hz"
 msgstr ""
 
-#: src/input/es_out.c:378
+#: src/input/es_out.c:1108
 msgid "Bits per sample"
 msgstr ""
 
-#: src/input/es_out.c:382
+#: src/input/es_out.c:1112 modules/access/pvr/pvr.c:73
 msgid "Bitrate"
 msgstr ""
 
-#: src/input/es_out.c:383
+#: src/input/es_out.c:1113
 #, c-format
-msgid "%d bps"
+msgid "%d kb/s"
 msgstr ""
 
-#: src/input/es_out.c:388 src/libvlc.h:795
+#: src/input/es_out.c:1118 src/libvlc.h:811
 #: modules/gui/gtk/gnome_interface.c:1099 modules/gui/gtk/gtk_interface.c:1296
-#: modules/gui/macosx/intf.m:583 modules/gui/macosx/output.m:150
-#: modules/misc/dummy/dummy.c:91
+#: modules/gui/macosx/intf.m:452 modules/gui/macosx/output.m:160
+#: modules/gui/wxwindows/extrapanel.cpp:176 modules/misc/dummy/dummy.c:91
 msgid "Video"
 msgstr ""
 
-#: src/input/es_out.c:392
+#: src/input/es_out.c:1122
 msgid "Resolution"
 msgstr ""
 
-#: src/input/es_out.c:398
+#: src/input/es_out.c:1128
 msgid "Display resolution"
 msgstr ""
 
-#: src/input/es_out.c:405 modules/access/dvdplay/access.c:211
-#: modules/demux/dvdnav.c:427 modules/gui/gtk/gnome_interface.c:1972
-#: modules/gui/gtk/gtk_interface.c:2287 modules/gui/wxwindows/open.cpp:1197
+#: src/input/es_out.c:1135 modules/gui/gtk/gnome_interface.c:1972
+#: modules/gui/gtk/gtk_interface.c:2287
 msgid "Subtitle"
 msgstr ""
 
-#: src/input/input.c:268
-msgid "Bookmark"
-msgstr ""
-
-#: src/input/input.c:984 src/input/input.c:1034 src/playlist/item-ext.c:301
-#: src/playlist/item.c:66 src/playlist/sort.c:108 src/playlist/sort.c:110
+#: src/input/input.c:808 src/input/input.c:1499 src/playlist/item-ext.c:302
+#: src/playlist/item.c:67 src/playlist/sort.c:119 src/playlist/sort.c:121
 #: modules/access/cdda/access.c:364 modules/access/cdda/access.c:369
 #: modules/access/cdda/access.c:374 modules/access/cdda/access.c:379
 #: modules/access/cdda/access.c:383 modules/access/cdda/access.c:386
 #: modules/access/cdda/access.c:390 modules/access/cdda/access.c:406
 #: modules/access/cdda/access.c:758 modules/access/cdda/access.c:762
-#: modules/access/vcdx/access.c:1049 modules/access/vcdx/access.c:1323
-#: modules/demux/util/id3tag.c:116 modules/gui/macosx/playlist.m:505
-#: modules/gui/macosx/playlist.m:883 modules/gui/macosx/playlistinfo.m:140
+#: modules/access/vcdx/access.c:1051 modules/access/vcdx/access.c:1326
+#: modules/gui/macosx/playlist.m:505 modules/gui/macosx/playlistinfo.m:140
 #: modules/gui/macosx/playlistinfo.m:179
 #: modules/gui/wxwindows/iteminfo.cpp:171
-#: modules/gui/wxwindows/playlist.cpp:436 modules/misc/playlist/m3u.c:62
+#: modules/gui/wxwindows/playlist.cpp:426
+#: modules/gui/wxwindows/playlist.cpp:442 modules/misc/playlist/m3u.c:62
 msgid "General"
 msgstr ""
 
-#: src/input/input.c:987 modules/gui/beos/InterfaceWindow.cpp:237
-#: modules/gui/beos/MediaControlView.cpp:1273
-#: modules/gui/beos/PlayListWindow.cpp:82
-#: modules/gui/gtk/gnome_interface.c:503
-#: modules/gui/gtk/gnome_interface.c:1570
-#: modules/gui/gtk/gnome_interface.c:2286
-#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
-#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
-#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
-#: modules/gui/macosx/open.m:141 modules/gui/macosx/open.m:259
-#: modules/gui/macosx/output.m:132 modules/gui/macosx/output.m:209
-#: modules/gui/macosx/output.m:334 modules/gui/pda/pda_interface.c:366
-#: modules/gui/wxwindows/open.cpp:444 modules/gui/wxwindows/streamout.cpp:423
-msgid "File"
+#: src/input/input.c:811 modules/gui/macosx/playlist.m:883
+msgid "Meta-information"
 msgstr ""
 
-#: src/input/input.c:999 src/input/input.c:1000
-#: modules/gui/macosx/output.m:133 modules/gui/macosx/output.m:230
-#: modules/gui/macosx/output.m:351 modules/gui/wxwindows/streamwizard.cpp:74
+#: src/input/input.c:822 src/input/input.c:826 modules/gui/macosx/output.m:143
+#: modules/gui/macosx/output.m:253 modules/gui/macosx/output.m:395
 msgid "Stream"
 msgstr ""
 
-#: src/input/input.c:1034 src/playlist/item-ext.c:301
+#: src/input/input.c:1499 src/playlist/item-ext.c:302
 #: modules/access/cdda/access.c:406 modules/access/cdda/access.c:415
 #: modules/gui/gtk/gnome_interface.c:2448 modules/gui/gtk/gtk_interface.c:2869
-#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:294
+#: modules/gui/macosx/playlist.m:182 modules/gui/wxwindows/playlist.cpp:321
 msgid "Duration"
 msgstr ""
 
-#: src/input/input_programs.c:99 modules/gui/gtk/gnome_interface.c:1078
+#: src/input/var.c:118
+msgid "Bookmark"
+msgstr ""
+
+#: src/input/var.c:129 modules/gui/gtk/gnome_interface.c:1078
 #: modules/gui/gtk/gtk_interface.c:1199 modules/gui/kde/interface.cpp:142
-#: modules/gui/macosx/intf.m:563 modules/gui/macosx/intf.m:564
+#: modules/gui/macosx/intf.m:432 modules/gui/macosx/intf.m:433
 msgid "Program"
 msgstr ""
 
-#: src/input/input_programs.c:107 modules/access/dvdplay/access.c:209
-#: modules/demux/dvdnav.c:425 modules/gui/beos/MediaControlView.cpp:1275
+#: src/input/var.c:141 modules/gui/beos/MediaControlView.cpp:1235
 #: modules/gui/gtk/gnome_interface.c:1649 modules/gui/gtk/gtk_interface.c:1955
-#: modules/gui/gtk/menu.c:1020 modules/gui/gtk/menu.c:1433
-#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:567
-#: modules/gui/macosx/intf.m:568 modules/gui/macosx/open.m:150
-#: modules/gui/wxwindows/open.cpp:639 modules/gui/wxwindows/open.cpp:1164
+#: modules/gui/gtk/menu.c:986 modules/gui/gtk/menu.c:1399
+#: modules/gui/kde/interface.cpp:146 modules/gui/macosx/intf.m:436
+#: modules/gui/macosx/intf.m:437 modules/gui/macosx/open.m:151
+#: modules/gui/wxwindows/open.cpp:640
 msgid "Chapter"
 msgstr ""
 
-#: src/input/input_programs.c:111 modules/access/vcdx/access.c:1206
-#: modules/access/vcdx/access.c:1207 modules/gui/beos/InterfaceWindow.cpp:270
+#: src/input/var.c:147 modules/access/vcdx/access.c:1209
+#: modules/access/vcdx/access.c:1210 modules/gui/beos/InterfaceWindow.cpp:275
 msgid "Navigation"
 msgstr ""
 
-#: src/input/input_programs.c:115 modules/gui/macosx/intf.m:590
-#: modules/gui/macosx/intf.m:591
+#: src/input/var.c:163 modules/gui/macosx/intf.m:459
+#: modules/gui/macosx/intf.m:460
 msgid "Video Track"
 msgstr ""
 
-#: src/input/input_programs.c:118 modules/gui/macosx/intf.m:574
-#: modules/gui/macosx/intf.m:575
+#: src/input/var.c:169 modules/gui/macosx/intf.m:443
+#: modules/gui/macosx/intf.m:444
 msgid "Audio Track"
 msgstr ""
 
-#: src/input/input_programs.c:121 modules/gui/macosx/intf.m:594
-#: modules/gui/macosx/intf.m:595
+#: src/input/var.c:175 modules/gui/macosx/intf.m:463
+#: modules/gui/macosx/intf.m:464
 msgid "Subtitles Track"
 msgstr ""
 
-#: src/input/input_programs.c:364 src/input/input_programs.c:366
-#, c-format
-msgid "Title %i"
+#: src/input/var.c:256
+msgid "Next title"
 msgstr ""
 
-#: src/input/input_programs.c:372 src/input/input_programs.c:379
-#, c-format
-msgid "Chapter %i"
+#: src/input/var.c:261
+msgid "Previous title"
 msgstr ""
 
-#: src/input/input_programs.c:395
-msgid "Next title"
+#: src/input/var.c:284
+#, c-format
+msgid "Title %i"
 msgstr ""
 
-#: src/input/input_programs.c:398
-msgid "Previous title"
+#: src/input/var.c:307 src/input/var.c:367
+#, c-format
+msgid "Chapter %i"
 msgstr ""
 
-#: src/input/input_programs.c:404 modules/gui/beos/InterfaceWindow.cpp:266
+#: src/input/var.c:341 modules/gui/beos/InterfaceWindow.cpp:271
 msgid "Next chapter"
 msgstr ""
 
-#: src/input/input_programs.c:407 modules/gui/beos/InterfaceWindow.cpp:265
+#: src/input/var.c:346 modules/gui/beos/InterfaceWindow.cpp:270
 msgid "Previous chapter"
 msgstr ""
 
-#: src/input/input_programs.c:703 src/input/input_programs.c:705
-#, c-format
-msgid "Track %i"
-msgstr ""
-
-#: src/interface/interface.c:261
+#: src/interface/interface.c:324
 msgid "Switch interface"
 msgstr ""
 
-#: src/interface/interface.c:288 modules/gui/macosx/intf.m:527
-#: modules/gui/macosx/intf.m:528
+#: src/interface/interface.c:351 modules/gui/macosx/intf.m:396
+#: modules/gui/macosx/intf.m:397
 msgid "Add Interface"
 msgstr ""
 
-#: src/libvlc.c:282 src/libvlc.c:373
+#: src/libvlc.c:286 src/libvlc.c:409
 msgid "C"
 msgstr ""
 
-#: src/libvlc.c:308
+#: src/libvlc.c:303
 msgid "Help options"
 msgstr ""
 
-#: src/libvlc.c:326
+#: src/libvlc.c:321
 #, c-format
 msgid "Usage: %s [options] [items]...\n"
 msgstr ""
 
-#: src/libvlc.c:1384 src/misc/configuration.c:1181
+#: src/libvlc.c:1923 src/misc/configuration.c:1192
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:1402 src/misc/configuration.c:1151
+#: src/libvlc.c:1941 src/misc/configuration.c:1162
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:1405 src/misc/configuration.c:1171
+#: src/libvlc.c:1944 src/misc/configuration.c:1182
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:1411
+#: src/libvlc.c:1950
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:1412
+#: src/libvlc.c:1951
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1528 src/libvlc.c:1583 src/libvlc.c:1607
+#: src/libvlc.c:2067 src/libvlc.c:2122 src/libvlc.c:2146
 #, c-format
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
-#: src/libvlc.c:1553
+#: src/libvlc.c:2092
 #, c-format
 msgid ""
 "Usage: %s [options] [items]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1556
+#: src/libvlc.c:2095
 #, c-format
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1601
+#: src/libvlc.c:2140
 #, c-format
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -657,7 +647,7 @@ msgid ""
 "Written by the VideoLAN team; see the AUTHORS file.\n"
 msgstr ""
 
-#: src/libvlc.h:34 modules/gui/macosx/macosx.m:82
+#: src/libvlc.h:34
 msgid "Auto"
 msgstr ""
 
@@ -791,27 +781,7 @@ msgid ""
 "touch."
 msgstr ""
 
-#: src/libvlc.h:89
-msgid "Interface default search path"
-msgstr ""
-
-#: src/libvlc.h:91
-msgid ""
-"This option allows you to set the default path that the interface will open "
-"when looking for a file."
-msgstr ""
-
-#: src/libvlc.h:94
-msgid "Modules search path"
-msgstr ""
-
-#: src/libvlc.h:96
-msgid ""
-"This option allows you to specify an additional path for VLC to look for its "
-"modules."
-msgstr ""
-
-#: src/libvlc.h:100
+#: src/libvlc.h:90
 msgid ""
 "These options allow you to modify the behavior of the audio subsystem, and "
 "to add audio filters which can be used for post processing or visual effects "
@@ -820,121 +790,121 @@ msgid ""
 "modules section."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:96
 msgid "Audio output module"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:98
 msgid ""
 "This option allows you to select the audio output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:112 modules/stream_out/display.c:37
+#: src/libvlc.h:102 modules/stream_out/display.c:37
 msgid "Enable audio"
 msgstr ""
 
-#: src/libvlc.h:114
+#: src/libvlc.h:104
 msgid ""
 "You can completely disable the audio output. In this case, the audio "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:117
+#: src/libvlc.h:107
 msgid "Force mono audio"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:108
 msgid "This will force a mono audio output."
 msgstr ""
 
-#: src/libvlc.h:120
+#: src/libvlc.h:110
 msgid "Audio output volume"
 msgstr ""
 
-#: src/libvlc.h:122
+#: src/libvlc.h:112
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:125
+#: src/libvlc.h:115
 msgid "Audio output saved volume"
 msgstr ""
 
-#: src/libvlc.h:127
+#: src/libvlc.h:117
 msgid "This saves the audio output volume when you select mute."
 msgstr ""
 
-#: src/libvlc.h:129
+#: src/libvlc.h:119
 msgid "Audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:131
+#: src/libvlc.h:121
 msgid ""
 "You can force the audio output frequency here. Common values are -1 "
 "(default), 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:125
 msgid "High quality audio resampling"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:127
 msgid ""
 "This uses a high quality audio resampling algorithm. High quality audio "
 "resampling can be processor intensive so you can disable it and a cheaper "
 "resampling algorithm will be used instead."
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:132
 msgid "Audio desynchronization compensation"
 msgstr ""
 
-#: src/libvlc.h:144
+#: src/libvlc.h:134
 msgid ""
 "This option allows you to delay the audio output. You must give a number of "
 "milliseconds. This can be handy if you notice a lag between the video and "
 "the audio."
 msgstr ""
 
-#: src/libvlc.h:148
+#: src/libvlc.h:138
 msgid "Preferred audio output channels mode"
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:140
 msgid ""
 "This option allows you to set the audio output channels mode that will be "
 "used by default when possible (ie. if your hardware supports it as well as "
 "the audio stream being played)."
 msgstr ""
 
-#: src/libvlc.h:154
+#: src/libvlc.h:144
 msgid "Use the S/PDIF audio output when available"
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:146
 msgid ""
 "This option allows you to use the S/PDIF audio output by default when your "
 "hardware supports it as well as the audio stream being played."
 msgstr ""
 
-#: src/libvlc.h:161
+#: src/libvlc.h:151
 msgid ""
 "This allows you to add audio post processing filters, to modify the sound, "
 "or audio visualization modules (spectrum analyzer, ...)."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:154
 msgid "Channel mixer"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:156
 msgid ""
 "This allows you to choose a specific audio channel mixer. For instance, you "
 "can use the \"headphone\" mixer that gives 5.1 feeling with a headphone."
 msgstr ""
 
-#: src/libvlc.h:171
+#: src/libvlc.h:161
 msgid ""
 "These options allow you to modify the behavior of the video output "
 "subsystem. You can for example enable video filters (deinterlacing, image "
@@ -942,195 +912,195 @@ msgid ""
 "filters\" modules section. You can also set many miscellaneous video options."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:167
 msgid "Video output module"
 msgstr ""
 
-#: src/libvlc.h:179
+#: src/libvlc.h:169
 msgid ""
 "This option allows you to select the video output method used by VLC. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:183 modules/stream_out/display.c:39
+#: src/libvlc.h:173 modules/stream_out/display.c:39
 msgid "Enable video"
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:175
 msgid ""
 "You can completely disable the video output. In this case, the video "
 "decoding stage will not take place, thus saving some processing power."
 msgstr ""
 
-#: src/libvlc.h:188 modules/stream_out/transcode.c:69
+#: src/libvlc.h:178 modules/stream_out/transcode.c:63
 #: modules/visualization/visual/visual.c:43
 msgid "Video width"
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:180
 msgid ""
 "You can enforce the video width here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:193 modules/stream_out/transcode.c:72
+#: src/libvlc.h:183 modules/stream_out/transcode.c:66
 #: modules/visualization/visual/visual.c:47
 msgid "Video height"
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:185
 msgid ""
 "You can enforce the video height here. By default (-1) VLC will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:198
+#: src/libvlc.h:188
 msgid "Video x coordinate"
 msgstr ""
 
-#: src/libvlc.h:200
+#: src/libvlc.h:190
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(x coordinate)."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:193
 msgid "Video y coordinate"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:195
 msgid ""
 "You can enforce the position of the top left corner of the video window here "
 "(y coordinate)."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:198
 msgid "Video title"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:200
 msgid "You can specify a custom video window title here."
 msgstr ""
 
-#: src/libvlc.h:212
+#: src/libvlc.h:202
 msgid "Video alignment"
 msgstr ""
 
-#: src/libvlc.h:214
+#: src/libvlc.h:204
 msgid ""
 "You can enforce the video alignment in its window. By default (0) it will be "
 "centered (0=center, 1=left, 2=right, 4=top, 8=bottom, you can also use "
 "combinations of these values)."
 msgstr ""
 
-#: src/libvlc.h:219 modules/codec/subsdec.c:93
+#: src/libvlc.h:209 modules/codec/subsdec.c:94
 msgid "Center"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Top"
 msgstr ""
 
-#: src/libvlc.h:219
+#: src/libvlc.h:209
 msgid "Bottom"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Top-Right"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Left"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:210
 msgid "Bottom-Right"
 msgstr ""
 
-#: src/libvlc.h:222
+#: src/libvlc.h:212
 msgid "Zoom video"
 msgstr ""
 
-#: src/libvlc.h:224
+#: src/libvlc.h:214
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:226
+#: src/libvlc.h:216
 msgid "Grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:218
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:231
+#: src/libvlc.h:221
 msgid "Fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:223
 msgid ""
 "If this option is enabled, VLC will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:236
+#: src/libvlc.h:226
 msgid "Overlay video output"
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:228
 msgid ""
 "If enabled, VLC will try to take advantage of the overlay capabilities of "
 "your graphics card (hardware acceleration)."
 msgstr ""
 
-#: src/libvlc.h:241 src/video_output/vout_intf.c:207
+#: src/libvlc.h:231 src/video_output/vout_intf.c:210
 msgid "Always on top"
 msgstr ""
 
-#: src/libvlc.h:242
+#: src/libvlc.h:232
 msgid "Always place the video window on top of other windows."
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:235
 msgid "Force SPU position"
 msgstr ""
 
-#: src/libvlc.h:247
+#: src/libvlc.h:237
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:240
 msgid "On Screen Display"
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:242
 msgid ""
 "VLC can display messages on the video. This is called OSD (On Screen "
 "Display). You can disable this feature here."
 msgstr ""
 
-#: src/libvlc.h:255
+#: src/libvlc.h:245
 msgid "Video filter module"
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:247
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:261
+#: src/libvlc.h:251
 msgid "Source aspect ratio"
 msgstr ""
 
-#: src/libvlc.h:263
+#: src/libvlc.h:253
 msgid ""
 "This will force the source aspect ratio. For instance, some DVDs claim to be "
 "16:9 while they are actually 4:3. This can also be used as a hint for VLC "
@@ -1139,135 +1109,139 @@ msgid ""
 "(1.25, 1.3333, etc.) expressing pixel squareness."
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:261
 msgid ""
 "These options allow you to modify the behavior of the input subsystem, such "
 "as the DVD or VCD device, the network interface settings or the subtitle "
 "channel."
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:265
 msgid "Clock reference average counter"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:267
 msgid ""
 "When using the PVR input (or a very irregular source), you should set this "
 "to 10000."
 msgstr ""
 
-#: src/libvlc.h:280
+#: src/libvlc.h:270
 msgid "Server port"
 msgstr ""
 
-#: src/libvlc.h:282
+#: src/libvlc.h:272
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:284
+#: src/libvlc.h:274
 msgid "MTU of the network interface"
 msgstr ""
 
-#: src/libvlc.h:286
+#: src/libvlc.h:276
 msgid ""
 "This is the typical size of UDP packets that we expect. On Ethernet it is "
 "usually 1500."
 msgstr ""
 
-#: src/libvlc.h:289
+#: src/libvlc.h:279
 msgid "Network interface address"
 msgstr ""
 
-#: src/libvlc.h:291
+#: src/libvlc.h:281
 msgid ""
 "If you have several interfaces on your machine and use the multicast "
 "solution, you will probably have to indicate the IP address of your "
 "multicasting interface here."
 msgstr ""
 
-#: src/libvlc.h:295 modules/stream_out/rtp.c:57
+#: src/libvlc.h:285 modules/stream_out/rtp.c:77
 msgid "Time to live"
 msgstr ""
 
-#: src/libvlc.h:297
+#: src/libvlc.h:287
 msgid ""
 "Indicate here the Time To Live of the multicast packets sent by the stream "
 "output."
 msgstr ""
 
-#: src/libvlc.h:300
+#: src/libvlc.h:290
 msgid "Choose program (SID)"
 msgstr ""
 
-#: src/libvlc.h:302
+#: src/libvlc.h:292
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:304
+#: src/libvlc.h:294
 msgid "Choose audio"
 msgstr ""
 
-#: src/libvlc.h:306
+#: src/libvlc.h:296
 msgid ""
 "Give the default type of audio you want to use in a DVD. (Developers only)"
 msgstr ""
 
-#: src/libvlc.h:309
+#: src/libvlc.h:299
 msgid "Choose audio channel"
 msgstr ""
 
-#: src/libvlc.h:311
+#: src/libvlc.h:301
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:314
+#: src/libvlc.h:304
 msgid "Choose subtitle track"
 msgstr ""
 
-#: src/libvlc.h:316
+#: src/libvlc.h:306
 msgid ""
 "Give the stream number of the subtitle channel you want to use (from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:319 src/libvlc.h:320
+#: src/libvlc.h:309 src/libvlc.h:310
 msgid "Number of time the same input will be repeated"
 msgstr ""
 
-#: src/libvlc.h:322 src/libvlc.h:323
+#: src/libvlc.h:312 src/libvlc.h:313
 msgid "Input start time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:325 src/libvlc.h:326
+#: src/libvlc.h:315 src/libvlc.h:316
 msgid "Input stop time (seconds)"
 msgstr ""
 
-#: src/libvlc.h:328
+#: src/libvlc.h:318 src/libvlc.h:319
+msgid "Input slave (experimental)"
+msgstr ""
+
+#: src/libvlc.h:321
 msgid "Bookmarks list for a stream"
 msgstr ""
 
-#: src/libvlc.h:329
+#: src/libvlc.h:322
 msgid ""
 "You can specify a list of bookmarks for a stream in the form "
 "\"{name=bookmark-name,time=optional-time-offset,bytes=optional-byte-offset},"
 "{etc...}\""
 msgstr ""
 
-#: src/libvlc.h:333
+#: src/libvlc.h:326
 msgid "Autodetect subtitle files"
 msgstr ""
 
-#: src/libvlc.h:335
+#: src/libvlc.h:328
 msgid ""
 "Automatically detect a subtitle file, if no subtitle filename is specified."
 msgstr ""
 
-#: src/libvlc.h:338
+#: src/libvlc.h:331
 msgid "Subtitle autodetection fuzziness"
 msgstr ""
 
-#: src/libvlc.h:340
+#: src/libvlc.h:333
 msgid ""
 "This determines how fuzzy subtitle and movie filename matching will be. "
 "Options are:\n"
@@ -1278,418 +1252,428 @@ msgid ""
 "4 = subtitle file matching the movie name exactly"
 msgstr ""
 
-#: src/libvlc.h:348
+#: src/libvlc.h:341
 msgid "Subtitle autodetection paths"
 msgstr ""
 
-#: src/libvlc.h:350
+#: src/libvlc.h:343
 msgid ""
 "Look for a subtitle file in those paths too, if your subtitle file was not "
 "found in the current directory."
 msgstr ""
 
-#: src/libvlc.h:353
+#: src/libvlc.h:346
 msgid "Use subtitle file"
 msgstr ""
 
-#: src/libvlc.h:355
+#: src/libvlc.h:348
 msgid ""
 "Load this subtitle file. To be used when autodetect cannot detect your "
 "subtitle file."
 msgstr ""
 
-#: src/libvlc.h:358
+#: src/libvlc.h:351
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:361
+#: src/libvlc.h:354
 msgid ""
 "This is the default DVD drive (or file) to use. Don't forget the colon after "
 "the drive letter (eg. D:)"
 msgstr ""
 
-#: src/libvlc.h:365
+#: src/libvlc.h:358
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:368
+#: src/libvlc.h:361
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:371
+#: src/libvlc.h:364
 msgid ""
 "This is the default VCD device to use. If you don't specify anything, we'll "
 "scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:375
+#: src/libvlc.h:368
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:378
+#: src/libvlc.h:371
 msgid "Audio CD device"
 msgstr ""
 
-#: src/libvlc.h:381
+#: src/libvlc.h:374
 msgid ""
 "This is the default Audio CD device to use. If you don't specify anything, "
 "we'll scan for a suitable CD-ROM device."
 msgstr ""
 
-#: src/libvlc.h:385
+#: src/libvlc.h:378
 msgid "This is the default Audio CD device to use."
 msgstr ""
 
-#: src/libvlc.h:388 modules/gui/wxwindows/open.cpp:694
+#: src/libvlc.h:381 modules/gui/wxwindows/open.cpp:704
 msgid "Force IPv6"
 msgstr ""
 
-#: src/libvlc.h:390
+#: src/libvlc.h:383
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:393
+#: src/libvlc.h:386
 msgid "Force IPv4"
 msgstr ""
 
-#: src/libvlc.h:395
+#: src/libvlc.h:388
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:398
+#: src/libvlc.h:391
 msgid "Title metadata"
 msgstr ""
 
-#: src/libvlc.h:400
+#: src/libvlc.h:393
 msgid "Allows you to specify a \"title\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:402
+#: src/libvlc.h:395
 msgid "Author metadata"
 msgstr ""
 
-#: src/libvlc.h:404
+#: src/libvlc.h:397
 msgid "Allows you to specify an \"author\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:406
+#: src/libvlc.h:399
 msgid "Artist metadata"
 msgstr ""
 
-#: src/libvlc.h:408
+#: src/libvlc.h:401
 msgid "Allows you to specify an \"artist\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:410
+#: src/libvlc.h:403
 msgid "Genre metadata"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:405
 msgid "Allows you to specify a \"genre\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:407
 msgid "Copyright metadata"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:409
 msgid "Allows you to specify a \"copyright\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:418
+#: src/libvlc.h:411
 msgid "Description metadata"
 msgstr ""
 
-#: src/libvlc.h:420
+#: src/libvlc.h:413
 msgid "Allows you to specify a \"description\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:422
+#: src/libvlc.h:415
 msgid "Date metadata"
 msgstr ""
 
-#: src/libvlc.h:424
+#: src/libvlc.h:417
 msgid "Allows you to specify a \"date\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:426
+#: src/libvlc.h:419
 msgid "URL metadata"
 msgstr ""
 
-#: src/libvlc.h:428
+#: src/libvlc.h:421
 msgid "Allows you to specify a \"url\" metadata for an input."
 msgstr ""
 
-#: src/libvlc.h:431
+#: src/libvlc.h:424
 msgid ""
 "This option can be used to alter the way VLC selects its codecs "
 "(decompression methods). Only advanced users should alter this option as it "
 "can break playback of all your streams."
 msgstr ""
 
-#: src/libvlc.h:435
+#: src/libvlc.h:428
 msgid "Preferred codecs list"
 msgstr ""
 
-#: src/libvlc.h:437
+#: src/libvlc.h:430
 msgid ""
 "This allows you to select a list of codecs that VLC will use in priority. "
 "For instance, 'dummy,a52' will try the dummy and a52 codecs before trying "
 "the other ones."
 msgstr ""
 
-#: src/libvlc.h:441
+#: src/libvlc.h:434
 msgid "Preferred encoders list"
 msgstr ""
 
-#: src/libvlc.h:443
+#: src/libvlc.h:436
 msgid ""
 "This allows you to select a list of encoders that VLC will use in priority"
 msgstr ""
 
-#: src/libvlc.h:447
+#: src/libvlc.h:440
 msgid ""
 "These options allow you to set default global options for the stream output "
 "subsystem."
 msgstr ""
 
-#: src/libvlc.h:450
+#: src/libvlc.h:443
 msgid "Choose a stream output"
 msgstr ""
 
-#: src/libvlc.h:452
+#: src/libvlc.h:445
 msgid "Empty if no stream output."
 msgstr ""
 
-#: src/libvlc.h:454
+#: src/libvlc.h:447
 msgid "Enable streaming of all ES"
 msgstr ""
 
-#: src/libvlc.h:456
+#: src/libvlc.h:449
 msgid "This allows you to stream all ES (video, audio and subtitles)"
 msgstr ""
 
-#: src/libvlc.h:458
+#: src/libvlc.h:451
 msgid "Display while streaming"
 msgstr ""
 
-#: src/libvlc.h:460
+#: src/libvlc.h:453
 msgid "This allows you to play the stream while streaming it."
 msgstr ""
 
-#: src/libvlc.h:462
+#: src/libvlc.h:455
 msgid "Enable video stream output"
 msgstr ""
 
-#: src/libvlc.h:464 src/libvlc.h:469
+#: src/libvlc.h:457 src/libvlc.h:462
 msgid ""
 "This allows you to choose if the video stream should be redirected to the "
 "stream output facility when this last one is enabled."
 msgstr ""
 
-#: src/libvlc.h:467
+#: src/libvlc.h:460
 msgid "Enable audio stream output"
 msgstr ""
 
-#: src/libvlc.h:472
+#: src/libvlc.h:465
 msgid "Keep stream output open"
 msgstr ""
 
-#: src/libvlc.h:474
+#: src/libvlc.h:467
 msgid ""
 "This allows you to keep an unique stream output instance across multiple "
 "playlist item (automatically insert the gather stream output if not "
 "specified)"
 msgstr ""
 
-#: src/libvlc.h:478
+#: src/libvlc.h:471
 msgid "Preferred packetizer list"
 msgstr ""
 
-#: src/libvlc.h:480
+#: src/libvlc.h:473
 msgid ""
 "This allows you to select the order in which VLC will choose its packetizers."
 msgstr ""
 
-#: src/libvlc.h:483
+#: src/libvlc.h:476
 msgid "Mux module"
 msgstr ""
 
-#: src/libvlc.h:485
+#: src/libvlc.h:478
 msgid "This is a legacy entry to let you configure mux modules"
 msgstr ""
 
-#: src/libvlc.h:487
+#: src/libvlc.h:480
 msgid "Access output module"
 msgstr ""
 
-#: src/libvlc.h:489
+#: src/libvlc.h:482
 msgid "This is a legacy entry to let you configure access output modules"
 msgstr ""
 
-#: src/libvlc.h:491
+#: src/libvlc.h:484
 msgid "Control SAP flow"
 msgstr ""
 
-#: src/libvlc.h:492
+#: src/libvlc.h:485
 msgid ""
 "If this option is enabled, the flow on the SAP multicast address will be "
 "controlled. This is needed if you want to make announcements on the MBone"
 msgstr ""
 
-#: src/libvlc.h:496
+#: src/libvlc.h:489
 msgid "SAP announcement interval"
 msgstr ""
 
-#: src/libvlc.h:497
+#: src/libvlc.h:490
 msgid ""
 "When the SAP flow control is disabled, this lets you set the fixed interval "
 "between SAP announcements"
 msgstr ""
 
-#: src/libvlc.h:501
+#: src/libvlc.h:494
 msgid ""
 "These options allow you to enable special CPU optimizations.\n"
 "You should always leave all these enabled."
 msgstr ""
 
-#: src/libvlc.h:504
+#: src/libvlc.h:497
 msgid "Enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:506
+#: src/libvlc.h:499
 msgid ""
 "If your processor supports the MMX instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:509
+#: src/libvlc.h:502
 msgid "Enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:511
+#: src/libvlc.h:504
 msgid ""
 "If your processor supports the 3D Now! instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:514
+#: src/libvlc.h:507
 msgid "Enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:516
+#: src/libvlc.h:509
 msgid ""
 "If your processor supports the MMX EXT instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:519
+#: src/libvlc.h:512
 msgid "Enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:521
+#: src/libvlc.h:514
 msgid ""
 "If your processor supports the SSE instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:524
+#: src/libvlc.h:517
 msgid "Enable CPU SSE2 support"
 msgstr ""
 
-#: src/libvlc.h:526
+#: src/libvlc.h:519
 msgid ""
 "If your processor supports the SSE2 instructions set, VLC can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:529
+#: src/libvlc.h:522
 msgid "Enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:531
+#: src/libvlc.h:524
 msgid ""
 "If your processor supports the AltiVec instructions set, VLC can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:535
+#: src/libvlc.h:528
 msgid ""
 "These options define the behavior of the playlist. Some of them can be "
 "overridden in the playlist dialog box."
 msgstr ""
 
-#: src/libvlc.h:538
+#: src/libvlc.h:531
 msgid "Play files randomly forever"
 msgstr ""
 
-#: src/libvlc.h:540
+#: src/libvlc.h:533
 msgid ""
 "When selected, VLC will randomly play files in the playlist until "
 "interrupted."
 msgstr ""
 
-#: src/libvlc.h:543
+#: src/libvlc.h:536
 msgid "Loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:545
+#: src/libvlc.h:538
 msgid ""
 "If you want VLC to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:548
+#: src/libvlc.h:541
 msgid "Repeat the current item"
 msgstr ""
 
-#: src/libvlc.h:550
+#: src/libvlc.h:543
 msgid ""
 "When this is active, VLC will keep playing the current playlist item over "
 "and over again."
 msgstr ""
 
-#: src/libvlc.h:554
+#: src/libvlc.h:546
+msgid "Play and stop"
+msgstr ""
+
+#: src/libvlc.h:548
+msgid ""
+"Stop the playlist after each played playlist item. Does advance the playlist "
+"index."
+msgstr ""
+
+#: src/libvlc.h:552
 msgid ""
 "These options allow you to select default modules. Leave these alone unless "
 "you really know what you are doing."
 msgstr ""
 
-#: src/libvlc.h:557
+#: src/libvlc.h:555
 msgid "Memory copy module"
 msgstr ""
 
-#: src/libvlc.h:559
+#: src/libvlc.h:557
 msgid ""
 "You can select which memory copy module you want to use. By default VLC will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:562
+#: src/libvlc.h:560
 msgid "Access module"
 msgstr ""
 
-#: src/libvlc.h:564
+#: src/libvlc.h:562
 msgid "This is a legacy entry to let you configure access modules."
 msgstr ""
 
-#: src/libvlc.h:566
+#: src/libvlc.h:564
 msgid "Demux module"
 msgstr ""
 
-#: src/libvlc.h:568
+#: src/libvlc.h:566
 msgid "This is a legacy entry to let you configure demux modules."
 msgstr ""
 
-#: src/libvlc.h:570
+#: src/libvlc.h:568
 msgid "Allow real-time priority"
 msgstr ""
 
-#: src/libvlc.h:572
+#: src/libvlc.h:570
 msgid ""
 "Running VLC in real-time priority will allow for much more precise "
 "scheduling and yield better, especially when streaming content. It can "
@@ -1697,30 +1681,58 @@ msgid ""
 "only activate this if you know what you're doing."
 msgstr ""
 
-#: src/libvlc.h:578
+#: src/libvlc.h:576
 msgid "Adjust VLC priority"
 msgstr ""
 
-#: src/libvlc.h:580
+#: src/libvlc.h:578
 msgid ""
 "This option adds an offset (positive or negative) to VLC default priorities. "
 "You can use it to tune VLC priority against other programs, or against other "
 "VLC instances."
 msgstr ""
 
-#: src/libvlc.h:584
+#: src/libvlc.h:582
 msgid "Minimize number of threads"
 msgstr ""
 
-#: src/libvlc.h:586
+#: src/libvlc.h:584
 msgid "This option minimizes the number of threads needed to run VLC"
 msgstr ""
 
+#: src/libvlc.h:586
+msgid "Modules search path"
+msgstr ""
+
 #: src/libvlc.h:588
+msgid ""
+"This option allows you to specify an additional path for VLC to look for its "
+"modules."
+msgstr ""
+
+#: src/libvlc.h:591
+msgid "Use a plugins cache"
+msgstr ""
+
+#: src/libvlc.h:593
+msgid ""
+"This option allows you to use a plugins cache which will greatly improve the "
+"start time of VLC."
+msgstr ""
+
+#: src/libvlc.h:596
+msgid "Run as daemon process"
+msgstr ""
+
+#: src/libvlc.h:598
+msgid "Runs VLC as a background daemon process."
+msgstr ""
+
+#: src/libvlc.h:600
 msgid "Allow only one running instance"
 msgstr ""
 
-#: src/libvlc.h:590
+#: src/libvlc.h:602
 msgid ""
 "Allowing only one running instance of VLC can sometimes be useful, for "
 "instance if you associated VLC with some media types and you don't want a "
@@ -1729,11 +1741,11 @@ msgid ""
 "running instance or enqueue it."
 msgstr ""
 
-#: src/libvlc.h:596
+#: src/libvlc.h:608
 msgid "Increase the priority of the process"
 msgstr ""
 
-#: src/libvlc.h:598
+#: src/libvlc.h:610
 msgid ""
 "Increasing the priority of the process will very likely improve your playing "
 "experience as it allows VLC not to be disturbed by other applications that "
@@ -1743,22 +1755,22 @@ msgid ""
 "require a reboot of your machine."
 msgstr ""
 
-#: src/libvlc.h:605
+#: src/libvlc.h:617
 msgid "Fast mutex on NT/2K/XP (developers only)"
 msgstr ""
 
-#: src/libvlc.h:607
+#: src/libvlc.h:619
 msgid ""
 "On Windows NT/2K/XP we use a slow mutex implementation but which allows us "
 "to correctly implement condition variables. You can also use the faster "
 "Win9x implementation but you might experience problems with it."
 msgstr ""
 
-#: src/libvlc.h:612
+#: src/libvlc.h:624
 msgid "Condition variables implementation for Win9x (developers only)"
 msgstr ""
 
-#: src/libvlc.h:615
+#: src/libvlc.h:627
 msgid ""
 "On Windows 9x/Me you can use a fast but incorrect condition variables "
 "implementation (more precisely there is a possibility for a race condition "
@@ -1767,461 +1779,484 @@ msgid ""
 "fastest but slightly incorrect), 1 (default) and 2."
 msgstr ""
 
-#: src/libvlc.h:623
+#: src/libvlc.h:635
 msgid "These settings are the global VLC key bindings, known as \"hotkeys\"."
 msgstr ""
 
-#: src/libvlc.h:626 src/video_output/vout_intf.c:213
+#: src/libvlc.h:638 src/video_output/vout_intf.c:216
 #: modules/gui/beos/VideoOutput.cpp:1202 modules/gui/macosx/applescript.m:121
-#: modules/gui/macosx/controls.m:696 modules/gui/macosx/intf.m:516
-#: modules/gui/macosx/intf.m:588
+#: modules/gui/macosx/controls.m:613 modules/gui/macosx/intf.m:385
+#: modules/gui/macosx/intf.m:457
 msgid "Fullscreen"
 msgstr ""
 
-#: src/libvlc.h:627
+#: src/libvlc.h:639
 msgid "Select the hotkey to use to swap fullscreen state."
 msgstr ""
 
-#: src/libvlc.h:628
+#: src/libvlc.h:640
 msgid "Play/Pause"
 msgstr ""
 
-#: src/libvlc.h:629
+#: src/libvlc.h:641
 msgid "Select the hotkey to use to swap paused state."
 msgstr ""
 
-#: src/libvlc.h:630
+#: src/libvlc.h:642
 msgid "Pause only"
 msgstr ""
 
-#: src/libvlc.h:631
+#: src/libvlc.h:643
 msgid "Select the hotkey to use to pause."
 msgstr ""
 
-#: src/libvlc.h:632
+#: src/libvlc.h:644
 msgid "Play only"
 msgstr ""
 
-#: src/libvlc.h:633
+#: src/libvlc.h:645
 msgid "Select the hotkey to use to play."
 msgstr ""
 
-#: src/libvlc.h:634 modules/gui/macosx/controls.m:111
-#: modules/gui/macosx/controls.m:617 modules/gui/macosx/intf.m:553
+#: src/libvlc.h:646 modules/control/hotkeys.c:535
+#: modules/gui/macosx/controls.m:544 modules/gui/macosx/intf.m:422
 msgid "Faster"
 msgstr ""
 
-#: src/libvlc.h:635
+#: src/libvlc.h:647
 msgid "Select the hotkey to use for fast forward playback."
 msgstr ""
 
-#: src/libvlc.h:636 modules/gui/macosx/controls.m:126
-#: modules/gui/macosx/controls.m:618 modules/gui/macosx/intf.m:554
+#: src/libvlc.h:648 modules/control/hotkeys.c:541
+#: modules/gui/macosx/controls.m:545 modules/gui/macosx/intf.m:423
 msgid "Slower"
 msgstr ""
 
-#: src/libvlc.h:637
+#: src/libvlc.h:649
 msgid "Select the hotkey to use for slow motion playback."
 msgstr ""
 
-#: src/libvlc.h:638 modules/gui/gtk/gnome_interface.c:667
+#: src/libvlc.h:650 modules/control/hotkeys.c:505
+#: modules/gui/gtk/gnome_interface.c:667
 #: modules/gui/gtk/gnome_interface.c:1056 modules/gui/gtk/gtk_interface.c:769
 #: modules/gui/gtk/gtk_interface.c:852 modules/gui/gtk/gtk_interface.c:896
 #: modules/gui/gtk/gtk_interface.c:1166 modules/gui/kde/interface.cpp:131
-#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:153
-#: modules/gui/macosx/controls.m:639 modules/gui/macosx/intf.m:515
-#: modules/gui/macosx/intf.m:556 modules/gui/macosx/intf.m:619
+#: modules/gui/kde/interface.cpp:163 modules/gui/macosx/controls.m:564
+#: modules/gui/macosx/intf.m:384 modules/gui/macosx/intf.m:425
+#: modules/gui/macosx/intf.m:491
 msgid "Next"
 msgstr ""
 
-#: src/libvlc.h:639
+#: src/libvlc.h:651
 msgid "Select the hotkey to use to skip to the next item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:640 modules/gui/macosx/controls.m:140
-#: modules/gui/macosx/controls.m:638 modules/gui/macosx/intf.m:510
-#: modules/gui/macosx/intf.m:555 modules/gui/macosx/intf.m:620
+#: src/libvlc.h:652 modules/control/hotkeys.c:516
+#: modules/gui/macosx/controls.m:563 modules/gui/macosx/intf.m:379
+#: modules/gui/macosx/intf.m:424 modules/gui/macosx/intf.m:492
 msgid "Previous"
 msgstr ""
 
-#: src/libvlc.h:641
+#: src/libvlc.h:653
 msgid "Select the hotkey to use to skip to the previous item in the playlist."
 msgstr ""
 
-#: src/libvlc.h:642 modules/gui/gtk/gnome_interface.c:566
+#: src/libvlc.h:654 modules/gui/gtk/gnome_interface.c:566
 #: modules/gui/gtk/gnome_interface.c:1027 modules/gui/gtk/gtk_interface.c:676
-#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:95
-#: modules/gui/macosx/controls.m:631 modules/gui/macosx/intf.m:513
-#: modules/gui/macosx/intf.m:552 modules/gui/macosx/intf.m:618
-#: modules/gui/pda/pda_interface.c:274 modules/gui/pda/pda_interface.c:275
-#: modules/gui/wxwindows/interface.cpp:440 modules/visualization/xosd.c:230
-#: modules/visualization/xosd.c:231
+#: modules/gui/gtk/gtk_interface.c:1127 modules/gui/macosx/controls.m:556
+#: modules/gui/macosx/intf.m:382 modules/gui/macosx/intf.m:421
+#: modules/gui/macosx/intf.m:490 modules/gui/pda/pda_interface.c:274
+#: modules/gui/pda/pda_interface.c:275 modules/gui/wxwindows/interface.cpp:425
+#: modules/visualization/xosd.c:230 modules/visualization/xosd.c:231
 #, c-format
 msgid "Stop"
 msgstr ""
 
-#: src/libvlc.h:643
+#: src/libvlc.h:655
 msgid "Select the hotkey to stop the playback."
 msgstr ""
 
-#: src/libvlc.h:644 modules/gui/macosx/intf.m:518
+#: src/libvlc.h:656 modules/gui/macosx/intf.m:387
 msgid "Position"
 msgstr ""
 
-#: src/libvlc.h:645
+#: src/libvlc.h:657
 msgid "Select the hotkey to display the position."
 msgstr ""
 
-#: src/libvlc.h:647
+#: src/libvlc.h:659
 msgid "Jump 10 seconds backwards"
 msgstr ""
 
-#: src/libvlc.h:648
+#: src/libvlc.h:660
 msgid "Select the hotkey to jump 10 seconds backwards."
 msgstr ""
 
-#: src/libvlc.h:650
+#: src/libvlc.h:662
 msgid "Jump 1 minute backwards"
 msgstr ""
 
-#: src/libvlc.h:651
+#: src/libvlc.h:663
 msgid "Select the hotkey to jump 1 minute backwards."
 msgstr ""
 
-#: src/libvlc.h:652
+#: src/libvlc.h:664
 msgid "Jump 5 minutes backwards"
 msgstr ""
 
-#: src/libvlc.h:653
+#: src/libvlc.h:665
 msgid "Select the hotkey to jump 5 minutes backwards."
 msgstr ""
 
-#: src/libvlc.h:654
+#: src/libvlc.h:666
 msgid "Jump 10 seconds forward"
 msgstr ""
 
-#: src/libvlc.h:655
+#: src/libvlc.h:667
 msgid "Select the hotkey to jump 10 seconds forward."
 msgstr ""
 
-#: src/libvlc.h:657
+#: src/libvlc.h:669
 msgid "Jump 1 minute forward"
 msgstr ""
 
-#: src/libvlc.h:658
+#: src/libvlc.h:670
 msgid "Select the hotkey to jump 1 minute forward."
 msgstr ""
 
-#: src/libvlc.h:660
+#: src/libvlc.h:672
 msgid "Jump 5 minutes forward"
 msgstr ""
 
-#: src/libvlc.h:661
+#: src/libvlc.h:673
 msgid "Select the hotkey to jump 5 minutes forward."
 msgstr ""
 
-#: src/libvlc.h:663 modules/control/hotkeys.c:234 modules/control/lirc.c:192
-#: modules/gui/beos/InterfaceWindow.cpp:252
+#: src/libvlc.h:675 modules/control/hotkeys.c:258 modules/control/lirc.c:194
+#: modules/gui/beos/InterfaceWindow.cpp:257
 msgid "Quit"
 msgstr ""
 
-#: src/libvlc.h:664
+#: src/libvlc.h:676
 msgid "Select the hotkey to quit the application."
 msgstr ""
 
-#: src/libvlc.h:665
+#: src/libvlc.h:677
 msgid "Navigate up"
 msgstr ""
 
-#: src/libvlc.h:666
+#: src/libvlc.h:678
 msgid "Select the key to move the selector up in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:667
+#: src/libvlc.h:679
 msgid "Navigate down"
 msgstr ""
 
-#: src/libvlc.h:668
+#: src/libvlc.h:680
 msgid "Select the key to move the selector down in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:669
+#: src/libvlc.h:681
 msgid "Navigate left"
 msgstr ""
 
-#: src/libvlc.h:670
+#: src/libvlc.h:682
 msgid "Select the key to move the selector left in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:671
+#: src/libvlc.h:683
 msgid "Navigate right"
 msgstr ""
 
-#: src/libvlc.h:672
+#: src/libvlc.h:684
 msgid "Select the key to move the selector right in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:673
+#: src/libvlc.h:685
 msgid "Activate"
 msgstr ""
 
-#: src/libvlc.h:674
+#: src/libvlc.h:686
 msgid "Select the key to activate selected item in DVD menus."
 msgstr ""
 
-#: src/libvlc.h:675 modules/gui/gtk/gnome_interface.c:909
+#: src/libvlc.h:687 modules/gui/gtk/gnome_interface.c:909
 msgid "Volume up"
 msgstr ""
 
-#: src/libvlc.h:676
+#: src/libvlc.h:688
 msgid "Select the key to increase audio volume."
 msgstr ""
 
-#: src/libvlc.h:677 modules/gui/gtk/gnome_interface.c:916
+#: src/libvlc.h:689 modules/gui/gtk/gnome_interface.c:916
 msgid "Volume down"
 msgstr ""
 
-#: src/libvlc.h:678
+#: src/libvlc.h:690
 msgid "Select the key to decrease audio volume."
 msgstr ""
 
-#: src/libvlc.h:679 modules/control/hotkeys.c:277 modules/control/lirc.c:215
+#: src/libvlc.h:691 modules/control/lirc.c:217
 #: modules/gui/gtk/gnome_interface.c:140 modules/gui/gtk/gnome_interface.c:923
 #: modules/gui/gtk/gtk_interface.c:466 modules/gui/gtk/gtk_interface.c:1267
-#: modules/gui/macosx/controls.m:692 modules/gui/macosx/intf.m:573
-#: modules/gui/macosx/intf.m:621
+#: modules/gui/macosx/controls.m:609 modules/gui/macosx/intf.m:442
+#: modules/gui/macosx/intf.m:493
 msgid "Mute"
 msgstr ""
 
-#: src/libvlc.h:680
+#: src/libvlc.h:692
 msgid "Select the key to turn off audio volume."
 msgstr ""
 
-#: src/libvlc.h:681
+#: src/libvlc.h:693
 msgid "Subtitle delay up"
 msgstr ""
 
-#: src/libvlc.h:682
+#: src/libvlc.h:694
 msgid "Select the key to increase the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:683
+#: src/libvlc.h:695
 msgid "Subtitle delay down"
 msgstr ""
 
-#: src/libvlc.h:684
+#: src/libvlc.h:696
 msgid "Select the key to decrease the subtitle delay."
 msgstr ""
 
-#: src/libvlc.h:685
+#: src/libvlc.h:697
 msgid "Play playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:686
+#: src/libvlc.h:698
 msgid "Play playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:687
+#: src/libvlc.h:699
 msgid "Play playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:688
+#: src/libvlc.h:700
 msgid "Play playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:689
+#: src/libvlc.h:701
 msgid "Play playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:690
+#: src/libvlc.h:702
 msgid "Play playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:691
+#: src/libvlc.h:703
 msgid "Play playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:692
+#: src/libvlc.h:704
 msgid "Play playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:693
+#: src/libvlc.h:705
 msgid "Play playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:694
+#: src/libvlc.h:706
 msgid "Play playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:695
+#: src/libvlc.h:707
 msgid "Select the key to play this bookmark."
 msgstr ""
 
-#: src/libvlc.h:696
+#: src/libvlc.h:708
 msgid "Set playlist bookmark 1"
 msgstr ""
 
-#: src/libvlc.h:697
+#: src/libvlc.h:709
 msgid "Set playlist bookmark 2"
 msgstr ""
 
-#: src/libvlc.h:698
+#: src/libvlc.h:710
 msgid "Set playlist bookmark 3"
 msgstr ""
 
-#: src/libvlc.h:699
+#: src/libvlc.h:711
 msgid "Set playlist bookmark 4"
 msgstr ""
 
-#: src/libvlc.h:700
+#: src/libvlc.h:712
 msgid "Set playlist bookmark 5"
 msgstr ""
 
-#: src/libvlc.h:701
+#: src/libvlc.h:713
 msgid "Set playlist bookmark 6"
 msgstr ""
 
-#: src/libvlc.h:702
+#: src/libvlc.h:714
 msgid "Set playlist bookmark 7"
 msgstr ""
 
-#: src/libvlc.h:703
+#: src/libvlc.h:715
 msgid "Set playlist bookmark 8"
 msgstr ""
 
-#: src/libvlc.h:704
+#: src/libvlc.h:716
 msgid "Set playlist bookmark 9"
 msgstr ""
 
-#: src/libvlc.h:705
+#: src/libvlc.h:717
 msgid "Set playlist bookmark 10"
 msgstr ""
 
-#: src/libvlc.h:706
+#: src/libvlc.h:718
 msgid "Select the key to set this playlist bookmark."
 msgstr ""
 
-#: src/libvlc.h:708
+#: src/libvlc.h:720
 msgid "Go back in browsing history"
 msgstr ""
 
-#: src/libvlc.h:709
+#: src/libvlc.h:721
 msgid ""
 "Select the key to go back (to the previous media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:710
+#: src/libvlc.h:722
 msgid "Go forward in browsing history"
 msgstr ""
 
-#: src/libvlc.h:711
+#: src/libvlc.h:723
 msgid ""
 "Select the key to go forward (to the next media item) in the browsing "
 "history."
 msgstr ""
 
-#: src/libvlc.h:713
+#: src/libvlc.h:725
+msgid "Cycle audio track"
+msgstr ""
+
+#: src/libvlc.h:726
+msgid "Cycle through the available audio tracks(languages)"
+msgstr ""
+
+#: src/libvlc.h:727
+msgid "Cycle subtitle track"
+msgstr ""
+
+#: src/libvlc.h:728
+msgid "Cycle through the available subtitle tracks"
+msgstr ""
+
+#: src/libvlc.h:731
 msgid ""
 "\n"
-"Playlist items:\n"
-"  *.mpg, *.vob                   plain MPEG-1/2 files\n"
-"  [dvd://][device][@raw_device][@[title][,[chapter][,angle]]]\n"
-"                                 DVD device\n"
-"  [vcd://][device][@{S|T|E|P}[number]]\n"
-"                                 VCD device\n"
-"  [cdda://][device][@[T][track-number]]\n"
-"                                 Audio CD device\n"
-"  udpstream:[[<source address>]@[<bind address>][:<bind port>]]\n"
+"Playlist MRL syntax:\n"
+"  URL[@[title][:chapter][-[title][:chapter]]] [:option=value]\n"
+"URL syntax:\n"
+"  [file://]filename              plain media file\n"
+"  http://ip:port/file            HTTP URL\n"
+"  ftp://ip:port/file             FTP URL\n"
+"  mms://ip:port/file             MMS URL\n"
+"  screen://                      Screen capture\n"
+"  [dvd://][device][@raw_device]  DVD device\n"
+"  [vcd://][device]               VCD device\n"
+"  [cdda://][device]              Audio CD device\n"
+"  udp:[[<source address>]@[<bind address>][:<bind port>]]\n"
 "                                 UDP stream sent by a streaming server\n"
 "  vlc:pause                      pause execution of playlist items\n"
 "  vlc:quit                       quit VLC\n"
 msgstr ""
 
-#: src/libvlc.h:748 modules/misc/dummy/dummy.c:63
+#: src/libvlc.h:768 modules/misc/dummy/dummy.c:63
 msgid "Interface"
 msgstr ""
 
-#: src/libvlc.h:829
+#: src/libvlc.h:845
 msgid "Input"
 msgstr ""
 
-#: src/libvlc.h:897
+#: src/libvlc.h:916
 msgid "Decoders"
 msgstr ""
 
-#: src/libvlc.h:903 modules/gui/gtk/gtk_interface.c:2370
-#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:410
-#: modules/gui/wxwindows/streamout.cpp:148
+#: src/libvlc.h:922 modules/gui/gtk/gtk_interface.c:2370
+#: modules/gui/gtk/gtk_interface.c:3046 modules/gui/wxwindows/open.cpp:413
+#: modules/gui/wxwindows/streamout.cpp:150
 msgid "Stream output"
 msgstr ""
 
-#: src/libvlc.h:930
+#: src/libvlc.h:949
 msgid "CPU"
 msgstr ""
 
-#: src/libvlc.h:943 modules/gui/beos/InterfaceWindow.cpp:206
-#: modules/gui/beos/InterfaceWindow.cpp:303
+#: src/libvlc.h:962 modules/gui/beos/InterfaceWindow.cpp:213
+#: modules/gui/beos/InterfaceWindow.cpp:308
 #: modules/gui/gtk/gnome_interface.c:643
 #: modules/gui/gtk/gnome_interface.c:2396
 #: modules/gui/gtk/gnome_interface.c:2421 modules/gui/gtk/gtk_interface.c:747
-#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:603
+#: modules/gui/gtk/gtk_interface.c:2709 modules/gui/macosx/intf.m:475
 #: modules/gui/macosx/playlist.m:170 modules/gui/macosx/playlist.m:185
 #: modules/gui/pda/pda_interface.c:1265
-#: modules/gui/wxwindows/interface.cpp:443
-#: modules/gui/wxwindows/playlist.cpp:171
+#: modules/gui/wxwindows/interface.cpp:428
+#: modules/gui/wxwindows/playlist.cpp:183
 msgid "Playlist"
 msgstr ""
 
-#: src/libvlc.h:952
+#: src/libvlc.h:972 modules/gui/wxwindows/menus.cpp:272
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:975
+#: src/libvlc.h:1013
 msgid "Hot keys"
 msgstr ""
 
-#: src/libvlc.h:1085
+#: src/libvlc.h:1233
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:1092
+#: src/libvlc.h:1240
 msgid "print help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1094
+#: src/libvlc.h:1242
 msgid "print detailed help (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1096
+#: src/libvlc.h:1244
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:1098
+#: src/libvlc.h:1246
 msgid "print help on module (can be combined with --advanced)"
 msgstr ""
 
-#: src/libvlc.h:1100
+#: src/libvlc.h:1248
 msgid "save the current command line options in the config"
 msgstr ""
 
-#: src/libvlc.h:1102
+#: src/libvlc.h:1250
 msgid "reset the current config to the default values"
 msgstr ""
 
-#: src/libvlc.h:1104
+#: src/libvlc.h:1252
 msgid "use alternate config file"
 msgstr ""
 
-#: src/libvlc.h:1106
+#: src/libvlc.h:1254
+msgid "resets the current plugins cache"
+msgstr ""
+
+#: src/libvlc.h:1256
 msgid "print version information"
 msgstr ""
 
-#: src/misc/configuration.c:1151
+#: src/misc/configuration.c:1162
 msgid "boolean"
 msgstr ""
 
-#: src/misc/configuration.c:1159
+#: src/misc/configuration.c:1170
 msgid "key"
 msgstr ""
 
@@ -2841,71 +2876,73 @@ msgstr ""
 msgid "Unknown"
 msgstr ""
 
-#: src/playlist/playlist.c:106 modules/gui/wxwindows/playlist.cpp:440
-#: modules/misc/freetype.c:104
+#: src/playlist/playlist.c:104 modules/gui/wxwindows/playlist.cpp:446
+#: modules/misc/freetype.c:97
 msgid "Normal"
 msgstr ""
 
-#: src/video_output/video_output.c:425 modules/gui/gtk/gnome_interface.c:183
+#: src/video_output/video_output.c:416 modules/gui/gtk/gnome_interface.c:183
 #: modules/gui/gtk/gnome_interface.c:966 modules/gui/gtk/gtk_interface.c:553
-#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:596
-#: modules/gui/macosx/intf.m:597
+#: modules/gui/gtk/gtk_interface.c:1349 modules/gui/macosx/intf.m:465
+#: modules/gui/macosx/intf.m:466
 msgid "Deinterlace"
 msgstr ""
 
-#: src/video_output/video_output.c:429 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:420 modules/video_filter/deinterlace.c:95
 msgid "Discard"
 msgstr ""
 
-#: src/video_output/video_output.c:431 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:422 modules/video_filter/deinterlace.c:95
 msgid "Blend"
 msgstr ""
 
-#: src/video_output/video_output.c:433 modules/video_filter/deinterlace.c:95
+#: src/video_output/video_output.c:424 modules/video_filter/deinterlace.c:95
 msgid "Mean"
 msgstr ""
 
-#: src/video_output/video_output.c:435 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:426 modules/video_filter/deinterlace.c:96
 msgid "Bob"
 msgstr ""
 
-#: src/video_output/video_output.c:437 modules/video_filter/deinterlace.c:96
+#: src/video_output/video_output.c:428 modules/video_filter/deinterlace.c:96
 msgid "Linear"
 msgstr ""
 
-#: src/video_output/video_output.c:448
+#: src/video_output/video_output.c:439
 msgid "Filters"
 msgstr ""
 
-#: src/video_output/vout_intf.c:180
+#: src/video_output/vout_intf.c:183
 msgid "Zoom"
 msgstr ""
 
-#: src/video_output/vout_intf.c:192
+#: src/video_output/vout_intf.c:195
 msgid "1:4 Quarter"
 msgstr ""
 
-#: src/video_output/vout_intf.c:194
+#: src/video_output/vout_intf.c:197
 msgid "1:2 Half"
 msgstr ""
 
-#: src/video_output/vout_intf.c:196
+#: src/video_output/vout_intf.c:199
 msgid "1:1 Original"
 msgstr ""
 
-#: src/video_output/vout_intf.c:198
+#: src/video_output/vout_intf.c:201
 msgid "2:1 Double"
 msgstr ""
 
-#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:108
-#: modules/access/dvb/access.c:74 modules/access/file.c:78
+#: modules/access/cdda.c:42 modules/access/dshow/dshow.cpp:95
+#: modules/access/dvb/access.c:50 modules/access/dvdnav.c:59
+#: modules/access/dvdread.c:61 modules/access/file.c:70
 #: modules/access/ftp.c:40 modules/access/http.c:48
-#: modules/access/mms/mms.c:57 modules/access/tcp.c:37 modules/access/udp.c:41
-#: modules/access/v4l/v4l.c:75
+#: modules/access/mms/mms.c:46 modules/access/screen/screen.c:37
+#: modules/access/tcp.c:37 modules/access/udp.c:41 modules/access/v4l/v4l.c:72
+#: modules/access/vcd/vcd.c:40
 msgid "Caching value in ms"
 msgstr ""
 
-#: modules/access/cdda.c:44
+#: modules/access/cdda.c:44 modules/access/vcd/vcd.c:42
 msgid ""
 "Allows you to modify the default caching value for cdda streams. This value "
 "should be set in milliseconds units."
@@ -2915,6 +2952,10 @@ msgstr ""
 msgid "Audio CD input"
 msgstr ""
 
+#: modules/access/cdda.c:52
+msgid "[cdda:][device][@[track]]"
+msgstr ""
+
 #: modules/access/cdda/access.c:106 modules/access/vcdx/access.c:139
 msgid "The above message had unknown vcdimager log level"
 msgstr ""
@@ -2924,10 +2965,10 @@ msgid "The above message had unknown cdio log level"
 msgstr ""
 
 #: modules/access/cdda/access.c:276 modules/access/cdda/access.c:414
-#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:694
-#: modules/access/vcdx/access.c:1190 modules/access/vcdx/access.c:1191
+#: modules/access/vcdx/access.c:340 modules/access/vcdx/access.c:693
+#: modules/access/vcdx/access.c:1193 modules/access/vcdx/access.c:1194
 #: modules/gui/gtk/open.c:287 modules/gui/gtk/open.c:301
-#: modules/gui/wxwindows/open.cpp:1191 modules/gui/wxwindows/open.cpp:1211
+#: modules/gui/wxwindows/open.cpp:1149 modules/gui/wxwindows/open.cpp:1157
 msgid "Track"
 msgstr ""
 
@@ -2947,7 +2988,7 @@ msgstr ""
 msgid "CDDB Disc Category"
 msgstr ""
 
-#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1052
+#: modules/access/cdda/access.c:764 modules/access/vcdx/access.c:1054
 msgid "Album"
 msgstr ""
 
@@ -3101,11 +3142,11 @@ msgstr ""
 msgid "Directory to cache CDDB requests"
 msgstr ""
 
-#: modules/access/directory.c:77
+#: modules/access/directory.c:66
 msgid "Subdirectory behavior"
 msgstr ""
 
-#: modules/access/directory.c:79
+#: modules/access/directory.c:68
 msgid ""
 "Select whether subdirectories must be expanded.\n"
 "none: subdirectories do not appear in the playlist.\n"
@@ -3113,275 +3154,310 @@ msgid ""
 "expand: all subdirectories are expanded.\n"
 msgstr ""
 
-#: modules/access/directory.c:85 modules/codec/x264.c:46
+#: modules/access/directory.c:74 modules/codec/x264.c:46
 msgid "none"
 msgstr ""
 
-#: modules/access/directory.c:85
+#: modules/access/directory.c:74
 msgid "collapse"
 msgstr ""
 
-#: modules/access/directory.c:86
+#: modules/access/directory.c:75
 msgid "expand"
 msgstr ""
 
-#: modules/access/directory.c:89
+#: modules/access/directory.c:78
 msgid "Standard filesystem directory input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/macosx/prefs.m:443 modules/gui/macosx/prefs_widgets.m:339
+#: modules/access/directory.c:88
+msgid "Directory EOF"
+msgstr ""
+
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/macosx/prefs.m:453 modules/gui/macosx/prefs_widgets.m:339
 #: modules/gui/wxwindows/preferences_widgets.cpp:260
-#: modules/video_output/directx/directx.c:127
+#: modules/video_output/directx/directx.c:138
 msgid "Default"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:104 modules/access/dshow/dshow.cpp:106
-#: modules/gui/beos/VlcWrapper.cpp:173 modules/gui/gtk/menu.c:734
-#: modules/gui/macosx/macosx.m:78
+#: modules/access/dshow/dshow.cpp:91 modules/access/dshow/dshow.cpp:93
+#: modules/gui/gtk/menu.c:700
 #, c-format
 msgid "None"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:110
+#: modules/access/dshow/dshow.cpp:97
 msgid ""
 "Allows you to modify the default caching value for DirectShow streams. This "
 "value should be set in milliseconds units."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:112 modules/access/v4l/v4l.c:79
+#: modules/access/dshow/dshow.cpp:99 modules/access/v4l/v4l.c:76
 msgid "Video device name"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:114
+#: modules/access/dshow/dshow.cpp:101
 msgid ""
 "You can specify the name of the video device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:117 modules/access/v4l/v4l.c:83
+#: modules/access/dshow/dshow.cpp:104 modules/access/v4l/v4l.c:80
 msgid "Audio device name"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:119
+#: modules/access/dshow/dshow.cpp:106
 msgid ""
 "You can specify the name of the audio device that will be used by the "
 "DirectShow plugin. If you don't specify anything, the default device will be "
 "used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:122
+#: modules/access/dshow/dshow.cpp:109
 msgid "Video size"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:124
+#: modules/access/dshow/dshow.cpp:111
 msgid ""
 "You can specify the size of the video that will be displayed by the "
 "DirectShow plugin. If you don't specify anything the default size for your "
 "device will be used."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:127 modules/access/v4l/v4l.c:87
+#: modules/access/dshow/dshow.cpp:114 modules/access/v4l/v4l.c:84
 msgid "Video input chroma format"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:129
+#: modules/access/dshow/dshow.cpp:116
 msgid ""
 "Force the DirectShow video input to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:131
+#: modules/access/dshow/dshow.cpp:118
 msgid "Device properties"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:133
+#: modules/access/dshow/dshow.cpp:120
 msgid ""
 "Show the properties dialog of the selected device before starting the stream."
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:143
+#: modules/access/dshow/dshow.cpp:130
 msgid "DirectShow"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:144
+#: modules/access/dshow/dshow.cpp:131
 msgid "DirectShow input"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:150 modules/access/dshow/dshow.cpp:155
-#: modules/video_output/directx/directx.c:140
+#: modules/access/dshow/dshow.cpp:137 modules/access/dshow/dshow.cpp:142
+#: modules/video_output/directx/directx.c:151
 msgid "Refresh list"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:151 modules/access/dshow/dshow.cpp:156
+#: modules/access/dshow/dshow.cpp:138 modules/access/dshow/dshow.cpp:143
 #: modules/gui/gtk/preferences.c:373
 msgid "Configure"
 msgstr ""
 
-#: modules/access/dshow/dshow.cpp:171
+#: modules/access/dshow/dshow.cpp:158
 msgid "DirectShow demuxer"
 msgstr ""
 
-#: modules/access/dvb/access.c:76
+#: modules/access/dvb/access.c:52
 msgid ""
 "Allows you to modify the default caching value for dvb streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/dvb/access.c:79
+#: modules/access/dvb/access.c:55
 msgid "Program to decode"
 msgstr ""
 
-#: modules/access/dvb/access.c:80
+#: modules/access/dvb/access.c:56
 msgid "This is a workaround for a bug in the input"
 msgstr ""
 
-#: modules/access/dvb/access.c:82
+#: modules/access/dvb/access.c:58
 msgid "Adapter card to tune"
 msgstr ""
 
-#: modules/access/dvb/access.c:83
+#: modules/access/dvb/access.c:59
 msgid ""
 "Adapter cards have a device file in directory named /dev/dvb/adapter[n] with "
 "n>=0."
 msgstr ""
 
-#: modules/access/dvb/access.c:85
+#: modules/access/dvb/access.c:61
 msgid "Device number to use on adapter"
 msgstr ""
 
-#: modules/access/dvb/access.c:88
+#: modules/access/dvb/access.c:64
 msgid "Transponder/multiplex frequency"
 msgstr ""
 
-#: modules/access/dvb/access.c:89
+#: modules/access/dvb/access.c:65
 msgid "In kHz for DVB-S or Hz for DVB-C/T"
 msgstr ""
 
-#: modules/access/dvb/access.c:91
+#: modules/access/dvb/access.c:67
 msgid "Inversion mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:92
+#: modules/access/dvb/access.c:68
 msgid "Inversion mode [0=off, 1=on, 2=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:94
+#: modules/access/dvb/access.c:70
 msgid "Probe DVB card for capabilities"
 msgstr ""
 
-#: modules/access/dvb/access.c:95
+#: modules/access/dvb/access.c:71
 msgid "Some DVB cards do not like to be probed for their capabilities."
 msgstr ""
 
-#: modules/access/dvb/access.c:97 modules/access/satellite/satellite.c:62
+#: modules/access/dvb/access.c:73 modules/access/satellite/satellite.c:62
 msgid "Antenna lnb_lof1 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:100 modules/access/satellite/satellite.c:65
+#: modules/access/dvb/access.c:76 modules/access/satellite/satellite.c:65
 msgid "Antenna lnb_lof2 (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:103 modules/access/satellite/satellite.c:68
+#: modules/access/dvb/access.c:79 modules/access/satellite/satellite.c:68
 msgid "Antenna lnb_slof (kHz)"
 msgstr ""
 
-#: modules/access/dvb/access.c:107
+#: modules/access/dvb/access.c:83
 msgid "Budget mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:108
-msgid ""
-"This allows you to stream an entire transponder with a budget card. Budget "
-"mode is compatible with the ts2 demux."
+#: modules/access/dvb/access.c:84
+msgid "This allows you to stream an entire transponder with a budget card."
 msgstr ""
 
-#: modules/access/dvb/access.c:110
+#: modules/access/dvb/access.c:86
 msgid "Satellite number in the Diseqc system"
 msgstr ""
 
-#: modules/access/dvb/access.c:111
-msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc"
+#: modules/access/dvb/access.c:87
+msgid "[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]"
 msgstr ""
 
-#: modules/access/dvb/access.c:113
+#: modules/access/dvb/access.c:89
 msgid "LNB voltage"
 msgstr ""
 
-#: modules/access/dvb/access.c:114
+#: modules/access/dvb/access.c:90
 msgid "In Volts [0, 13=vertical, 18=horizontal]"
 msgstr ""
 
-#: modules/access/dvb/access.c:116
+#: modules/access/dvb/access.c:92
 msgid "22 kHz tone"
 msgstr ""
 
-#: modules/access/dvb/access.c:117
+#: modules/access/dvb/access.c:93
 msgid "[0=off, 1=on, -1=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:119
+#: modules/access/dvb/access.c:95
 msgid "Transponder FEC"
 msgstr ""
 
-#: modules/access/dvb/access.c:120
+#: modules/access/dvb/access.c:96
 msgid "FEC=Forward Error Correction mode [9=auto]"
 msgstr ""
 
-#: modules/access/dvb/access.c:122
+#: modules/access/dvb/access.c:98
 msgid "Transponder symbol rate in kHz"
 msgstr ""
 
-#: modules/access/dvb/access.c:126
+#: modules/access/dvb/access.c:102
 msgid "Modulation type"
 msgstr ""
 
-#: modules/access/dvb/access.c:127
+#: modules/access/dvb/access.c:103
 msgid "Modulation type for front-end device."
 msgstr ""
 
-#: modules/access/dvb/access.c:130
+#: modules/access/dvb/access.c:106
 msgid "Terrestrial high priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:133
+#: modules/access/dvb/access.c:109
 msgid "Terrestrial low priority stream code rate (FEC)"
 msgstr ""
 
-#: modules/access/dvb/access.c:136
+#: modules/access/dvb/access.c:112
 msgid "Terrestrial bandwidth"
 msgstr ""
 
-#: modules/access/dvb/access.c:137
+#: modules/access/dvb/access.c:113
 msgid "Terrestrial bandwidth [0=auto,6,7,8 in MHz]"
 msgstr ""
 
-#: modules/access/dvb/access.c:139
+#: modules/access/dvb/access.c:115
 msgid "Terrestrial guard interval"
 msgstr ""
 
-#: modules/access/dvb/access.c:142
+#: modules/access/dvb/access.c:118
 msgid "Terrestrial transmission mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:145
+#: modules/access/dvb/access.c:121
 msgid "Terrestrial hierarchy mode"
 msgstr ""
 
-#: modules/access/dvb/access.c:149
+#: modules/access/dvb/access.c:125
 msgid "DVB"
 msgstr ""
 
-#: modules/access/dvb/access.c:150
+#: modules/access/dvb/access.c:126
 msgid "DVB input with v4l2 support"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:65
+#: modules/access/dvdnav.c:55 modules/access/dvdread.c:57
+msgid "DVD angle"
+msgstr ""
+
+#: modules/access/dvdnav.c:57 modules/access/dvdread.c:59
+msgid "Allows you to select the default DVD angle."
+msgstr ""
+
+#: modules/access/dvdnav.c:61
+msgid ""
+"Allows you to modify the default caching value for DVDnav streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdnav.c:63
+msgid "Start directly in menu"
+msgstr ""
+
+#: modules/access/dvdnav.c:65
+msgid ""
+"Allows you to start the DVD directly in the main menu. This will try to skip "
+"all the useless warnings introductions."
+msgstr ""
+
+#: modules/access/dvdnav.c:72
+msgid "DVDnav Input"
+msgstr ""
+
+#: modules/access/dvdread.c:63
+msgid ""
+"Allows you to modify the default caching value for DVDread streams. This "
+"value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/dvdread.c:66
 msgid "Method used by libdvdcss for decryption"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:67
+#: modules/access/dvdread.c:68
 msgid ""
 "Set the method used by libdvdcss for key decryption.\n"
 "title: decrypted title key is guessed from the encrypted sectors of the "
@@ -3397,81 +3473,45 @@ msgid ""
 "The default method is: key."
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "title"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83 modules/gui/gtk/gnome_interface.c:515
+#: modules/access/dvdread.c:84 modules/gui/gtk/gnome_interface.c:515
 #: modules/gui/gtk/gnome_interface.c:718
 #: modules/gui/gtk/gnome_interface.c:1699
 #: modules/gui/gtk/gnome_interface.c:2279 modules/gui/gtk/gtk_interface.c:629
 #: modules/gui/gtk/gtk_interface.c:816 modules/gui/gtk/gtk_interface.c:2014
-#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:142
-#: modules/gui/macosx/open.m:263 modules/gui/wxwindows/open.cpp:446
+#: modules/gui/gtk/gtk_interface.c:2738 modules/gui/macosx/open.m:143
+#: modules/gui/macosx/open.m:349 modules/gui/wxwindows/open.cpp:449
 msgid "Disc"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:83
+#: modules/access/dvdread.c:84
 msgid "Key"
 msgstr ""
 
-#: modules/access/dvd/dvd.c:87
-msgid "[dvd:][device][@raw_device][@[title][,[chapter][,angle]]]"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:94
-msgid "DVD input (uses libdvdcss if installed)"
-msgstr ""
-
-#: modules/access/dvd/dvd.c:97
-msgid "DVD input (uses libdvdcss)"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:202 modules/demux/dvdnav.c:416
-msgid "DVD menus"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:205 modules/demux/dvdnav.c:421
-msgid "Root"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:215 modules/demux/dvdnav.c:431
-msgid "Angle"
-msgstr ""
-
-#: modules/access/dvdplay/access.c:217 modules/demux/dvdnav.c:419
-msgid "Resume"
-msgstr ""
-
-#: modules/access/dvdplay/dvd.c:51
-msgid "[dvdplay:][device][@[title][,[chapter][,angle]]]"
+#: modules/access/dvdread.c:90
+msgid "DVDRead Input"
 msgstr ""
 
-#: modules/access/dvdplay/dvd.c:52
-msgid "DVD input with menus support"
-msgstr ""
-
-#: modules/access/dvdread/dvdread.c:45
-msgid "DVD input (using libdvdread)"
-msgstr ""
-
-#: modules/access/file.c:80
+#: modules/access/file.c:72
 msgid ""
 "Allows you to modify the default caching value for file streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/file.c:82
+#: modules/access/file.c:74
 msgid "Concatenate with additional files"
 msgstr ""
 
-#: modules/access/file.c:84
+#: modules/access/file.c:76
 msgid ""
 "Allows you to play split files as if they were part of a unique file. "
 "Specify a comma-separated list of files."
 msgstr ""
 
-#: modules/access/file.c:88
+#: modules/access/file.c:80
 msgid "Standard filesystem file input"
 msgstr ""
 
@@ -3550,37 +3590,178 @@ msgid ""
 "Allows you to modify the user agent that will be used for the connection."
 msgstr ""
 
+#: modules/access/http.c:65
+msgid "Auto re-connect"
+msgstr ""
+
 #: modules/access/http.c:66
+msgid ""
+"Will automatically attempt a re-connection in case it was untimely closed."
+msgstr ""
+
+#: modules/access/http.c:70
 msgid "HTTP input"
 msgstr ""
 
-#: modules/access/mms/mms.c:59
+#: modules/access/mms/mms.c:48
 msgid ""
 "Allows you to modify the default caching value for MMS streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/mms/mms.c:62
+#: modules/access/mms/mms.c:51
 msgid "Force selection of all streams"
 msgstr ""
 
-#: modules/access/mms/mms.c:64
+#: modules/access/mms/mms.c:53
 msgid "Select maximum bitrate stream"
 msgstr ""
 
-#: modules/access/mms/mms.c:66
+#: modules/access/mms/mms.c:55
 msgid "Always select the stream with the maximum bitrate."
 msgstr ""
 
-#: modules/access/mms/mms.c:69
+#: modules/access/mms/mms.c:58
 msgid "Microsoft Media Server (MMS) input"
 msgstr ""
 
+#: modules/access/pvr/pvr.c:46 modules/gui/gtk/gnome_interface.c:155
+#: modules/gui/gtk/gnome_interface.c:938 modules/gui/gtk/gtk_interface.c:488
+#: modules/gui/gtk/gtk_interface.c:1289
+msgid "Device"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:47
+msgid "PVR video device"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:49
+msgid "Norm"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:50
+msgid "Defines the norm of the stream (Automatic, SECAM, PAL, or NTSC)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+msgid "Automatic"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:53
+msgid "SECAM"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "PAL"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:54
+msgid "NSTC"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:56
+msgid "Width"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:57
+msgid "Width of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:59
+msgid "Height"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:60
+msgid "Height of the stream to capture (-1 for autodetect)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:62 modules/gui/gtk/gnome_interface.c:1866
+#: modules/gui/gtk/gtk_interface.c:2181
+msgid "Frequency"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:63
+msgid "Frequency to capture (in kHz), if applicable"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:64
+msgid "Framerate"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:65
+msgid "Framerate to capture, if applicable (-1 for auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:67
+msgid "Key interval"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:68
+msgid "Interval between keyframes (-1 for  auto)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:70
+msgid "B Frames"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:71
+msgid ""
+"If this option is set, B-Frames will be used.Use this option to set the "
+"number of B-Frames."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:74
+msgid "Bitrate to use (-1 for default)"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:75
+msgid "Bitrate peak"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:76
+msgid "Peak bitrate in VBR mode"
+msgstr ""
+
 #: modules/access/pvr/pvr.c:77
-msgid "PVR"
+msgid "Bitrate mode (vbr or cbr)"
 msgstr ""
 
 #: modules/access/pvr/pvr.c:78
+msgid "Bitrate mode to use"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:79
+msgid "Audio bitmask"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:80
+msgid ""
+"This option allows setting of bitmask that will get used by the audio part "
+"of the card."
+msgstr ""
+
+#: modules/access/pvr/pvr.c:81
+msgid "Channel"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:82
+msgid ""
+"Channel of the card to use (Usually, 0 = tuner, 1 = composite, 2 = svideo )"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "vbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:86
+msgid "cbr"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:89
+msgid "PVR"
+msgstr ""
+
+#: modules/access/pvr/pvr.c:90
 msgid "MPEG Encoding cards input (with ivtv drivers)"
 msgstr ""
 
@@ -3616,6 +3797,34 @@ msgstr ""
 msgid "Satellite input"
 msgstr ""
 
+#: modules/access/screen/screen.c:39
+msgid ""
+"Allows you to modify the default caching value for screen capture streams. "
+"This value should be set in millisecond units."
+msgstr ""
+
+#: modules/access/screen/screen.c:41
+msgid "Frame rate"
+msgstr ""
+
+#: modules/access/screen/screen.c:43
+msgid "Allows you to set the desired frame rate for the capture."
+msgstr ""
+
+#: modules/access/screen/screen.c:46
+msgid "Capture fragment size"
+msgstr ""
+
+#: modules/access/screen/screen.c:48
+msgid ""
+"Allows you optimize the capture by fragmenting the screen in chunks of "
+"predefined height (16 might be a good value, and 0 means disabled)."
+msgstr ""
+
+#: modules/access/screen/screen.c:62
+msgid "Screen Input"
+msgstr ""
+
 #: modules/access/slp.c:60
 msgid "SLP attribute identifiers"
 msgstr ""
@@ -3686,48 +3895,56 @@ msgid ""
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/udp.c:50
+#: modules/access/udp.c:46
+msgid "Autodetection of MTU"
+msgstr ""
+
+#: modules/access/udp.c:48
+msgid "Allows growing the MTU if truncated packets are found"
+msgstr ""
+
+#: modules/access/udp.c:54
 msgid "UDP/RTP input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:77
+#: modules/access/v4l/v4l.c:74
 msgid ""
 "Allows you to modify the default caching value for v4l streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:81
+#: modules/access/v4l/v4l.c:78
 msgid ""
 "Specify the name of the video device that will be used. If you don't specify "
 "anything, no video device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:85
+#: modules/access/v4l/v4l.c:82
 msgid ""
 "Specify the name of the audio device that will be used. If you don't specify "
 "anything, no audio device will be used."
 msgstr ""
 
-#: modules/access/v4l/v4l.c:89
+#: modules/access/v4l/v4l.c:86
 msgid ""
 "Force the Video4Linux video device to use a specific chroma format (eg. I420 "
 "(default), RV24, etc.)"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:93
+#: modules/access/v4l/v4l.c:90
 msgid "Video4Linux"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:94
+#: modules/access/v4l/v4l.c:91
 msgid "Video4Linux input"
 msgstr ""
 
-#: modules/access/v4l/v4l.c:110
-msgid "Video4Linux demuxer"
+#: modules/access/vcd/vcd.c:46
+msgid "VCD input"
 msgstr ""
 
-#: modules/access/vcd/vcd.c:79
-msgid "VCD input"
+#: modules/access/vcd/vcd.c:50
+msgid "[vcd:][device][@[title][,[chapter]]]"
 msgstr ""
 
 #: modules/access/vcdx/access.c:113
@@ -3735,81 +3952,81 @@ msgid "The above message had unknown log level"
 msgstr ""
 
 #: modules/access/vcdx/access.c:262 modules/access/vcdx/access.c:348
-#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:938
-#: modules/access/vcdx/access.c:1194 modules/access/vcdx/access.c:1195
+#: modules/access/vcdx/access.c:411 modules/access/vcdx/access.c:940
+#: modules/access/vcdx/access.c:1197 modules/access/vcdx/access.c:1198
 #: modules/gui/gtk/open.c:276
 msgid "Entry"
 msgstr ""
 
-#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:704
-#: modules/access/vcdx/access.c:938 modules/access/vcdx/access.c:1198
-#: modules/access/vcdx/access.c:1199
+#: modules/access/vcdx/access.c:348 modules/access/vcdx/access.c:703
+#: modules/access/vcdx/access.c:940 modules/access/vcdx/access.c:1201
+#: modules/access/vcdx/access.c:1202
 msgid "Segment"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1051
+#: modules/access/vcdx/access.c:1053
 msgid "VCD Format"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1053
+#: modules/access/vcdx/access.c:1055
 msgid "Application"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1054
+#: modules/access/vcdx/access.c:1056
 msgid "Preparer"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1055
+#: modules/access/vcdx/access.c:1057
 msgid "Vol #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1056
+#: modules/access/vcdx/access.c:1058
 msgid "Vol max #"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1057
+#: modules/access/vcdx/access.c:1059
 msgid "Volume Set"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1058 modules/gui/macosx/intf.m:517
-#: modules/gui/wxwindows/interface.cpp:1432
+#: modules/access/vcdx/access.c:1060 modules/gui/macosx/intf.m:386
+#: modules/gui/wxwindows/interface.cpp:1119
 msgid "Volume"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1059
+#: modules/access/vcdx/access.c:1061
 msgid "Publisher"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1060
+#: modules/access/vcdx/access.c:1062
 msgid "System Id"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1062
+#: modules/access/vcdx/access.c:1064
 msgid "Entries"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1063
+#: modules/access/vcdx/access.c:1065
 msgid "Segments"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1064
+#: modules/access/vcdx/access.c:1066
 msgid "Tracks"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1074
+#: modules/access/vcdx/access.c:1076
 msgid "Track "
 msgstr ""
 
-#: modules/access/vcdx/access.c:1082
+#: modules/access/vcdx/access.c:1084
 msgid "First Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1086
+#: modules/access/vcdx/access.c:1088
 msgid "Last Entry Point"
 msgstr ""
 
-#: modules/access/vcdx/access.c:1202 modules/access/vcdx/access.c:1203
-#: modules/access/vcdx/access.c:1220
+#: modules/access/vcdx/access.c:1205 modules/access/vcdx/access.c:1206
+#: modules/access/vcdx/access.c:1223
 msgid "List ID"
 msgstr ""
 
@@ -3912,11 +4129,19 @@ msgid ""
 "Allows you to give a password that will be requested to access the stream."
 msgstr ""
 
-#: modules/access_output/http.c:55
+#: modules/access_output/http.c:52
+msgid "Mime"
+msgstr ""
+
+#: modules/access_output/http.c:53
+msgid "Allows you to give the mime returned by the server."
+msgstr ""
+
+#: modules/access_output/http.c:56
 msgid "HTTP stream output"
 msgstr ""
 
-#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:53
+#: modules/access_output/udp.c:63 modules/demux/livedotcom.cpp:61
 msgid "Caching value (ms)"
 msgstr ""
 
@@ -3991,12 +4216,12 @@ msgstr ""
 msgid "audio filter for trivial channel mixing"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:76
+#: modules/audio_filter/converter/a52tofloat32.c:83
 msgid "A/52 dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:78
-#: modules/audio_filter/converter/dtstofloat32.c:64
+#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/dtstofloat32.c:72
 msgid ""
 "Dynamic range compression makes the loud sounds softer, and the soft sounds "
 "louder, so you can more easily listen to the stream in a noisy environment "
@@ -4004,7 +4229,8 @@ msgid ""
 "playback will be more adapted to a movie theater or a listening room."
 msgstr ""
 
-#: modules/audio_filter/converter/a52tofloat32.c:85
+#: modules/audio_filter/converter/a52tofloat32.c:92
+#: modules/audio_filter/converter/a52tofloat32.c:98
 msgid "ATSC A/52 (AC-3) audio decoder"
 msgstr ""
 
@@ -4012,11 +4238,12 @@ msgstr ""
 msgid "audio filter for A/52->S/PDIF encapsulation"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:62
+#: modules/audio_filter/converter/dtstofloat32.c:70
 msgid "DTS dynamic range compression"
 msgstr ""
 
-#: modules/audio_filter/converter/dtstofloat32.c:71
+#: modules/audio_filter/converter/dtstofloat32.c:79
+#: modules/audio_filter/converter/dtstofloat32.c:85
 msgid "DTS Coherent Acoustics audio decoder"
 msgstr ""
 
@@ -4048,7 +4275,8 @@ msgstr ""
 msgid "audio filter for float32->u8 conversion"
 msgstr ""
 
-#: modules/audio_filter/converter/mpgatofixed32.c:60
+#: modules/audio_filter/converter/mpgatofixed32.c:65
+#: modules/audio_filter/converter/mpgatofixed32.c:70
 msgid "MPEG audio decoder"
 msgstr ""
 
@@ -4076,20 +4304,161 @@ msgstr ""
 msgid "audio filter for u8->float32 conversion"
 msgstr ""
 
-#: modules/audio_filter/resampler/bandlimited.c:82
-msgid "audio filter for band-limited interpolation resampling"
+#: modules/audio_filter/equalizer.c:52
+msgid "Equalizer preset"
 msgstr ""
 
-#: modules/audio_filter/resampler/coreaudio.c:65
-msgid "audio filter using CoreAudio for resampling"
+#: modules/audio_filter/equalizer.c:55
+msgid "Bands gain"
 msgstr ""
 
-#: modules/audio_filter/resampler/linear.c:59
-msgid "audio filter for linear interpolation resampling"
+#: modules/audio_filter/equalizer.c:56
+msgid "Override preset bands gain in dB (-20 ... 20)"
 msgstr ""
 
-#: modules/audio_filter/resampler/trivial.c:46
-msgid "audio filter for trivial resampling"
+#: modules/audio_filter/equalizer.c:58
+msgid "Two pass"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:59
+msgid "Filter twice the audio"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:61
+msgid "Global gain"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:62
+msgid "Set the global gain in dB (-20 ... 20)"
+msgstr ""
+
+#: modules/audio_filter/equalizer.c:65
+msgid "Equalizer 10 bands"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Flat"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:60
+msgid "Classical"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Club"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+#: modules/demux/util/id3genres.h:31
+msgid "Dance"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:39
+msgid "Full bass"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full bass and treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Full treble"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:40
+msgid "Headphones"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Large Hall"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Live"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+msgid "Party"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:41
+msgid "Pop"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:41
+#: modules/demux/util/id3genres.h:44
+msgid "Reggae"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:45
+msgid "Rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:49
+msgid "Ska"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+msgid "Soft rock"
+msgstr ""
+
+#: modules/audio_filter/equalizer_presets.h:42
+#: modules/demux/util/id3genres.h:46
+msgid "Techno"
+msgstr ""
+
+#: modules/audio_filter/format.c:49
+msgid "audio filter for PCM format conversion"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:68
+msgid "Number of audio buffers"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:69
+msgid ""
+"This is the number of audio buffers on which the power measurement is made. "
+"A higher number of buffers will increase the response time of the filter to "
+"a high power but will make it less sensitive to short variations "
+msgstr ""
+
+#: modules/audio_filter/normvol.c:74
+msgid "Max level"
+msgstr ""
+
+#: modules/audio_filter/normvol.c:75
+msgid ""
+"If the average power over the last N buffers is higher than this value, the "
+"volume will be normalized. This value is a positive floating point number. A "
+"value between 0.5 and 10 seems sensible."
+msgstr ""
+
+#: modules/audio_filter/normvol.c:81
+msgid "Volume normalizer"
+msgstr ""
+
+#: modules/audio_filter/resampler/bandlimited.c:82
+msgid "audio filter for band-limited interpolation resampling"
+msgstr ""
+
+#: modules/audio_filter/resampler/coreaudio.c:65
+msgid "audio filter using CoreAudio for resampling"
+msgstr ""
+
+#: modules/audio_filter/resampler/linear.c:59
+msgid "audio filter for linear interpolation resampling"
+msgstr ""
+
+#: modules/audio_filter/resampler/trivial.c:46
+msgid "audio filter for trivial resampling"
 msgstr ""
 
 #: modules/audio_filter/resampler/ugly.c:46
@@ -4120,32 +4489,32 @@ msgstr ""
 msgid "ALSA Device Name"
 msgstr ""
 
-#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:219
+#: modules/audio_output/alsa.c:118 modules/audio_output/coreaudio.c:217
 #: modules/audio_output/directx.c:383 modules/audio_output/oss.c:129
 #: modules/audio_output/sdl.c:176 modules/audio_output/sdl.c:194
-#: modules/audio_output/waveout.c:337 modules/gui/macosx/intf.m:578
-#: modules/gui/macosx/intf.m:579
+#: modules/audio_output/waveout.c:344 modules/gui/macosx/intf.m:447
+#: modules/gui/macosx/intf.m:448
 msgid "Audio Device"
 msgstr ""
 
 #: modules/audio_output/alsa.c:172 modules/audio_output/directx.c:460
 #: modules/audio_output/oss.c:222 modules/audio_output/sdl.c:182
-#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:399
+#: modules/audio_output/sdl.c:201 modules/audio_output/waveout.c:406
 msgid "Mono"
 msgstr ""
 
 #: modules/audio_output/alsa.c:185 modules/audio_output/directx.c:433
-#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:371
+#: modules/audio_output/oss.c:178 modules/audio_output/waveout.c:378
 msgid "2 Front 2 Rear"
 msgstr ""
 
 #: modules/audio_output/alsa.c:191 modules/audio_output/directx.c:397
-#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:352
+#: modules/audio_output/oss.c:167 modules/audio_output/waveout.c:359
 msgid "5.1"
 msgstr ""
 
-#: modules/audio_output/alsa.c:218 modules/audio_output/directx.c:506
-#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:415
+#: modules/audio_output/alsa.c:233 modules/audio_output/directx.c:506
+#: modules/audio_output/oss.c:246 modules/audio_output/waveout.c:422
 msgid "A/52 over S/PDIF"
 msgstr ""
 
@@ -4153,14 +4522,14 @@ msgstr ""
 msgid "aRts audio output"
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:220
+#: modules/audio_output/coreaudio.c:218
 msgid ""
 "Choose a number corresponding to the number of an audio device, as listed in "
 "your 'Audio Device' menu. This device will then be used by default for audio "
 "playback."
 msgstr ""
 
-#: modules/audio_output/coreaudio.c:225
+#: modules/audio_output/coreaudio.c:223
 msgid "CoreAudio output"
 msgstr ""
 
@@ -4243,7 +4612,17 @@ msgstr ""
 msgid "Simple DirectMedia Layer audio output"
 msgstr ""
 
+#: modules/audio_output/waveout.c:133
+msgid "Use float32 output"
+msgstr ""
+
 #: modules/audio_output/waveout.c:135
+msgid ""
+"The option allows you to enable or disable the high-quality float32 audio "
+"output mode (which is not well supported by some soundcards)."
+msgstr ""
+
+#: modules/audio_output/waveout.c:139
 msgid "Win32 waveOut extension output"
 msgstr ""
 
@@ -4275,6 +4654,14 @@ msgstr ""
 msgid "CMML annotations decoder"
 msgstr ""
 
+#: modules/codec/dmo/dmo.c:98
+msgid "DirectMedia Object decoder"
+msgstr ""
+
+#: modules/codec/dmo/dmo.c:105
+msgid "DirectMedia Object encoder"
+msgstr ""
+
 #: modules/codec/dts.c:91
 msgid "DTS parser"
 msgstr ""
@@ -4287,10 +4674,14 @@ msgstr ""
 msgid "DV video decoder"
 msgstr ""
 
-#: modules/codec/dvbsub.c:41
+#: modules/codec/dvbsub.c:51
 msgid "DVB subtitles decoder"
 msgstr ""
 
+#: modules/codec/dvbsub.c:57
+msgid "DVB subtitles encoder"
+msgstr ""
+
 #: modules/codec/faad.c:38
 msgid "AAC audio decoder (using libfaad2)"
 msgstr ""
@@ -4307,31 +4698,43 @@ msgstr ""
 msgid "simple"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:81
-msgid "ffmpeg audio/video decoder((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+#: modules/codec/ffmpeg/ffmpeg.c:83
+msgid "AltiVec ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.c:87
+msgid "ffmpeg audio/video decoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:107
+#: modules/codec/ffmpeg/ffmpeg.c:114
 msgid "ffmpeg chroma conversion"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:111
+#: modules/codec/ffmpeg/ffmpeg.c:118
 msgid "ffmpeg audio/video encoder"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.c:151
+#: modules/codec/ffmpeg/ffmpeg.c:162
 msgid "ffmpeg demuxer"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:79
+#: modules/codec/ffmpeg/ffmpeg.c:170
+msgid "ffmpeg video filter"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.c:176
+msgid "ffmpeg deinterlace video filter"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:86
 msgid "Direct rendering"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:81
+#: modules/codec/ffmpeg/ffmpeg.h:88
 msgid "Error resilience"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:83
+#: modules/codec/ffmpeg/ffmpeg.h:90
 msgid ""
 "ffmpeg can do error resilience.\n"
 "However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) this "
@@ -4339,11 +4742,11 @@ msgid ""
 "Valid values range from 0 to 4 (0 disables all errors resilience)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:88
+#: modules/codec/ffmpeg/ffmpeg.h:95
 msgid "Workaround bugs"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:90
+#: modules/codec/ffmpeg/ffmpeg.h:97
 msgid ""
 "Try to fix some bugs\n"
 "1  autodetect\n"
@@ -4355,41 +4758,41 @@ msgid ""
 "64 Qpel chroma"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:99 modules/codec/ffmpeg/ffmpeg.h:215
+#: modules/codec/ffmpeg/ffmpeg.h:106 modules/codec/ffmpeg/ffmpeg.h:222
 msgid "Hurry up"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:101
+#: modules/codec/ffmpeg/ffmpeg.h:108
 msgid ""
 "Allow the decoder to partially decode or skip frame(s) when there is not "
 "enough time. It's useful with low CPU power but it can produce distorted "
 "pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:105
+#: modules/codec/ffmpeg/ffmpeg.h:112
 msgid "Post processing quality"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:107
+#: modules/codec/ffmpeg/ffmpeg.h:114
 msgid ""
 "Quality of post processing. Valid range is 0 to 6\n"
 "Higher levels require considerable more CPU power, but produce better "
 "looking pictures."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:111
+#: modules/codec/ffmpeg/ffmpeg.h:118
 msgid "Debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:112
+#: modules/codec/ffmpeg/ffmpeg.h:119
 msgid "Set ffmpeg debug mask"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:114
+#: modules/codec/ffmpeg/ffmpeg.h:121
 msgid "Visualize motion vectors"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:115
+#: modules/codec/ffmpeg/ffmpeg.h:122
 msgid ""
 "Set motion vectors visualization mask.\n"
 "1 - visualize forward predicted MVs of P frames\n"
@@ -4397,120 +4800,120 @@ msgid ""
 "4 - visualize backward predicted MVs of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:120
+#: modules/codec/ffmpeg/ffmpeg.h:127
 msgid "ffmpeg post processing filter chains"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:162
+#: modules/codec/ffmpeg/ffmpeg.h:169
 msgid "Ratio of key frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:163
+#: modules/codec/ffmpeg/ffmpeg.h:170
 msgid ""
 "Allows you to specify the number of frames that will be coded for one key "
 "frame."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:166
+#: modules/codec/ffmpeg/ffmpeg.h:173
 msgid "Ratio of B frames"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:167
+#: modules/codec/ffmpeg/ffmpeg.h:174
 msgid ""
 "Allows you to specify the number of B frames that will be coded between two "
 "reference frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:170
+#: modules/codec/ffmpeg/ffmpeg.h:177
 msgid "Video bitrate tolerance"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:171
+#: modules/codec/ffmpeg/ffmpeg.h:178
 msgid "Allows you to specify the video bitrate tolerance in kbit/s."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:174
+#: modules/codec/ffmpeg/ffmpeg.h:181
 msgid "Enable interlaced encoding"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:175
+#: modules/codec/ffmpeg/ffmpeg.h:182
 msgid "Allows you to enable dedicated algorithms for interlaced frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:178
+#: modules/codec/ffmpeg/ffmpeg.h:185
 msgid "Enable pre motion estimation"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:179
+#: modules/codec/ffmpeg/ffmpeg.h:186
 msgid "Allows you to enable the pre motion estimation."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:182
+#: modules/codec/ffmpeg/ffmpeg.h:189
 msgid "Enable strict rate control"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:183
+#: modules/codec/ffmpeg/ffmpeg.h:190
 msgid "Allows you to enable the strict rate control algorithm."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:186
+#: modules/codec/ffmpeg/ffmpeg.h:193
 msgid "Rate control buffer size"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:187
+#: modules/codec/ffmpeg/ffmpeg.h:194
 msgid "Allows you to specify the rate control buffer size."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:190
+#: modules/codec/ffmpeg/ffmpeg.h:197
 msgid "Rate control buffer aggressiveness"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:191
+#: modules/codec/ffmpeg/ffmpeg.h:198
 msgid "Allows you to specify the rate control buffer aggressiveness."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:194
+#: modules/codec/ffmpeg/ffmpeg.h:201
 msgid "I quantization factor"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:195
+#: modules/codec/ffmpeg/ffmpeg.h:202
 msgid ""
 "Allows you to specify the quantization factor of I frames, compared with P "
 "frames (for instance 1.0 => same qscale for I and P frames)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:199 modules/demux/mod.c:51
+#: modules/codec/ffmpeg/ffmpeg.h:206 modules/demux/mod.c:51
 msgid "Noise reduction"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:200
+#: modules/codec/ffmpeg/ffmpeg.h:207
 msgid ""
 "Allows you to enable a simple noise reduction algorithm to lower the "
 "encoding length and bitrate, at the expense of lower quality frames."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:204
+#: modules/codec/ffmpeg/ffmpeg.h:211
 msgid "Enable MPEG4 quantization matrix"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:205
+#: modules/codec/ffmpeg/ffmpeg.h:212
 msgid ""
 "Allows you to use the MPEG4 quantization matrix for mpeg2 encoding. This "
 "generally yields a better looking picture, while still retaining the "
 "compatibility with standard MPEG-2 decoders."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:210
+#: modules/codec/ffmpeg/ffmpeg.h:217
 msgid "Quality level"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:211
+#: modules/codec/ffmpeg/ffmpeg.h:218
 msgid ""
 "Allows you to specify the quality level for the encoding of motions vectors "
 "(this can slow down the encoding very much)."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:216
+#: modules/codec/ffmpeg/ffmpeg.h:223
 msgid ""
 "Allows you to specify if the encoder should make on-the-fly quality "
 "tradeoffs if your CPU can't keep up with the encoding rate. It will disable "
@@ -4518,33 +4921,54 @@ msgid ""
 "raise the noise reduction threshold to ease the encoder's task."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:222
+#: modules/codec/ffmpeg/ffmpeg.h:229
 msgid "Minimum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:223
+#: modules/codec/ffmpeg/ffmpeg.h:230
 msgid "Allows you to specify the minimum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:226
+#: modules/codec/ffmpeg/ffmpeg.h:233
 msgid "Maximum video quantizer scale"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:227
+#: modules/codec/ffmpeg/ffmpeg.h:234
 msgid "Allows you to specify the maximum video quantizer scale."
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:230
+#: modules/codec/ffmpeg/ffmpeg.h:237
 msgid "Enable trellis quantization"
 msgstr ""
 
-#: modules/codec/ffmpeg/ffmpeg.h:231
+#: modules/codec/ffmpeg/ffmpeg.h:238
 msgid ""
 "Allows you to enable trellis quantization (rate distortion for block "
 "coefficients)."
 msgstr ""
 
-#: modules/codec/ffmpeg/postprocess.c:84
+#: modules/codec/ffmpeg/ffmpeg.h:241
+msgid "Use fixed video quantizer scale"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:242
+msgid ""
+"Allows you to specify a fixed video quantizer scale for VBR encoding "
+"(accepted values: 0.01 to 255.0)."
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:245
+msgid "Strict standard compliance"
+msgstr ""
+
+#: modules/codec/ffmpeg/ffmpeg.h:246
+msgid ""
+"Allows you to force a strict standard compliance when encoding (accepted "
+"values: -1, 0, 1)."
+msgstr ""
+
+#: modules/codec/ffmpeg/postprocess.c:84 modules/gui/macosx/intf.m:467
+#: modules/gui/macosx/intf.m:468
 msgid "Post processing"
 msgstr ""
 
@@ -4580,7 +5004,7 @@ msgstr ""
 msgid "Flac audio encoder"
 msgstr ""
 
-#: modules/codec/libmpeg2.c:90
+#: modules/codec/libmpeg2.c:91
 msgid "MPEG I/II video decoder (using libmpeg2)"
 msgstr ""
 
@@ -4616,7 +5040,7 @@ msgstr ""
 msgid "Philips OGT (SVCD subtitle) decoder"
 msgstr ""
 
-#: modules/codec/ogt/ogt.c:68
+#: modules/codec/ogt/ogt.c:66
 msgid "Philips OGT (SVCD subtitle) packetizer"
 msgstr ""
 
@@ -4693,59 +5117,59 @@ msgstr ""
 msgid "QuickTime library decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:67
+#: modules/codec/rawvideo.c:68
 msgid "Pseudo raw video decoder"
 msgstr ""
 
-#: modules/codec/rawvideo.c:72
+#: modules/codec/rawvideo.c:73
 msgid "Pseudo raw video packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:101
+#: modules/codec/speex.c:102
 msgid "Speex audio decoder"
 msgstr ""
 
-#: modules/codec/speex.c:106
+#: modules/codec/speex.c:107
 msgid "Speex audio packetizer"
 msgstr ""
 
-#: modules/codec/speex.c:111
+#: modules/codec/speex.c:112
 msgid "Speex audio encoder"
 msgstr ""
 
-#: modules/codec/speex.c:468 modules/codec/speex.c:485
+#: modules/codec/speex.c:547 modules/codec/speex.c:564
 msgid "Speex comment"
 msgstr ""
 
-#: modules/codec/speex.c:468
+#: modules/codec/speex.c:547
 msgid "Mode"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:43
+#: modules/codec/spudec/spudec.c:41
 msgid "DVD subtitles decoder"
 msgstr ""
 
-#: modules/codec/spudec/spudec.c:48
+#: modules/codec/spudec/spudec.c:46
 msgid "DVD subtitles packetizer"
 msgstr ""
 
-#: modules/codec/subsdec.c:95
+#: modules/codec/subsdec.c:96
 msgid "Subtitles text encoding"
 msgstr ""
 
-#: modules/codec/subsdec.c:96
+#: modules/codec/subsdec.c:97
 msgid "Set the encoding used in text subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:97
+#: modules/codec/subsdec.c:98 modules/gui/macosx/open.m:233
 msgid "Subtitles justification"
 msgstr ""
 
-#: modules/codec/subsdec.c:98
+#: modules/codec/subsdec.c:99
 msgid "Set the justification of subtitles"
 msgstr ""
 
-#: modules/codec/subsdec.c:101
+#: modules/codec/subsdec.c:102
 msgid "text subtitles decoder"
 msgstr ""
 
@@ -4753,65 +5177,100 @@ msgstr ""
 msgid "Tarkin decoder module"
 msgstr ""
 
-#: modules/codec/theora.c:84 modules/codec/vorbis.c:126
+#: modules/codec/theora.c:85 modules/codec/toolame.c:50
+#: modules/codec/vorbis.c:127
 msgid "Encoding quality"
 msgstr ""
 
-#: modules/codec/theora.c:86 modules/codec/vorbis.c:128
+#: modules/codec/theora.c:87 modules/codec/vorbis.c:129
 msgid ""
 "Allows you to specify a quality between 1 (low) and 10 (high), instead of "
 "specifying a particular bitrate. This will produce a VBR stream."
 msgstr ""
 
-#: modules/codec/theora.c:90
+#: modules/codec/theora.c:91
 msgid "Theora video decoder"
 msgstr ""
 
-#: modules/codec/theora.c:96
+#: modules/codec/theora.c:97
 msgid "Theora video packetizer"
 msgstr ""
 
-#: modules/codec/theora.c:102
+#: modules/codec/theora.c:103
 msgid "Theora video encoder"
 msgstr ""
 
-#: modules/codec/theora.c:368
+#: modules/codec/theora.c:462
 msgid "Theora comment"
 msgstr ""
 
-#: modules/codec/vorbis.c:130
+#: modules/codec/toolame.c:52
+msgid ""
+"Allows you to specify a quality between 0.0 (high) and 50.0 (low), instead "
+"of specifying a particular bitrate. This will produce a VBR stream."
+msgstr ""
+
+#: modules/codec/toolame.c:55
+msgid "Stereo mode"
+msgstr ""
+
+#: modules/codec/toolame.c:57
+msgid "[0=stereo, 1=dual-mono, 2=joint-stereo]"
+msgstr ""
+
+#: modules/codec/toolame.c:58
+msgid "VBR mode"
+msgstr ""
+
+#: modules/codec/toolame.c:60
+msgid "By default the encoding is CBR."
+msgstr ""
+
+#: modules/codec/toolame.c:63
+msgid "libtoolame audio encoder"
+msgstr ""
+
+#: modules/codec/vorbis.c:131
 msgid "Maximum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:132
+#: modules/codec/vorbis.c:133
 msgid ""
 "Allows you to specify a maximum bitrate in kbps. Useful for streaming "
 "applications."
 msgstr ""
 
-#: modules/codec/vorbis.c:134
+#: modules/codec/vorbis.c:135
 msgid "Minimum encoding bitrate"
 msgstr ""
 
-#: modules/codec/vorbis.c:136
+#: modules/codec/vorbis.c:137
 msgid ""
 "Allows you to specify a minimum bitrate in kbps. Useful for encoding for a "
 "fixed-size channel."
 msgstr ""
 
+#: modules/codec/vorbis.c:139
+msgid "CBR encoding"
+msgstr ""
+
 #: modules/codec/vorbis.c:141
+msgid "Allows you to force a constant bitrate encoding (CBR)."
+msgstr ""
+
+#: modules/codec/vorbis.c:145
 msgid "Vorbis audio decoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:150
+#: modules/codec/vorbis.c:154
 msgid "Vorbis audio packetizer"
 msgstr ""
 
-#: modules/codec/vorbis.c:157
+#: modules/codec/vorbis.c:161
 msgid "Vorbis audio encoder"
 msgstr ""
 
-#: modules/codec/vorbis.c:498
+#: modules/codec/vorbis.c:577
 msgid "Vorbis comment"
 msgstr ""
 
@@ -4835,228 +5294,234 @@ msgstr ""
 msgid "Xvid video decoder"
 msgstr ""
 
-#: modules/control/corba/corba.c:614
-msgid "Corba control module"
+#: modules/control/corba/corba.c:685
+msgid "Corba control"
 msgstr ""
 
-#: modules/control/gestures.c:77
+#: modules/control/corba/corba.c:687
+msgid "corba control module"
+msgstr ""
+
+#: modules/control/gestures.c:74
 msgid "Motion threshold (10-100)"
 msgstr ""
 
-#: modules/control/gestures.c:79
+#: modules/control/gestures.c:76
 msgid "Amount of movement required for a mouse gesture to be recorded."
 msgstr ""
 
-#: modules/control/gestures.c:82
+#: modules/control/gestures.c:79
 msgid "Trigger button"
 msgstr ""
 
-#: modules/control/gestures.c:84
+#: modules/control/gestures.c:81
 msgid "You can set the trigger button for mouse gestures here."
 msgstr ""
 
-#: modules/control/gestures.c:87
+#: modules/control/gestures.c:84
 msgid "Middle"
 msgstr ""
 
-#: modules/control/gestures.c:94
+#: modules/control/gestures.c:91
 msgid "Mouse gestures control interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:72
+#: modules/control/hotkeys.c:83
 msgid "Playlist bookmark 1"
 msgstr ""
 
-#: modules/control/hotkeys.c:73
+#: modules/control/hotkeys.c:84
 msgid "Playlist bookmark 2"
 msgstr ""
 
-#: modules/control/hotkeys.c:74
+#: modules/control/hotkeys.c:85
 msgid "Playlist bookmark 3"
 msgstr ""
 
-#: modules/control/hotkeys.c:75
+#: modules/control/hotkeys.c:86
 msgid "Playlist bookmark 4"
 msgstr ""
 
-#: modules/control/hotkeys.c:76
+#: modules/control/hotkeys.c:87
 msgid "Playlist bookmark 5"
 msgstr ""
 
-#: modules/control/hotkeys.c:77
+#: modules/control/hotkeys.c:88
 msgid "Playlist bookmark 6"
 msgstr ""
 
-#: modules/control/hotkeys.c:78
+#: modules/control/hotkeys.c:89
 msgid "Playlist bookmark 7"
 msgstr ""
 
-#: modules/control/hotkeys.c:79
+#: modules/control/hotkeys.c:90
 msgid "Playlist bookmark 8"
 msgstr ""
 
-#: modules/control/hotkeys.c:80
+#: modules/control/hotkeys.c:91
 msgid "Playlist bookmark 9"
 msgstr ""
 
-#: modules/control/hotkeys.c:81
+#: modules/control/hotkeys.c:92
 msgid "Playlist bookmark 10"
 msgstr ""
 
-#: modules/control/hotkeys.c:83
+#: modules/control/hotkeys.c:94
 msgid "This option allows you to define playlist bookmarks."
 msgstr ""
 
-#: modules/control/hotkeys.c:86
+#: modules/control/hotkeys.c:97
 msgid "Hotkeys management interface"
 msgstr ""
 
-#: modules/control/hotkeys.c:309 modules/control/hotkeys.c:329
-#: modules/control/lirc.c:308 modules/control/lirc.c:409
-#: modules/gui/gtk/gnome_interface.c:602
-#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
-#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/controls.m:59
-#: modules/gui/macosx/intf.m:1107 modules/gui/macosx/intf.m:1108
-#: modules/gui/macosx/intf.m:1109 modules/gui/pda/pda_interface.c:250
-#: modules/gui/pda/pda_interface.c:251 modules/gui/wxwindows/interface.cpp:442
-#: modules/gui/wxwindows/interface.cpp:1352 modules/visualization/xosd.c:236
-#: modules/visualization/xosd.c:237
+#: modules/control/hotkeys.c:454 modules/control/lirc.c:373
 #, c-format
-msgid "Pause"
-msgstr ""
-
-#: modules/control/hotkeys.c:319 modules/control/lirc.c:322
-#: modules/gui/gtk/gnome_interface.c:590
-#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
-#: modules/gui/macosx/controls.m:73 modules/gui/macosx/intf.m:512
-#: modules/gui/macosx/intf.m:551 modules/gui/macosx/intf.m:617
-#: modules/gui/macosx/intf.m:1115 modules/gui/macosx/intf.m:1116
-#: modules/gui/macosx/intf.m:1117 modules/gui/macosx/playlist.m:172
-#: modules/gui/pda/pda_interface.c:262 modules/gui/pda/pda_interface.c:263
-#: modules/gui/wxwindows/interface.cpp:441
-#: modules/gui/wxwindows/interface.cpp:1358
-#: modules/gui/wxwindows/playlist.cpp:243
-msgid "Play"
-msgstr ""
-
-#: modules/control/hotkeys.c:335
-msgid "Jump -10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:341
-msgid "Jump +10 seconds"
-msgstr ""
-
-#: modules/control/hotkeys.c:347
-msgid "Jump -1 minute"
-msgstr ""
-
-#: modules/control/hotkeys.c:353
-msgid "Jump +1 minute"
+msgid "Audio track: %s"
 msgstr ""
 
-#: modules/control/hotkeys.c:359
-msgid "Jump -5 minutes"
+#: modules/control/hotkeys.c:468 modules/control/hotkeys.c:496
+#: modules/control/lirc.c:409
+#, c-format
+msgid "Subtitle track: %s"
 msgstr ""
 
-#: modules/control/hotkeys.c:365
-msgid "Jump +5 minutes"
+#: modules/control/hotkeys.c:468
+msgid "N/A"
 msgstr ""
 
-#: modules/control/http.c:70
+#: modules/control/http.c:75
 msgid "Host address"
 msgstr ""
 
-#: modules/control/http.c:72
+#: modules/control/http.c:77
 msgid "You can set the address and port the http interface will bind to."
 msgstr ""
 
-#: modules/control/http.c:73 modules/control/http.c:74
+#: modules/control/http.c:78 modules/control/http.c:79
 msgid "Source directory"
 msgstr ""
 
-#: modules/control/http.c:77
+#: modules/control/http.c:82
 msgid "HTTP remote control interface"
 msgstr ""
 
-#: modules/control/joystick.c:138
+#: modules/control/joystick.c:135
 msgid "Motion threshold"
 msgstr ""
 
-#: modules/control/joystick.c:140
+#: modules/control/joystick.c:137
 msgid ""
 "Amount of joystick movement required for a movement to be recorded (0-"
 ">32767)."
 msgstr ""
 
-#: modules/control/joystick.c:143
+#: modules/control/joystick.c:140
 msgid "Joystick device"
 msgstr ""
 
-#: modules/control/joystick.c:145
+#: modules/control/joystick.c:142
 msgid "The joystick device (usually /dev/js0 or /dev/input/js0)."
 msgstr ""
 
-#: modules/control/joystick.c:147
+#: modules/control/joystick.c:144
 msgid "Repeat time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:149
+#: modules/control/joystick.c:146
 msgid ""
 "Delay waited before the action is repeated if it is still triggered, in "
 "milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:152
+#: modules/control/joystick.c:149
 msgid "Wait time (ms)"
 msgstr ""
 
-#: modules/control/joystick.c:154
+#: modules/control/joystick.c:151
 msgid "The time waited before the repeat starts, in milliseconds."
 msgstr ""
 
-#: modules/control/joystick.c:156
+#: modules/control/joystick.c:153
 msgid "Max seek interval (seconds)"
 msgstr ""
 
-#: modules/control/joystick.c:158
+#: modules/control/joystick.c:155
 msgid "The maximum number of seconds that will be sought at a time."
 msgstr ""
 
-#: modules/control/joystick.c:160
+#: modules/control/joystick.c:157
 msgid "Action mapping"
 msgstr ""
 
-#: modules/control/joystick.c:161
+#: modules/control/joystick.c:158
 msgid "Allows you to remap the actions."
 msgstr ""
 
-#: modules/control/joystick.c:176
+#: modules/control/joystick.c:173
 msgid "Joystick control interface"
 msgstr ""
 
-#: modules/control/lirc.c:63
+#: modules/control/lirc.c:65
 msgid "Infrared remote control interface"
 msgstr ""
 
-#: modules/control/lirc.c:199 modules/control/lirc.c:206
+#: modules/control/lirc.c:201 modules/control/lirc.c:208
 #, c-format
 msgid "Vol %%%d"
 msgstr ""
 
-#: modules/control/lirc.c:219
+#: modules/control/lirc.c:221
 #, c-format
 msgid "Vol %d%%"
 msgstr ""
 
-#: modules/control/lirc.c:369
+#: modules/control/lirc.c:311 modules/control/lirc.c:415
+#: modules/gui/gtk/gnome_interface.c:602
+#: modules/gui/gtk/gnome_interface.c:1020 modules/gui/gtk/gtk_interface.c:709
+#: modules/gui/gtk/gtk_interface.c:1119 modules/gui/macosx/intf.m:1102
+#: modules/gui/macosx/intf.m:1103 modules/gui/macosx/intf.m:1104
+#: modules/gui/pda/pda_interface.c:250 modules/gui/pda/pda_interface.c:251
+#: modules/gui/wxwindows/interface.cpp:427
+#: modules/gui/wxwindows/interface.cpp:1039 modules/visualization/xosd.c:236
+#: modules/visualization/xosd.c:237
 #, c-format
-msgid "Audio track: %s"
+msgid "Pause"
 msgstr ""
 
-#: modules/control/lirc.c:404
-#, c-format
-msgid "Subtitle track: %s"
+#: modules/control/lirc.c:325 modules/gui/gtk/gnome_interface.c:590
+#: modules/gui/gtk/gnome_interface.c:1013 modules/gui/gtk/gtk_interface.c:698
+#: modules/gui/macosx/intf.m:381 modules/gui/macosx/intf.m:420
+#: modules/gui/macosx/intf.m:489 modules/gui/macosx/intf.m:1110
+#: modules/gui/macosx/intf.m:1111 modules/gui/macosx/intf.m:1112
+#: modules/gui/macosx/playlist.m:172 modules/gui/pda/pda_interface.c:262
+#: modules/gui/pda/pda_interface.c:263 modules/gui/wxwindows/interface.cpp:426
+#: modules/gui/wxwindows/interface.cpp:1045
+#: modules/gui/wxwindows/playlist.cpp:254
+msgid "Play"
+msgstr ""
+
+#: modules/control/netsync.c:80
+msgid "Act as master for network synchronisation"
+msgstr ""
+
+#: modules/control/netsync.c:81
+msgid ""
+"Allows you to specify if this client should act as the master client for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:84
+msgid "Master client ip address"
+msgstr ""
+
+#: modules/control/netsync.c:85
+msgid ""
+"Allows you to specify the ip address of the master client used for the "
+"network synchronisation."
+msgstr ""
+
+#: modules/control/netsync.c:89
+msgid "Network synchronisation"
 msgstr ""
 
 #: modules/control/ntservice.c:39
@@ -5095,242 +5560,260 @@ msgstr ""
 msgid "Windows Service interface"
 msgstr ""
 
-#: modules/control/rc.c:77
+#: modules/control/rc.c:117
 msgid "Show stream position"
 msgstr ""
 
-#: modules/control/rc.c:78
+#: modules/control/rc.c:118
 msgid ""
 "Show the current position in seconds within the stream from time to time."
 msgstr ""
 
-#: modules/control/rc.c:80
+#: modules/control/rc.c:120
 msgid "Fake TTY"
 msgstr ""
 
-#: modules/control/rc.c:81
+#: modules/control/rc.c:121
 msgid "Force the rc module to use stdin as if it was a TTY."
 msgstr ""
 
-#: modules/control/rc.c:84
+#: modules/control/rc.c:123
+msgid "UNIX socket command input"
+msgstr ""
+
+#: modules/control/rc.c:124
+msgid "Accept commands over a Unix socket rather than stdin. "
+msgstr ""
+
+#: modules/control/rc.c:126
+msgid "IP command input"
+msgstr ""
+
+#: modules/control/rc.c:127
+msgid ""
+"Accept commands over a socket rather than stdin. You can set the address and "
+"port the interface will bind to."
+msgstr ""
+
+#: modules/control/rc.c:131
 msgid "Remote control interface"
 msgstr ""
 
-#: modules/control/rc.c:116
+#: modules/control/rc.c:246
 #, c-format
 msgid "Remote control interface initialized, `h' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:382 modules/control/rc.c:395
+#: modules/control/rc.c:434 modules/control/rc.c:447
 #, c-format
 msgid "%s: returned %i (%s)\n"
 msgstr ""
 
-#: modules/control/rc.c:419
+#: modules/control/rc.c:471
 #, c-format
 msgid "+----[ end of stream info ]\n"
 msgstr ""
 
-#: modules/control/rc.c:424
+#: modules/control/rc.c:476
 #, c-format
 msgid "no input\n"
 msgstr ""
 
-#: modules/control/rc.c:453
+#: modules/control/rc.c:505
 #, c-format
 msgid "+----[ Remote control commands ]\n"
 msgstr ""
 
-#: modules/control/rc.c:455
+#: modules/control/rc.c:507
 #, c-format
 msgid "| add XYZ  . . . . . . . . . . add XYZ to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:456
+#: modules/control/rc.c:508
 #, c-format
 msgid "| playlist . . .  show items currently in playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:457
+#: modules/control/rc.c:509
 #, c-format
 msgid "| play . . . . . . . . . . . . . . . . play stream\n"
 msgstr ""
 
-#: modules/control/rc.c:458
+#: modules/control/rc.c:510
 #, c-format
 msgid "| stop . . . . . . . . . . . . . . . . stop stream\n"
 msgstr ""
 
-#: modules/control/rc.c:459
+#: modules/control/rc.c:511
 #, c-format
 msgid "| next . . . . . . . . . . . .  next playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:460
+#: modules/control/rc.c:512
 #, c-format
 msgid "| prev . . . . . . . . . .  previous playlist item\n"
 msgstr ""
 
-#: modules/control/rc.c:461
+#: modules/control/rc.c:513
 #, c-format
 msgid "| title [X]  . . . . set/get title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:462
+#: modules/control/rc.c:514
 #, c-format
 msgid "| title_n  . . . . . .  next title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:463
+#: modules/control/rc.c:515
 #, c-format
 msgid "| title_p  . . . .  previous title in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:464
+#: modules/control/rc.c:516
 #, c-format
 msgid "| chapter [X]  . . set/get chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:465
+#: modules/control/rc.c:517
 #, c-format
 msgid "| chapter_n  . . . .  next chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:466
+#: modules/control/rc.c:518
 #, c-format
 msgid "| chapter_p  . .  previous chapter in current item\n"
 msgstr ""
 
-#: modules/control/rc.c:468
+#: modules/control/rc.c:520
 #, c-format
 msgid "| seek X . seek in seconds, for instance `seek 12'\n"
 msgstr ""
 
-#: modules/control/rc.c:469
+#: modules/control/rc.c:521
 #, c-format
 msgid "| pause  . . . . . . . . . . . . . .  toggle pause\n"
 msgstr ""
 
-#: modules/control/rc.c:470
+#: modules/control/rc.c:522
 #, c-format
 msgid "| f  . . . . . . . . . . . . . . toggle fullscreen\n"
 msgstr ""
 
-#: modules/control/rc.c:471
+#: modules/control/rc.c:523
 #, c-format
 msgid "| info . . .  information about the current stream\n"
 msgstr ""
 
-#: modules/control/rc.c:473
+#: modules/control/rc.c:525
 #, c-format
 msgid "| volume [X] . . . . . . . .  set/get audio volume\n"
 msgstr ""
 
-#: modules/control/rc.c:474
+#: modules/control/rc.c:526
 #, c-format
 msgid "| volup [X]  . . . . .  raise audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:475
+#: modules/control/rc.c:527
 #, c-format
 msgid "| voldown [X]  . . . .  lower audio volume X steps\n"
 msgstr ""
 
-#: modules/control/rc.c:476
+#: modules/control/rc.c:528
 #, c-format
 msgid "| adev [X] . . . . . . . . .  set/get audio device\n"
 msgstr ""
 
-#: modules/control/rc.c:477
+#: modules/control/rc.c:529
 #, c-format
 msgid "| achan [X]. . . . . . . .  set/get audio channels\n"
 msgstr ""
 
-#: modules/control/rc.c:479
+#: modules/control/rc.c:531
 #, c-format
 msgid "| help . . . . . . . . . . . . . this help message\n"
 msgstr ""
 
-#: modules/control/rc.c:480
+#: modules/control/rc.c:532
 #, c-format
 msgid "| quit . . . . . . . . . . . . . . . . .  quit vlc\n"
 msgstr ""
 
-#: modules/control/rc.c:482
+#: modules/control/rc.c:534
 #, c-format
 msgid "+----[ end of help ]\n"
 msgstr ""
 
-#: modules/control/rc.c:488
+#: modules/control/rc.c:542
 #, c-format
 msgid "unknown command `%s', type `help' for help\n"
 msgstr ""
 
-#: modules/control/rc.c:564
+#: modules/control/rc.c:618
 #, c-format
 msgid "Currently playing chapter %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:601
+#: modules/control/rc.c:658
 #, c-format
 msgid "Currently playing title %d/%d\n"
 msgstr ""
 
-#: modules/control/rc.c:655
+#: modules/control/rc.c:715
 #, c-format
 msgid "trying to add %s to playlist\n"
 msgstr ""
 
-#: modules/control/rc.c:670
+#: modules/control/rc.c:730
 #, c-format
 msgid "| no entries\n"
 msgstr ""
 
-#: modules/control/rc.c:678
+#: modules/control/rc.c:738
 #, c-format
 msgid "unknown command!\n"
 msgstr ""
 
-#: modules/control/rc.c:723
+#: modules/control/rc.c:784
 #, c-format
 msgid "Volume must be in the range %d-%d\n"
 msgstr ""
 
-#: modules/control/rc.c:739 modules/control/rc.c:770
+#: modules/control/rc.c:800 modules/control/rc.c:832
 #, c-format
 msgid "Volume is %d\n"
 msgstr ""
 
-#: modules/control/rc.c:831
+#: modules/control/rc.c:894
 #, c-format
 msgid "+----[ end of %s ]\n"
 msgstr ""
 
-#: modules/control/telnet.c:96
+#: modules/control/telnet.c:79
 msgid "Telnet Interface port"
 msgstr ""
 
-#: modules/control/telnet.c:97
+#: modules/control/telnet.c:80
 msgid "Default to 4212"
 msgstr ""
 
-#: modules/control/telnet.c:98
+#: modules/control/telnet.c:81
 msgid "Telnet Interface password"
 msgstr ""
 
-#: modules/control/telnet.c:99
+#: modules/control/telnet.c:82
 msgid "Default to admin"
 msgstr ""
 
-#: modules/control/telnet.c:105
+#: modules/control/telnet.c:88
 msgid "Telnet remote control interface"
 msgstr ""
 
-#: modules/control/telnet.c:157
+#: modules/control/telnet.c:139
 msgid "Using the VLM interface plugin..."
 msgstr ""
 
-#: modules/control/telnet.c:168
+#: modules/control/telnet.c:150
 #, c-format
 msgid "Telnet interface started on port: %d"
 msgstr ""
@@ -5372,120 +5855,79 @@ msgstr ""
 msgid "AVI demuxer"
 msgstr ""
 
-#: modules/demux/demux2.c:41
-msgid "Demux2 adaptation layer"
-msgstr ""
-
-#: modules/demux/demuxdump.c:48
+#: modules/demux/demuxdump.c:37
 msgid "Filename of dump"
 msgstr ""
 
-#: modules/demux/demuxdump.c:50
+#: modules/demux/demuxdump.c:39
 msgid "Specify a file name to which the raw stream will be dumped."
 msgstr ""
 
-#: modules/demux/demuxdump.c:53
+#: modules/demux/demuxdump.c:45
 msgid "Filedump demuxer"
 msgstr ""
 
-#: modules/demux/demuxstream.c:120 modules/demux/mpeg/ts.c:120
-msgid "Compatibility with pre-0.4 VLS"
-msgstr ""
-
-#: modules/demux/demuxstream.c:122 modules/demux/mpeg/ts.c:122
-msgid ""
-"The protocol for transmitting A/52 audio streams changed between VLC 0.3.x "
-"and 0.4. By default VLC assumes you have the latest VLS. In case you're "
-"using an old version, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:126 modules/demux/mpeg/ts.c:126
-msgid "Buggy PSI"
-msgstr ""
-
-#: modules/demux/demuxstream.c:128 modules/demux/mpeg/ts.c:128
-msgid ""
-"If you have a stream whose PSI packets do not feature incremented continuity "
-"counters, select this option."
-msgstr ""
-
-#: modules/demux/demuxstream.c:131
-msgid "Output MRL"
-msgstr ""
-
-#: modules/demux/demuxstream.c:135
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream"
-msgstr ""
-
-#: modules/demux/demuxstream.c:139
-msgid "ISO 13818-1 MPEG Transport Stream demuxstream (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/dts.c:38
 msgid "Raw DTS demuxer"
 msgstr ""
 
-#: modules/demux/dvdnav.c:42
-msgid "caching value in ms"
-msgstr ""
-
-#: modules/demux/dvdnav.c:44
-msgid ""
-"Allows you to modify the default caching value for DVDnav streams. This "
-"value should be set in millisecond units."
-msgstr ""
-
-#: modules/demux/dvdnav.c:54
-msgid "DVDnav Input"
-msgstr ""
-
-#: modules/demux/dvdnav.c:63
-msgid "DVDnav Input (demux)"
-msgstr ""
-
 #: modules/demux/flac.c:38
 msgid "FLAC demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:55
+#: modules/demux/livedotcom.cpp:63
 msgid ""
 "Allows you to modify the default caching value for RTSP streams. This value "
 "should be set in millisecond units."
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:59
+#: modules/demux/livedotcom.cpp:67
 msgid "live.com (RTSP/RTP/SDP) demuxer"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:65
-msgid "RTSP/RTP describe"
+#: modules/demux/livedotcom.cpp:73
+msgid "RTSP/RTP access and demux"
 msgstr ""
 
-#: modules/demux/livedotcom.cpp:71 modules/demux/livedotcom.cpp:72
+#: modules/demux/livedotcom.cpp:79 modules/demux/livedotcom.cpp:80
 msgid "Use RTP over RTSP (TCP)"
 msgstr ""
 
-#: modules/demux/m3u.c:63
+#: modules/demux/m3u.c:64
 msgid "Playlist metademux"
 msgstr ""
 
-#: modules/demux/mkv.cpp:91
+#: modules/demux/mjpeg.c:43
+msgid "Frames per Second"
+msgstr ""
+
+#: modules/demux/mjpeg.c:44
+msgid ""
+"Allows you to set the desired frame rate when playing from files, use 0 for "
+"live."
+msgstr ""
+
+#: modules/demux/mjpeg.c:48
+msgid "JPEG camera demuxer"
+msgstr ""
+
+#: modules/demux/mkv.cpp:87
 msgid "Matroska stream demuxer"
 msgstr ""
 
-#: modules/demux/mkv.cpp:96 modules/demux/mkv.cpp:97
+#: modules/demux/mkv.cpp:92 modules/demux/mkv.cpp:93
 msgid "Seek based on percent not time"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2176
+#: modules/demux/mkv.cpp:2346
 msgid "Segment filename"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2180
+#: modules/demux/mkv.cpp:2350
 msgid "Muxing application"
 msgstr ""
 
-#: modules/demux/mkv.cpp:2184
+#: modules/demux/mkv.cpp:2354
 msgid "Writing application"
 msgstr ""
 
@@ -5565,7 +6007,7 @@ msgstr ""
 msgid "MPEG-4 video demuxer"
 msgstr ""
 
-#: modules/demux/mpeg/mpga.c:39
+#: modules/demux/mpeg/mpga.c:42
 msgid "MPEG-I/II audio demuxer"
 msgstr ""
 
@@ -5573,32 +6015,6 @@ msgstr ""
 msgid "MPEG-I/II video demuxer"
 msgstr ""
 
-#: modules/demux/mpeg/ps.c:59
-msgid "ISO 13818-1 MPEG Program Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:55
-msgid "Generic ISO 13818-1 MPEG demultiplexing"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:988 modules/demux/mpeg/system.c:990
-#, c-format
-msgid "SVCD Subtitle %i"
-msgstr ""
-
-#: modules/demux/mpeg/system.c:1003 modules/demux/mpeg/system.c:1005
-#, c-format
-msgid "CVD Subtitle %i"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:133
-msgid "ISO 13818-1 MPEG Transport Stream input"
-msgstr ""
-
-#: modules/demux/mpeg/ts.c:137
-msgid "ISO 13818-1 MPEG Transport Stream input (libdvbpsi)"
-msgstr ""
-
 #: modules/demux/nsv.c:45
 msgid "NullSoft demuxer"
 msgstr ""
@@ -5615,7 +6031,7 @@ msgstr ""
 msgid "M3U playlist import"
 msgstr ""
 
-#: modules/demux/playlist/playlist.c:49
+#: modules/demux/playlist/playlist.c:50
 msgid "PLS playlist import"
 msgstr ""
 
@@ -5639,11 +6055,59 @@ msgstr ""
 msgid "Kasenna MediaBase metademux"
 msgstr ""
 
-#: modules/demux/ts.c:67
+#: modules/demux/subtitle.c:65
+msgid "Text subtitles demux"
+msgstr ""
+
+#: modules/demux/subtitle.c:68 modules/gui/wxwindows/subtitles.cpp:153
+msgid "Frames per second"
+msgstr ""
+
+#: modules/demux/ts.c:66
+msgid "Extra PMT"
+msgstr ""
+
+#: modules/demux/ts.c:68
+msgid "Allows a user to specify an extra pmt (pmt_pid=pid:stream_type[,...])"
+msgstr ""
+
+#: modules/demux/ts.c:70
+msgid "Set id of ES to PID"
+msgstr ""
+
+#: modules/demux/ts.c:71
+msgid "set id of es to pid"
+msgstr ""
+
+#: modules/demux/ts.c:73
+msgid "Fast udp streaming"
+msgstr ""
+
+#: modules/demux/ts.c:75
+msgid "Sends TS to specific ip:port by udp (you must know what you are doing)"
+msgstr ""
+
+#: modules/demux/ts.c:77 modules/demux/ts.c:78
+msgid "MTU for out mode"
+msgstr ""
+
+#: modules/demux/ts.c:80 modules/demux/ts.c:81
+msgid "CSA ck"
+msgstr ""
+
+#: modules/demux/ts.c:83
+msgid "Silent mode"
+msgstr ""
+
+#: modules/demux/ts.c:84
+msgid "do not complain on encrypted PES"
+msgstr ""
+
+#: modules/demux/ts.c:87
 msgid "ISO 13818-1 MPEG Transport Stream input - new"
 msgstr ""
 
-#: modules/demux/util/id3.c:46
+#: modules/demux/util/id3.c:42
 msgid "Simple id3 tag skipper"
 msgstr ""
 
@@ -5659,10 +6123,6 @@ msgstr ""
 msgid "Country"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:31
-msgid "Dance"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:32
 msgid "Disco"
 msgstr ""
@@ -5699,10 +6159,6 @@ msgstr ""
 msgid "Other"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:41
-msgid "Pop"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:42
 msgid "R&B"
 msgstr ""
@@ -5711,18 +6167,6 @@ msgstr ""
 msgid "Rap"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:44
-msgid "Reggae"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:45
-msgid "Rock"
-msgstr ""
-
-#: modules/demux/util/id3genres.h:46
-msgid "Techno"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:47
 msgid "Industrial"
 msgstr ""
@@ -5731,10 +6175,6 @@ msgstr ""
 msgid "Alternative"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:49
-msgid "Ska"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:50
 msgid "Death metal"
 msgstr ""
@@ -5775,10 +6215,6 @@ msgstr ""
 msgid "Trance"
 msgstr ""
 
-#: modules/demux/util/id3genres.h:60
-msgid "Classical"
-msgstr ""
-
 #: modules/demux/util/id3genres.h:61
 msgid "Instrumental"
 msgstr ""
@@ -5971,18 +6407,6 @@ msgstr ""
 msgid "ID3 tag parser using libid3tag"
 msgstr ""
 
-#: modules/demux/util/sub.c:74
-msgid "Text subtitles demux"
-msgstr ""
-
-#: modules/demux/util/sub.c:77 modules/gui/wxwindows/subtitles.cpp:153
-msgid "Frames per second"
-msgstr ""
-
-#: modules/demux/util/sub.c:80 modules/gui/wxwindows/subtitles.cpp:141
-msgid "Delay subtitles (in 1/10s)"
-msgstr ""
-
 #: modules/demux/wav.c:41
 msgid "WAV demuxer"
 msgstr ""
@@ -6010,113 +6434,131 @@ msgstr ""
 #: modules/gui/beos/InterfaceWindow.cpp:159
 #: modules/gui/gtk/gtk_interface.c:2412 modules/gui/gtk/gtk_interface.c:2657
 #: modules/gui/gtk/gtk_interface.c:2888 modules/gui/gtk/gtk_interface.c:3269
-#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:139
+#: modules/gui/gtk/preferences.c:620 modules/gui/macosx/open.m:140
 #: modules/gui/macosx/playlistinfo.m:65 modules/gui/macosx/prefs.m:80
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/iteminfo.cpp:100
-#: modules/gui/wxwindows/open.cpp:282 modules/gui/wxwindows/open.cpp:438
-#: modules/gui/wxwindows/playlist.cpp:1295
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/bookmarks.cpp:168
+#: modules/gui/wxwindows/iteminfo.cpp:100 modules/gui/wxwindows/open.cpp:285
+#: modules/gui/wxwindows/open.cpp:441 modules/gui/wxwindows/playlist.cpp:1327
 #: modules/gui/wxwindows/preferences.cpp:197
-#: modules/gui/wxwindows/streamout.cpp:197
+#: modules/gui/wxwindows/streamout.cpp:199
 #: modules/gui/wxwindows/subtitles.cpp:177
 msgid "Cancel"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:328
-#: modules/gui/macosx/open.m:522 modules/gui/macosx/open.m:627
-#: modules/gui/macosx/open.m:673 modules/gui/wxwindows/interface.cpp:439
+#: modules/gui/beos/InterfaceWindow.cpp:159 modules/gui/macosx/open.m:414
+#: modules/gui/macosx/open.m:608 modules/gui/macosx/open.m:713
+#: modules/gui/macosx/open.m:759 modules/gui/wxwindows/interface.cpp:424
+#: modules/gui/wxwindows/menus.cpp:270
 msgid "Open"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:201
-#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/prefs.m:78
+#: modules/gui/beos/InterfaceWindow.cpp:208
+#: modules/gui/beos/InterfaceWindow.cpp:312 modules/gui/macosx/prefs.m:78
 #: modules/gui/wxwindows/preferences.cpp:174
 msgid "Preferences"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:211
-#: modules/gui/beos/InterfaceWindow.cpp:305
+#: modules/gui/beos/InterfaceWindow.cpp:218
+#: modules/gui/beos/InterfaceWindow.cpp:310
 #: modules/gui/gtk/gnome_interface.c:2704 modules/gui/gtk/gtk_interface.c:2959
 #: modules/gui/kde/info.cpp:32 modules/gui/kde/messages.cpp:31
-#: modules/gui/macosx/intf.m:521 modules/gui/macosx/intf.m:605
+#: modules/gui/macosx/intf.m:390 modules/gui/macosx/intf.m:477
 #: modules/gui/wxwindows/messages.cpp:64
 msgid "Messages"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:239
-#: modules/gui/beos/PlayListWindow.cpp:84
-#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:327
-#: modules/gui/macosx/open.m:626 modules/gui/macosx/open.m:672
-#: modules/gui/wxwindows/dialogs.cpp:378 modules/gui/wxwindows/open.cpp:1073
+#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/MediaControlView.cpp:1233
+#: modules/gui/beos/PlayListWindow.cpp:85
+#: modules/gui/gtk/gnome_interface.c:503
+#: modules/gui/gtk/gnome_interface.c:1570
+#: modules/gui/gtk/gnome_interface.c:2286
+#: modules/gui/gtk/gnome_interface.c:2859 modules/gui/gtk/gtk_interface.c:618
+#: modules/gui/gtk/gtk_interface.c:1885 modules/gui/gtk/gtk_interface.c:2745
+#: modules/gui/gtk/gtk_interface.c:2862 modules/gui/gtk/gtk_interface.c:3114
+#: modules/gui/macosx/open.m:142 modules/gui/macosx/open.m:345
+#: modules/gui/macosx/output.m:142 modules/gui/macosx/output.m:232
+#: modules/gui/macosx/output.m:373 modules/gui/pda/pda_interface.c:366
+#: modules/gui/wxwindows/open.cpp:447 modules/gui/wxwindows/streamout.cpp:425
+msgid "File"
+msgstr ""
+
+#: modules/gui/beos/InterfaceWindow.cpp:246
+#: modules/gui/beos/PlayListWindow.cpp:87
+#: modules/gui/gtk/gnome_interface.c:2191 modules/gui/macosx/open.m:413
+#: modules/gui/macosx/open.m:712 modules/gui/macosx/open.m:758
+#: modules/gui/wxwindows/dialogs.cpp:344 modules/gui/wxwindows/open.cpp:1047
 msgid "Open File"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:242
-#: modules/gui/beos/PlayListWindow.cpp:89 modules/gui/gtk/gtk_interface.c:630
+#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/PlayListWindow.cpp:92 modules/gui/gtk/gtk_interface.c:630
 msgid "Open Disc"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:244
+#: modules/gui/beos/InterfaceWindow.cpp:249
 msgid "Open Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:248
+#: modules/gui/beos/InterfaceWindow.cpp:253
 #: modules/gui/gtk/gtk_interface.c:1580 modules/gui/pda/pda_interface.c:300
 #: modules/gui/pda/pda_interface.c:301 modules/gui/pda/pda_interface.c:1363
 msgid "About"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:255 modules/gui/kde/interface.cpp:93
+#: modules/gui/beos/InterfaceWindow.cpp:260 modules/gui/kde/interface.cpp:93
 msgid "Subtitles"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:263
+#: modules/gui/beos/InterfaceWindow.cpp:268
 msgid "Prev Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:264
+#: modules/gui/beos/InterfaceWindow.cpp:269
 msgid "Next Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:267
+#: modules/gui/beos/InterfaceWindow.cpp:272
 msgid "Goto Menu"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:276
+#: modules/gui/beos/InterfaceWindow.cpp:281
 msgid "Go to Title"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:280
+#: modules/gui/beos/InterfaceWindow.cpp:285
 msgid "Go to Chapter"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:283
+#: modules/gui/beos/InterfaceWindow.cpp:288
 msgid "Speed"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:302 modules/gui/macosx/intf.m:599
+#: modules/gui/beos/InterfaceWindow.cpp:307 modules/gui/macosx/intf.m:470
 msgid "Window"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:368
+#: modules/gui/beos/InterfaceWindow.cpp:384
 #: modules/gui/gtk/gtk_interface.c:1661 modules/gui/gtk/gtk_interface.c:2405
 #: modules/gui/gtk/gtk_interface.c:2650 modules/gui/gtk/gtk_interface.c:2881
 #: modules/gui/gtk/gtk_interface.c:2988 modules/gui/gtk/gtk_interface.c:3262
-#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:138
-#: modules/gui/macosx/open.m:179 modules/gui/macosx/output.m:128
-#: modules/gui/macosx/playlistinfo.m:64 modules/gui/wxwindows/iteminfo.cpp:97
-#: modules/gui/wxwindows/open.cpp:279 modules/gui/wxwindows/open.cpp:435
-#: modules/gui/wxwindows/playlist.cpp:1292
+#: modules/gui/gtk/preferences.c:608 modules/gui/macosx/open.m:139
+#: modules/gui/macosx/open.m:235 modules/gui/macosx/output.m:138
+#: modules/gui/macosx/playlistinfo.m:64
+#: modules/gui/wxwindows/bookmarks.cpp:167
+#: modules/gui/wxwindows/iteminfo.cpp:97 modules/gui/wxwindows/open.cpp:282
+#: modules/gui/wxwindows/open.cpp:438 modules/gui/wxwindows/playlist.cpp:1324
 #: modules/gui/wxwindows/preferences.cpp:194
-#: modules/gui/wxwindows/streamout.cpp:194
+#: modules/gui/wxwindows/streamout.cpp:196
 #: modules/gui/wxwindows/subtitles.cpp:174
 msgid "OK"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:376
+#: modules/gui/beos/InterfaceWindow.cpp:392
 msgid "VLC media player: Open Media Files"
 msgstr ""
 
-#: modules/gui/beos/InterfaceWindow.cpp:380
+#: modules/gui/beos/InterfaceWindow.cpp:396
 msgid "VLC media player: Open Subtitle File"
 msgstr ""
 
@@ -6124,73 +6566,75 @@ msgstr ""
 msgid "Drop files to play"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:73
+#: modules/gui/beos/PlayListWindow.cpp:76
 msgid "playlist"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:93
+#: modules/gui/beos/PlayListWindow.cpp:96
 #: modules/gui/wxwindows/messages.cpp:89
 msgid "Close"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:98 modules/gui/macosx/intf.m:543
+#: modules/gui/beos/PlayListWindow.cpp:101 modules/gui/macosx/intf.m:412
+#: modules/gui/wxwindows/bookmarks.cpp:225
 msgid "Edit"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:100 modules/gui/macosx/intf.m:548
+#: modules/gui/beos/PlayListWindow.cpp:103 modules/gui/macosx/intf.m:417
 #: modules/gui/macosx/playlist.m:174
 msgid "Select All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:103
+#: modules/gui/beos/PlayListWindow.cpp:106
 msgid "Select None"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:108
+#: modules/gui/beos/PlayListWindow.cpp:111
 msgid "Sort Reverse"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:111
+#: modules/gui/beos/PlayListWindow.cpp:114
 msgid "Sort by Name"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:115
+#: modules/gui/beos/PlayListWindow.cpp:118
 msgid "Sort by Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:119
+#: modules/gui/beos/PlayListWindow.cpp:122
 msgid "Randomize"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:124
-#: modules/gui/wxwindows/bookmarks.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/wxwindows/bookmarks.cpp:221
 msgid "Remove"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:127
+#: modules/gui/beos/PlayListWindow.cpp:130
 msgid "Remove All"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:132
+#: modules/gui/beos/PlayListWindow.cpp:135
 msgid "View"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:138
+#: modules/gui/beos/PlayListWindow.cpp:141
 msgid "Path"
 msgstr ""
 
-#: modules/gui/beos/PlayListWindow.cpp:144 modules/gui/gtk/preferences.c:327
+#: modules/gui/beos/PlayListWindow.cpp:147 modules/gui/gtk/preferences.c:327
 #: modules/gui/kde/pluginsbox.cpp:45 modules/gui/macosx/playlist.m:180
+#: modules/gui/wxwindows/bookmarks.cpp:159
 #: modules/gui/wxwindows/iteminfo.cpp:156
-#: modules/gui/wxwindows/playlist.cpp:292
+#: modules/gui/wxwindows/playlist.cpp:319
 msgid "Name"
 msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:46
 #: modules/gui/beos/PreferencesWindow.cpp:48
 #: modules/gui/beos/PreferencesWindow.cpp:102
-#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:940
-#: modules/gui/macosx/prefs.m:948 modules/gui/macosx/prefs.m:1018
+#: modules/gui/gtk/gnome_interface.c:2228 modules/gui/macosx/prefs.m:951
+#: modules/gui/macosx/prefs.m:959 modules/gui/macosx/prefs.m:1029
 #: modules/gui/wxwindows/preferences.cpp:384
 msgid "Modules"
 msgstr ""
@@ -6202,7 +6646,7 @@ msgstr ""
 
 #: modules/gui/beos/PreferencesWindow.cpp:238
 #: modules/gui/gtk/preferences.c:599 modules/gui/gtk/preferences.c:616
-#: modules/gui/macosx/output.m:431 modules/gui/macosx/playlist.m:326
+#: modules/gui/macosx/output.m:512 modules/gui/macosx/playlist.m:326
 #: modules/gui/macosx/prefs.m:79 modules/gui/wxwindows/preferences.cpp:198
 msgid "Save"
 msgstr ""
@@ -6243,10 +6687,6 @@ msgstr ""
 msgid "Take Screen Shot"
 msgstr ""
 
-#: modules/gui/beos/VlcWrapper.cpp:186
-msgid "<unknown>"
-msgstr ""
-
 #: modules/gui/gtk/gnome.c:55 modules/gui/gtk/gtk.c:57
 msgid "Show tooltips"
 msgstr ""
@@ -6273,7 +6713,17 @@ msgid ""
 "preferences menu will occupy."
 msgstr ""
 
-#: modules/gui/gtk/gnome.c:72
+#: modules/gui/gtk/gnome.c:66 modules/gui/gtk/gtk.c:65
+msgid "Interface default search path"
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:68 modules/gui/gtk/gtk.c:67
+msgid ""
+"This option allows you to set the default path that the interface will open "
+"when looking for a file."
+msgstr ""
+
+#: modules/gui/gtk/gnome.c:77
 msgid "GNOME interface"
 msgstr ""
 
@@ -6381,20 +6831,15 @@ msgid "Select audio channel"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:126 modules/gui/gtk/gtk_interface.c:452
-#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:571
+#: modules/gui/gtk/gtk_interface.c:1253 modules/gui/macosx/intf.m:440
 msgid "Volume Up"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:133 modules/gui/gtk/gtk_interface.c:459
-#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:572
+#: modules/gui/gtk/gtk_interface.c:1260 modules/gui/macosx/intf.m:441
 msgid "Volume Down"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:155 modules/gui/gtk/gnome_interface.c:938
-#: modules/gui/gtk/gtk_interface.c:488 modules/gui/gtk/gtk_interface.c:1289
-msgid "Device"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:167 modules/gui/gtk/gnome_interface.c:950
 #: modules/gui/gtk/gtk_interface.c:515 modules/gui/gtk/gtk_interface.c:1312
 msgid "_Subtitles"
@@ -6412,7 +6857,7 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:190 modules/gui/gtk/gnome_interface.c:973
 #: modules/gui/gtk/gtk_interface.c:560 modules/gui/gtk/gtk_interface.c:1356
-#: modules/gui/macosx/vout.m:238
+#: modules/gui/macosx/voutgl.m:148 modules/gui/macosx/voutqt.m:214
 msgid "Screen"
 msgstr ""
 
@@ -6425,8 +6870,9 @@ msgid "_Video"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:274 modules/gui/gtk/gtk_interface.c:121
-#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:507
-#: modules/gui/pda/pda_interface.c:212 modules/gui/pda/pda_interface.c:1356
+#: modules/gui/gtk/gtk_interface.c:1595 modules/gui/macosx/intf.m:376
+#: modules/gui/macosx/intf.m:743 modules/gui/pda/pda_interface.c:212
+#: modules/gui/pda/pda_interface.c:1356
 msgid "VLC media player"
 msgstr ""
 
@@ -6479,7 +6925,7 @@ msgid "Slow"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:618
-#: modules/gui/wxwindows/interface.cpp:446
+#: modules/gui/wxwindows/interface.cpp:431
 msgid "Play slower"
 msgstr ""
 
@@ -6490,12 +6936,13 @@ msgid "Fast"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:631
-#: modules/gui/wxwindows/interface.cpp:447
+#: modules/gui/wxwindows/interface.cpp:432
 msgid "Play faster"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:644
-#: modules/gui/wxwindows/playlist.cpp:649
+#: modules/gui/skins2/src/dialogs.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:655
 msgid "Open playlist"
 msgstr ""
 
@@ -6597,7 +7044,7 @@ msgid "Open Target:"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1519 modules/gui/gtk/gtk_interface.c:1834
-#: modules/gui/wxwindows/open.cpp:397
+#: modules/gui/wxwindows/open.cpp:400
 msgid ""
 "Alternatively, you can build an MRL using one of the following predefined "
 "targets:"
@@ -6605,52 +7052,52 @@ msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1563
 #: modules/gui/gtk/gnome_interface.c:2007 modules/gui/gtk/gtk_interface.c:1878
-#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:145
-#: modules/gui/macosx/open.m:151 modules/gui/macosx/open.m:173
-#: modules/gui/macosx/output.m:135 modules/gui/macosx/prefs.m:499
-#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:568
+#: modules/gui/gtk/gtk_interface.c:2324 modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:152 modules/gui/macosx/open.m:223
+#: modules/gui/macosx/output.m:145 modules/gui/macosx/prefs.m:509
+#: modules/gui/macosx/prefs_widgets.m:588 modules/gui/wxwindows/open.cpp:571
 #: modules/gui/wxwindows/preferences_widgets.cpp:462
-#: modules/gui/wxwindows/streamout.cpp:452
+#: modules/gui/wxwindows/streamout.cpp:454
 #: modules/gui/wxwindows/subtitles.cpp:91
 msgid "Browse..."
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1587 modules/gui/gtk/gtk_interface.c:1902
-#: modules/gui/wxwindows/open.cpp:618
+#: modules/gui/wxwindows/open.cpp:620
 msgid "Disc type"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1606 modules/gui/gtk/gtk_interface.c:1921
-#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:483
-#: modules/gui/wxwindows/open.cpp:612
+#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:569
+#: modules/gui/wxwindows/open.cpp:615
 msgid "DVD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1614 modules/gui/gtk/gtk_interface.c:1929
-#: modules/gui/macosx/open.m:156 modules/gui/macosx/open.m:377
-#: modules/gui/macosx/open.m:467 modules/gui/wxwindows/open.cpp:613
+#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:463
+#: modules/gui/macosx/open.m:553 modules/gui/wxwindows/open.cpp:616
 msgid "VCD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1622 modules/gui/gtk/gtk_interface.c:1937
-#: modules/gui/macosx/open.m:157 modules/gui/macosx/open.m:384
-#: modules/gui/macosx/open.m:475 modules/gui/wxwindows/open.cpp:614
+#: modules/gui/macosx/open.m:158 modules/gui/macosx/open.m:470
+#: modules/gui/macosx/open.m:561 modules/gui/wxwindows/open.cpp:617
 msgid "Audio CD"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1630 modules/gui/gtk/gtk_interface.c:1945
-#: modules/gui/macosx/open.m:148 modules/gui/wxwindows/open.cpp:625
+#: modules/gui/macosx/open.m:149 modules/gui/wxwindows/open.cpp:627
 msgid "Device name"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1669 modules/gui/gtk/gtk_interface.c:2005
-#: modules/gui/macosx/open.m:152
+#: modules/gui/macosx/open.m:153
 msgid "Use DVD menus"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1726 modules/gui/gtk/gtk_interface.c:2041
-#: modules/gui/macosx/open.m:165 modules/gui/macosx/open.m:543
-#: modules/gui/macosx/open.m:592 modules/gui/wxwindows/open.cpp:662
+#: modules/gui/macosx/open.m:166 modules/gui/macosx/open.m:629
+#: modules/gui/macosx/open.m:678 modules/gui/wxwindows/open.cpp:672
 msgid "UDP/RTP Multicast"
 msgstr ""
 
@@ -6658,24 +7105,24 @@ msgstr ""
 #: modules/gui/gtk/gnome_interface.c:1795
 #: modules/gui/gtk/gnome_interface.c:2924 modules/gui/gtk/gtk_interface.c:2061
 #: modules/gui/gtk/gtk_interface.c:2110 modules/gui/gtk/gtk_interface.c:3237
-#: modules/gui/macosx/open.m:159 modules/gui/macosx/open.m:161
-#: modules/gui/macosx/output.m:137 modules/gui/wxwindows/open.cpp:683
-#: modules/gui/wxwindows/open.cpp:710 modules/gui/wxwindows/streamout.cpp:482
-#: modules/stream_out/rtp.c:54
+#: modules/gui/macosx/open.m:160 modules/gui/macosx/open.m:162
+#: modules/gui/macosx/output.m:147 modules/gui/wxwindows/open.cpp:693
+#: modules/gui/wxwindows/open.cpp:720 modules/gui/wxwindows/streamout.cpp:484
+#: modules/stream_out/rtp.c:67
 msgid "Port"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1756 modules/gui/gtk/gtk_interface.c:2071
-#: modules/gui/macosx/open.m:160 modules/gui/macosx/output.m:136
-#: modules/gui/wxwindows/open.cpp:702 modules/gui/wxwindows/streamout.cpp:471
+#: modules/gui/macosx/open.m:161 modules/gui/macosx/output.m:146
+#: modules/gui/wxwindows/open.cpp:712 modules/gui/wxwindows/streamout.cpp:473
 msgid "Address"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:1839
 #: modules/gui/gtk/gnome_interface.c:2293 modules/gui/gtk/gtk_interface.c:2154
-#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:143
-#: modules/gui/macosx/open.m:267 modules/gui/pda/pda_interface.c:548
-#: modules/gui/wxwindows/open.cpp:448
+#: modules/gui/gtk/gtk_interface.c:2752 modules/gui/macosx/open.m:144
+#: modules/gui/macosx/open.m:353 modules/gui/pda/pda_interface.c:548
+#: modules/gui/wxwindows/open.cpp:451
 msgid "Network"
 msgstr ""
 
@@ -6683,10 +7130,6 @@ msgstr ""
 msgid "Symbol Rate"
 msgstr ""
 
-#: modules/gui/gtk/gnome_interface.c:1866 modules/gui/gtk/gtk_interface.c:2181
-msgid "Frequency"
-msgstr ""
-
 #: modules/gui/gtk/gnome_interface.c:1876 modules/gui/gtk/gtk_interface.c:2191
 msgid "Polarization"
 msgstr ""
@@ -6708,12 +7151,12 @@ msgid "Satellite"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2014 modules/gui/gtk/gtk_interface.c:2331
-#: modules/gui/macosx/open.m:175
+#: modules/gui/macosx/open.m:225
 msgid "delay"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2029 modules/gui/gtk/gtk_interface.c:2347
-#: modules/gui/macosx/open.m:177
+#: modules/gui/macosx/open.m:227
 msgid "fps"
 msgstr ""
 
@@ -6722,8 +7165,8 @@ msgid "stream output"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2058 modules/gui/gtk/gtk_interface.c:2378
-#: modules/gui/macosx/open.m:172 modules/gui/macosx/output.m:127
-#: modules/gui/wxwindows/open.cpp:415 modules/gui/wxwindows/open.cpp:580
+#: modules/gui/macosx/open.m:222 modules/gui/macosx/output.m:137
+#: modules/gui/wxwindows/open.cpp:418 modules/gui/wxwindows/open.cpp:583
 msgid "Settings..."
 msgstr ""
 
@@ -6750,19 +7193,19 @@ msgid "Invert"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2345 modules/gui/gtk/preferences.c:384
-#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:234
+#: modules/gui/kde/pluginsbox.cpp:48 modules/gui/macosx/prefs.m:243
 #: modules/gui/macosx/prefs_widgets.m:626
 msgid "Select"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2357 modules/gui/gtk/gtk_interface.c:2724
-#: modules/gui/wxwindows/bookmarks.cpp:125
+#: modules/gui/wxwindows/bookmarks.cpp:219
 msgid "Add"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2364 modules/gui/gtk/gtk_interface.c:2766
 #: modules/gui/macosx/playlist.m:173 modules/gui/pda/pda_interface.c:1255
-#: modules/gui/wxwindows/playlist.cpp:244
+#: modules/gui/wxwindows/playlist.cpp:255
 msgid "Delete"
 msgstr ""
 
@@ -6783,12 +7226,12 @@ msgid "Destination Target: "
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2869
-#: modules/gui/wxwindows/streamout.cpp:426
+#: modules/gui/wxwindows/streamout.cpp:428
 msgid "UDP"
 msgstr ""
 
 #: modules/gui/gtk/gnome_interface.c:2879
-#: modules/gui/wxwindows/streamout.cpp:427
+#: modules/gui/wxwindows/streamout.cpp:429
 msgid "RTP"
 msgstr ""
 
@@ -6828,7 +7271,7 @@ msgstr ""
 msgid "Couldn't create pixmap from file: %s"
 msgstr ""
 
-#: modules/gui/gtk/gtk.c:71
+#: modules/gui/gtk/gtk.c:76
 msgid "Gtk+ interface"
 msgstr ""
 
@@ -6944,15 +7387,15 @@ msgstr ""
 msgid "Open Target"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:164
-#: modules/gui/macosx/open.m:542 modules/gui/macosx/open.m:580
-#: modules/gui/wxwindows/open.cpp:661
+#: modules/gui/gtk/gtk_interface.c:2031 modules/gui/macosx/open.m:165
+#: modules/gui/macosx/open.m:628 modules/gui/macosx/open.m:666
+#: modules/gui/wxwindows/open.cpp:671
 msgid "UDP/RTP"
 msgstr ""
 
-#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:166
-#: modules/gui/macosx/open.m:544 modules/gui/macosx/open.m:605
-#: modules/gui/wxwindows/open.cpp:663
+#: modules/gui/gtk/gtk_interface.c:2051 modules/gui/macosx/open.m:167
+#: modules/gui/macosx/open.m:630 modules/gui/macosx/open.m:691
+#: modules/gui/wxwindows/open.cpp:673
 msgid "HTTP/FTP/MMS"
 msgstr ""
 
@@ -7029,12 +7472,12 @@ msgstr ""
 msgid "Error loading pixmap file: %s"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:901
+#: modules/gui/gtk/menu.c:867
 #, c-format
 msgid "Title %d (%d)"
 msgstr ""
 
-#: modules/gui/gtk/menu.c:968
+#: modules/gui/gtk/menu.c:934
 #, c-format
 msgid "Chapter %d"
 msgstr ""
@@ -7165,7 +7608,7 @@ msgstr ""
 msgid "Opening file..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:536
+#: modules/gui/kde/interface.cpp:202 modules/gui/macosx/intf.m:405
 msgid "Open File..."
 msgstr ""
 
@@ -7181,7 +7624,7 @@ msgstr ""
 msgid "Toggle the status bar..."
 msgstr ""
 
-#: modules/gui/kde/interface.cpp:439
+#: modules/gui/kde/interface.cpp:438
 msgid "Off"
 msgstr ""
 
@@ -7221,402 +7664,419 @@ msgstr ""
 msgid "Plugins"
 msgstr ""
 
-#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:525
-#: modules/gui/wxwindows/interface.cpp:367
+#: modules/gui/macosx/about.m:73 modules/gui/macosx/intf.m:394
+#: modules/gui/wxwindows/interface.cpp:344
 msgid "About VLC media player"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:173
+#: modules/gui/macosx/controls.m:126
 msgid "Random On"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:177
+#: modules/gui/macosx/controls.m:130
 msgid "Random Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:205 modules/gui/macosx/controls.m:671
-#: modules/gui/macosx/intf.m:559 modules/gui/macosx/playlist.m:188
-#: modules/gui/macosx/playlist.m:556 modules/gui/wxwindows/playlist.cpp:261
+#: modules/gui/macosx/controls.m:158 modules/gui/macosx/controls.m:589
+#: modules/gui/macosx/intf.m:428 modules/gui/macosx/playlist.m:188
+#: modules/gui/macosx/playlist.m:556
 msgid "Repeat All"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:209 modules/gui/macosx/controls.m:241
+#: modules/gui/macosx/controls.m:162 modules/gui/macosx/controls.m:194
 #: modules/gui/macosx/playlist.m:567
 msgid "Repeat Off"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:237 modules/gui/macosx/controls.m:664
-#: modules/gui/macosx/intf.m:558 modules/gui/macosx/playlist.m:187
-#: modules/gui/macosx/playlist.m:548 modules/gui/wxwindows/playlist.cpp:268
+#: modules/gui/macosx/controls.m:190 modules/gui/macosx/controls.m:582
+#: modules/gui/macosx/intf.m:427 modules/gui/macosx/playlist.m:187
+#: modules/gui/macosx/playlist.m:548
 msgid "Repeat One"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:259
-msgid "Jump +10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:274
-msgid "Jump -10 Seconds"
-msgstr ""
-
-#: modules/gui/macosx/controls.m:354 modules/gui/macosx/controls.m:697
-#: modules/gui/macosx/intf.m:584
+#: modules/gui/macosx/controls.m:279 modules/gui/macosx/controls.m:614
+#: modules/gui/macosx/intf.m:453
 msgid "Half Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:356 modules/gui/macosx/controls.m:698
-#: modules/gui/macosx/intf.m:585
+#: modules/gui/macosx/controls.m:281 modules/gui/macosx/controls.m:615
+#: modules/gui/macosx/intf.m:454
 msgid "Normal Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:358 modules/gui/macosx/controls.m:699
-#: modules/gui/macosx/intf.m:586
+#: modules/gui/macosx/controls.m:283 modules/gui/macosx/controls.m:616
+#: modules/gui/macosx/intf.m:455
 msgid "Double Size"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:360 modules/gui/macosx/controls.m:701
-#: modules/gui/macosx/controls.m:712 modules/gui/macosx/intf.m:589
+#: modules/gui/macosx/controls.m:285 modules/gui/macosx/controls.m:618
+#: modules/gui/macosx/controls.m:629 modules/gui/macosx/intf.m:458
 msgid "Float on Top"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:362 modules/gui/macosx/controls.m:700
-#: modules/gui/macosx/intf.m:587
+#: modules/gui/macosx/controls.m:287 modules/gui/macosx/controls.m:617
+#: modules/gui/macosx/intf.m:456
 msgid "Fit to Screen"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:678 modules/gui/macosx/intf.m:560
+#: modules/gui/macosx/controls.m:596 modules/gui/macosx/intf.m:429
 msgid "Step Forward"
 msgstr ""
 
-#: modules/gui/macosx/controls.m:679 modules/gui/macosx/intf.m:561
+#: modules/gui/macosx/controls.m:597 modules/gui/macosx/intf.m:430
 msgid "Step Backward"
 msgstr ""
 
-#: modules/gui/macosx/info.m:155 modules/gui/macosx/intf.m:604
-#: modules/gui/macosx/intf.m:631 modules/gui/macosx/playlistinfo.m:329
-#: modules/gui/wxwindows/playlist.cpp:246
-msgid "Info"
+#: modules/gui/macosx/equalizer.m:141 modules/gui/wxwindows/extrapanel.cpp:465
+msgid "2 Pass"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:142 modules/gui/wxwindows/extrapanel.cpp:467
+msgid ""
+"If you enable this settting, the equalizer filter will be applied twice. The "
+"effect will be sharper"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:144 modules/gui/wxwindows/extrapanel.cpp:212
+#: modules/gui/wxwindows/extrapanel.cpp:459
+msgid "Enable"
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:145
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset."
+msgstr ""
+
+#: modules/gui/macosx/equalizer.m:147
+msgid "Preamp"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:506
+#: modules/gui/macosx/intf.m:375
 msgid "VLC - Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:511 modules/gui/pda/pda_interface.c:238
+#: modules/gui/macosx/intf.m:380 modules/gui/pda/pda_interface.c:238
 #: modules/gui/pda/pda_interface.c:239
 msgid "Rewind"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:514
+#: modules/gui/macosx/intf.m:383
 msgid "Fast Forward"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:522
+#: modules/gui/macosx/intf.m:391
 msgid "Open CrashLog"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:526
+#: modules/gui/macosx/intf.m:395
 msgid "Preferences..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:529
+#: modules/gui/macosx/intf.m:398
 msgid "Services"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:530
+#: modules/gui/macosx/intf.m:399
 msgid "Hide VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:531
+#: modules/gui/macosx/intf.m:400
 msgid "Hide Others"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:532
+#: modules/gui/macosx/intf.m:401
 msgid "Show All"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:533
+#: modules/gui/macosx/intf.m:402
 msgid "Quit VLC"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:535
+#: modules/gui/macosx/intf.m:404
 msgid "1:File"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:537
+#: modules/gui/macosx/intf.m:406
 msgid "Quick Open File..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:538
+#: modules/gui/macosx/intf.m:407
 msgid "Open Disc..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:539
+#: modules/gui/macosx/intf.m:408
 msgid "Open Network..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:540
+#: modules/gui/macosx/intf.m:409
 msgid "Open Recent"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:541 modules/gui/macosx/intf.m:1407
+#: modules/gui/macosx/intf.m:410 modules/gui/macosx/intf.m:1380
 msgid "Clear Menu"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:544
+#: modules/gui/macosx/intf.m:413
 msgid "Cut"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:545
+#: modules/gui/macosx/intf.m:414
 msgid "Copy"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:546
+#: modules/gui/macosx/intf.m:415
 msgid "Paste"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:547 modules/gui/wxwindows/bookmarks.cpp:129
+#: modules/gui/macosx/intf.m:416 modules/gui/wxwindows/bookmarks.cpp:223
 #: modules/gui/wxwindows/messages.cpp:94
 msgid "Clear"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:550
+#: modules/gui/macosx/intf.m:419
 msgid "Controls"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:592 modules/gui/macosx/intf.m:593
+#: modules/gui/macosx/intf.m:461 modules/gui/macosx/intf.m:462
 msgid "Video Device"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:600
+#: modules/gui/macosx/intf.m:471
 msgid "Minimize Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:601
+#: modules/gui/macosx/intf.m:472
 msgid "Close Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:602
+#: modules/gui/macosx/intf.m:473
 msgid "Controller"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:607
+#: modules/gui/macosx/intf.m:476 modules/gui/macosx/intf.m:503
+#: modules/gui/macosx/playlistinfo.m:329
+#: modules/gui/wxwindows/playlist.cpp:257
+msgid "Info"
+msgstr ""
+
+#: modules/gui/macosx/intf.m:479
 msgid "Bring All to Front"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:609
+#: modules/gui/macosx/intf.m:481
 msgid "Help"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:610
+#: modules/gui/macosx/intf.m:482
 msgid "ReadMe..."
 msgstr ""
 
-#: modules/gui/macosx/intf.m:611
+#: modules/gui/macosx/intf.m:483
 msgid "Online Documentation"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:612
+#: modules/gui/macosx/intf.m:484
 msgid "Report a Bug"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:613
+#: modules/gui/macosx/intf.m:485
 msgid "VideoLAN Website"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:614 modules/gui/macosx/intf.m:1400
+#: modules/gui/macosx/intf.m:486 modules/gui/macosx/intf.m:1373
 msgid "License"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:624
+#: modules/gui/macosx/intf.m:496
 msgid "Error"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:625
+#: modules/gui/macosx/intf.m:497
 msgid ""
 "An error has occurred which probably prevented the execution of your request:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:626
+#: modules/gui/macosx/intf.m:498
 msgid "If you believe that it is a bug, please follow the instructions at:"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:627
+#: modules/gui/macosx/intf.m:499
 msgid "Open Messages Window"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:628
+#: modules/gui/macosx/intf.m:500
 msgid "Dismiss"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:629
+#: modules/gui/macosx/intf.m:501
 msgid "Suppress further errors"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid "No CrashLog found"
 msgstr ""
 
-#: modules/gui/macosx/intf.m:1364
+#: modules/gui/macosx/intf.m:1337
 msgid ""
 "Either you are running Mac OS X pre 10.2 or you haven't experienced any "
 "heavy crashes yet."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:47 modules/gui/macosx/vout.m:227
+#: modules/gui/macosx/macosx.m:50 modules/gui/macosx/voutgl.m:137
+#: modules/gui/macosx/voutqt.m:203
 msgid "Video device"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:48
+#: modules/gui/macosx/macosx.m:51
 msgid ""
 "Choose a number corresponding to a screen in you video device selection menu "
 "and this screen will be used by default as the screen for 'fullscreen'."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:52
+#: modules/gui/macosx/macosx.m:55
 msgid "Opaqueness"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:54
+#: modules/gui/macosx/macosx.m:57
 msgid ""
 "Set the transparency of the video output. 1 is non-transparent (default) 0 "
 "is fully transparent."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:57
+#: modules/gui/macosx/macosx.m:60
 msgid "Stretch Aspect Ratio"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:58
+#: modules/gui/macosx/macosx.m:61
 msgid ""
 "Instead of keeping the aspect ratio of the movie when resizing the video, "
 "stretch the video to fill the entire window."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:62
-msgid "video rendering mode"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:63
-msgid ""
-"The default method is OpenGL for Quartz Extreme machines and Quartz for the "
-"others."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:66
-msgid "OpenGL effect"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:67
-msgid ""
-"Use 'None' to display the video without any fantasy, 'Cube' to let the video "
-"play on the faces of a rotating cube, 'Transparent cube' do make this cube "
-"transparent."
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:72
+#: modules/gui/macosx/macosx.m:65
 msgid "Fill fullscreen"
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:73
+#: modules/gui/macosx/macosx.m:66
 msgid ""
 "In fullscreen mode, crop the picture if necessary in order to fill the "
 "screen without black borders (OpenGL only)."
 msgstr ""
 
-#: modules/gui/macosx/macosx.m:78
-msgid "Cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:79
-msgid "Transparent cube"
-msgstr ""
-
-#: modules/gui/macosx/macosx.m:85
+#: modules/gui/macosx/macosx.m:71
 msgid "Mac OS X interface, sound and video"
 msgstr ""
 
-#: modules/gui/macosx/open.m:135
+#: modules/gui/macosx/open.m:136
 msgid "Open Source"
 msgstr ""
 
-#: modules/gui/macosx/open.m:136 modules/gui/wxwindows/open.cpp:378
+#: modules/gui/macosx/open.m:137 modules/gui/wxwindows/open.cpp:381
 msgid "Media Resource Locator (MRL)"
 msgstr ""
 
-#: modules/gui/macosx/open.m:146
+#: modules/gui/macosx/open.m:147
 msgid "Treat as a pipe rather than as a file"
 msgstr ""
 
-#: modules/gui/macosx/open.m:154 modules/gui/macosx/open.m:366
+#: modules/gui/macosx/open.m:155 modules/gui/macosx/open.m:452
 msgid "VIDEO_TS folder"
 msgstr ""
 
-#: modules/gui/macosx/open.m:171
+#: modules/gui/macosx/open.m:221
 msgid "Load subtitles file:"
 msgstr ""
 
-#: modules/gui/macosx/open.m:174
+#: modules/gui/macosx/open.m:224
 msgid "Override"
 msgstr ""
 
-#: modules/gui/macosx/open.m:418 modules/gui/macosx/open.m:470
-#: modules/gui/macosx/open.m:478 modules/gui/macosx/open.m:486
+#: modules/gui/macosx/open.m:229 modules/gui/wxwindows/subtitles.cpp:105
+msgid "Subtitles encoding"
+msgstr ""
+
+#: modules/gui/macosx/open.m:231 modules/misc/freetype.c:93
+msgid "Font size"
+msgstr ""
+
+#: modules/gui/macosx/open.m:504 modules/gui/macosx/open.m:556
+#: modules/gui/macosx/open.m:564 modules/gui/macosx/open.m:572
 #, objc-format
 msgid "No %@s found"
 msgstr ""
 
-#: modules/gui/macosx/open.m:521
+#: modules/gui/macosx/open.m:607
 msgid "Open VIDEO_TS Directory"
 msgstr ""
 
-#: modules/gui/macosx/output.m:126
+#: modules/gui/macosx/output.m:136
 msgid "Advanced output:"
 msgstr ""
 
-#: modules/gui/macosx/output.m:130
+#: modules/gui/macosx/output.m:140
 msgid "Output Options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:131 modules/gui/wxwindows/streamout.cpp:422
+#: modules/gui/macosx/output.m:141 modules/gui/wxwindows/streamout.cpp:424
 msgid "Play locally"
 msgstr ""
 
-#: modules/gui/macosx/output.m:134 modules/gui/wxwindows/streamout.cpp:461
+#: modules/gui/macosx/output.m:144 modules/gui/wxwindows/streamout.cpp:463
 msgid "Dump raw input"
 msgstr ""
 
-#: modules/gui/macosx/output.m:145 modules/gui/wxwindows/streamout.cpp:579
+#: modules/gui/macosx/output.m:155 modules/gui/wxwindows/streamout.cpp:581
 msgid "Encapsulation Method"
 msgstr ""
 
-#: modules/gui/macosx/output.m:149
+#: modules/gui/macosx/output.m:159
 msgid "Transcode options"
 msgstr ""
 
-#: modules/gui/macosx/output.m:153 modules/gui/macosx/output.m:159
-#: modules/gui/wxwindows/streamout.cpp:679
-#: modules/gui/wxwindows/streamout.cpp:747
+#: modules/gui/macosx/output.m:163 modules/gui/macosx/output.m:173
+#: modules/gui/wxwindows/streamout.cpp:684
+#: modules/gui/wxwindows/streamout.cpp:754
 msgid "Bitrate (kb/s)"
 msgstr ""
 
-#: modules/gui/macosx/output.m:166
+#: modules/gui/macosx/output.m:166 modules/gui/wxwindows/streamout.cpp:690
+msgid "Scale"
+msgstr ""
+
+#: modules/gui/macosx/output.m:180
 msgid "Stream Announcing"
 msgstr ""
 
-#: modules/gui/macosx/output.m:167 modules/gui/wxwindows/streamout.cpp:538
+#: modules/gui/macosx/output.m:181 modules/gui/wxwindows/streamout.cpp:540
 msgid "SAP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:168 modules/gui/wxwindows/streamout.cpp:540
+#: modules/gui/macosx/output.m:182 modules/gui/wxwindows/streamout.cpp:542
 msgid "SLP announce"
 msgstr ""
 
-#: modules/gui/macosx/output.m:169
+#: modules/gui/macosx/output.m:183 modules/gui/macosx/output.m:621
+msgid "RTSP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:184 modules/gui/macosx/output.m:627
+msgid "HTTP announce"
+msgstr ""
+
+#: modules/gui/macosx/output.m:185 modules/gui/macosx/output.m:633
+msgid "Export SDP as file"
+msgstr ""
+
+#: modules/gui/macosx/output.m:187
 msgid "Channel Name"
 msgstr ""
 
-#: modules/gui/macosx/output.m:430
+#: modules/gui/macosx/output.m:188
+msgid "SDP URL"
+msgstr ""
+
+#: modules/gui/macosx/output.m:511
 msgid "Save File"
 msgstr ""
 
@@ -7640,7 +8100,7 @@ msgstr ""
 msgid "Properties"
 msgstr ""
 
-#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:281
+#: modules/gui/macosx/playlist.m:184 modules/gui/wxwindows/playlist.cpp:294
 msgid "Search"
 msgstr ""
 
@@ -7675,7 +8135,6 @@ msgstr ""
 
 #: modules/gui/macosx/playlistinfo.m:68 modules/gui/pda/pda.c:242
 #: modules/gui/wxwindows/iteminfo.cpp:215
-#: modules/gui/wxwindows/playlist.cpp:295
 msgid "Group"
 msgstr ""
 
@@ -7687,46 +8146,46 @@ msgstr ""
 msgid "Advanced"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:170 modules/gui/macosx/prefs.m:750
+#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:760
 #: modules/gui/macosx/prefs_widgets.m:200
 #: modules/gui/macosx/prefs_widgets.m:274
 msgid "Command"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:173 modules/gui/macosx/prefs.m:754
+#: modules/gui/macosx/prefs.m:182 modules/gui/macosx/prefs.m:764
 #: modules/gui/macosx/prefs_widgets.m:204
 #: modules/gui/macosx/prefs_widgets.m:279
 msgid "Control"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:176 modules/gui/macosx/prefs.m:758
+#: modules/gui/macosx/prefs.m:185 modules/gui/macosx/prefs.m:768
 #: modules/gui/macosx/prefs_widgets.m:208
 #: modules/gui/macosx/prefs_widgets.m:284
 msgid "Option/Alt"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:179 modules/gui/macosx/prefs.m:762
+#: modules/gui/macosx/prefs.m:188 modules/gui/macosx/prefs.m:772
 #: modules/gui/macosx/prefs_widgets.m:212
 #: modules/gui/macosx/prefs_widgets.m:289
 #: modules/gui/wxwindows/preferences_widgets.cpp:185
 msgid "Shift"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205 modules/gui/wxwindows/preferences.cpp:275
+#: modules/gui/macosx/prefs.m:214 modules/gui/wxwindows/preferences.cpp:275
 msgid "Reset Preferences"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:205
+#: modules/gui/macosx/prefs.m:214
 msgid "Continue"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:207 modules/gui/wxwindows/preferences.cpp:273
+#: modules/gui/macosx/prefs.m:216 modules/gui/wxwindows/preferences.cpp:273
 msgid ""
 "Beware this will reset your VLC media player preferences.\n"
 "Are you sure you want to continue?"
 msgstr ""
 
-#: modules/gui/macosx/prefs.m:233
+#: modules/gui/macosx/prefs.m:242
 msgid "Select file or directory"
 msgstr ""
 
@@ -7734,7 +8193,17 @@ msgstr ""
 msgid "Select a file or directory"
 msgstr ""
 
-#: modules/gui/ncurses/ncurses.c:70
+#: modules/gui/ncurses.c:86
+msgid "Filebrowser starting point"
+msgstr ""
+
+#: modules/gui/ncurses.c:88
+msgid ""
+"This option allows you to specify directory the ncurses filebrowser will "
+"show you initially."
+msgstr ""
+
+#: modules/gui/ncurses.c:92
 msgid "ncurses interface"
 msgstr ""
 
@@ -7751,7 +8220,7 @@ msgid "PDA Linux Gtk2+ interface"
 msgstr ""
 
 #: modules/gui/pda/pda.c:218 modules/gui/pda/pda.c:273
-#: modules/gui/wxwindows/streamout.cpp:448
+#: modules/gui/wxwindows/streamout.cpp:450
 msgid "Filename"
 msgstr ""
 
@@ -7767,7 +8236,7 @@ msgstr ""
 msgid "Owner"
 msgstr ""
 
-#: modules/gui/pda/pda.c:279
+#: modules/gui/pda/pda.c:279 modules/gui/wxwindows/bookmarks.cpp:161
 msgid "Time"
 msgstr ""
 
@@ -8169,238 +8638,342 @@ msgstr ""
 msgid "Qt interface"
 msgstr ""
 
-#: modules/gui/skins/src/dialogs.cpp:161
-#: modules/gui/skins2/src/dialogs.cpp:172
+#: modules/gui/skins2/src/dialogs.cpp:225
 msgid "Open a skin file"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:307
-#: modules/gui/skins/src/skin_main.cpp:308
-msgid "Last skin actually used"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:309
-#: modules/gui/skins/src/skin_main.cpp:310
-#: modules/gui/skins2/src/skin_main.cpp:244
-msgid "Config of last used skin"
-msgstr ""
-
-#: modules/gui/skins/src/skin_main.cpp:311
-#: modules/gui/skins/src/skin_main.cpp:312
-msgid "Show application in system tray"
+#: modules/gui/skins2/src/dialogs.cpp:226
+msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:313
-#: modules/gui/skins/src/skin_main.cpp:314
-msgid "Show application in taskbar"
+#: modules/gui/skins2/src/dialogs.cpp:234
+msgid "All playlists|*.pls;*.m3u;*.asx;*.b4s|M3U files|*.m3u"
 msgstr ""
 
-#: modules/gui/skins/src/skin_main.cpp:325
-msgid "Skinnable interface"
+#: modules/gui/skins2/src/dialogs.cpp:241
+#: modules/gui/wxwindows/playlist.cpp:629
+msgid "Save playlist"
 msgstr ""
 
-#: modules/gui/skins2/src/dialogs.cpp:174
-msgid "Skin files (*.vlt)|*.vlt|Skin files (*.xml)|*.xml|"
+#: modules/gui/skins2/src/dialogs.cpp:241
+msgid "M3U file|*.m3u"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:242
+#: modules/gui/skins2/src/skin_main.cpp:332
 msgid "Last skin used"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:243
+#: modules/gui/skins2/src/skin_main.cpp:333
 msgid "Select the path to the last skin used."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:245
+#: modules/gui/skins2/src/skin_main.cpp:334
+msgid "Config of last used skin"
+msgstr ""
+
+#: modules/gui/skins2/src/skin_main.cpp:335
 msgid "Config of last used skin."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:246
+#: modules/gui/skins2/src/skin_main.cpp:336
 msgid "Enable transparency effects"
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:247
+#: modules/gui/skins2/src/skin_main.cpp:337
 msgid ""
 "You can disable all transparency effects if you want. This is mainly useful "
 "when moving windows does not behave correctly."
 msgstr ""
 
-#: modules/gui/skins2/src/skin_main.cpp:260
+#: modules/gui/skins2/src/skin_main.cpp:351
 msgid "Skinnable Interface"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:105
+#: modules/gui/skins2/src/skin_main.cpp:358
+msgid "Skins loader demux"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:70
+msgid "Select skin"
+msgstr ""
+
+#: modules/gui/skins2/src/theme_repository.cpp:84
+msgid "Open skin..."
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:137
+msgid "Edit bookmark"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:163
+msgid "Bytes"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:199
 msgid "Bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:141
+#: modules/gui/wxwindows/bookmarks.cpp:227
+msgid "Extract"
+msgstr ""
+
+#: modules/gui/wxwindows/bookmarks.cpp:257
 msgid "Size offset"
 msgstr ""
 
-#: modules/gui/wxwindows/bookmarks.cpp:142
+#: modules/gui/wxwindows/bookmarks.cpp:258
 msgid "Time offset"
 msgstr ""
 
-#: modules/gui/wxwindows/fileinfo.cpp:55
-msgid "Stream and media info"
+#: modules/gui/wxwindows/bookmarks.cpp:407
+msgid "You must select two bookmarks"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:333
-msgid "Quick &Open File...\tCtrl-O"
+#: modules/gui/wxwindows/bookmarks.cpp:408
+msgid "Invalid selection"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:336
-msgid "Open &File...\tCtrl-F"
+#: modules/gui/wxwindows/bookmarks.cpp:417
+msgid "The stream must be playing or paused for bookmarks to work"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:337
-msgid "Open &Disc...\tCtrl-D"
+#: modules/gui/wxwindows/bookmarks.cpp:418
+msgid "No input found"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:339
-msgid "Open &Network Stream...\tCtrl-N"
+#: modules/gui/wxwindows/bookmarks.cpp:501
+msgid ""
+"No input found. The stream must be playing or paused for bookmarks to work"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:341
-msgid "Open &Capture Device...\tCtrl-C"
+#: modules/gui/wxwindows/bookmarks.cpp:503
+msgid "No input"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:345
-msgid "Streaming &Wizard...\tCtrl-W"
+#: modules/gui/wxwindows/bookmarks.cpp:509
+msgid ""
+"Input has changed, unable to save bookmark. Use \"pause\" while editing "
+"bookmarks to keep the same input."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:347
-msgid "New Wizard..."
+#: modules/gui/wxwindows/bookmarks.cpp:512
+msgid "Input has changed "
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:350
-msgid "E&xit\tCtrl-X"
+#: modules/gui/wxwindows/extrapanel.cpp:42
+msgid ""
+"If this setting is not zero, the bands will move together when you move one. "
+"The higher the value is, the more correlated their movement will be."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:354
-msgid "&Playlist...\tCtrl-P"
+#: modules/gui/wxwindows/extrapanel.cpp:200
+msgid "Adjust Image"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:355
-msgid "&Messages...\tCtrl-M"
+#: modules/gui/wxwindows/extrapanel.cpp:217
+#: modules/gui/wxwindows/extrapanel.cpp:475
+msgid "Restore Defaults"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:357
-msgid "Stream and Media &info...\tCtrl-I"
+#: modules/gui/wxwindows/extrapanel.cpp:220
+msgid "Hue"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:371
-msgid "&File"
+#: modules/gui/wxwindows/extrapanel.cpp:225
+msgid "Contrast"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:372
-msgid "&View"
+#: modules/gui/wxwindows/extrapanel.cpp:230
+msgid "Brightness"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:373
-msgid "&Settings"
+#: modules/gui/wxwindows/extrapanel.cpp:235
+msgid "Saturation"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:374
-msgid "&Audio"
+#: modules/gui/wxwindows/extrapanel.cpp:240
+msgid "Gamma"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:375
-msgid "&Video"
+#: modules/gui/wxwindows/extrapanel.cpp:266
+msgid "Video Options"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:376
-msgid "&Navigation"
+#: modules/gui/wxwindows/extrapanel.cpp:280
+msgid "Aspect Ratio"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:377
-msgid "&Help"
+#: modules/gui/wxwindows/extrapanel.cpp:296
+msgid "Video Filters"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:444
-msgid "Previous playlist item"
+#: modules/gui/wxwindows/extrapanel.cpp:313
+msgid "More info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:445
-msgid "Next playlist item"
+#: modules/gui/wxwindows/extrapanel.cpp:390
+msgid "Headphone virtualization"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:531
-msgid "Adjust Image"
+#: modules/gui/wxwindows/extrapanel.cpp:391
+msgid ""
+"This filter gives the feeling of a 5.1 speaker set when using a headphone."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:547
-msgid "Enable"
+#: modules/gui/wxwindows/extrapanel.cpp:395
+msgid "Volume normalization"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:552
-msgid "Restore Defaults"
+#: modules/gui/wxwindows/extrapanel.cpp:396
+msgid ""
+"This filter prevents the audio output power from going over a defined value"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:555
-msgid "Hue"
+#: modules/gui/wxwindows/extrapanel.cpp:400
+msgid "Maximum level"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:561
-msgid "Contrast"
+#: modules/gui/wxwindows/extrapanel.cpp:460
+msgid ""
+"Enable the equalizer. You can either manually change the bands or use a "
+"preset (Audio Menu->Equalizer)."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:566
-msgid "Brightness"
+#: modules/gui/wxwindows/extrapanel.cpp:909
+msgid ""
+"Select the video effects filters to apply. You must restart the stream for "
+"these settings to take effect.\n"
+"To configure the filters, go to the Preferences, and go to Modules/Video "
+"Filters. You can then configure each filter.\n"
+"If you want fine control over the filters ( to choose the order in which "
+"they are applied ), you need to enter manually a filters string "
+"(Preferences / General / Video."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:571
-msgid "Saturation"
+#: modules/gui/wxwindows/extrapanel.cpp:919
+msgid "More information"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:576
-msgid "Gamma"
+#: modules/gui/wxwindows/extrapanel.cpp:1111
+msgid "Extended controls"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:602
-msgid "Video Options"
+#: modules/gui/wxwindows/fileinfo.cpp:59
+msgid "Stream and media info"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:616
-msgid "Aspect Ratio"
+#: modules/gui/wxwindows/interface.cpp:314
+msgid "Quick &Open File...\tCtrl-O"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:317
+msgid "Open &File...\tCtrl-F"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:318
+msgid "Open &Disc...\tCtrl-D"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:320
+msgid "Open &Network Stream...\tCtrl-N"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:322
+msgid "Open &Capture Device...\tCtrl-C"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:325
+msgid "&Wizard...\tCtrl-W"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:327
+msgid "E&xit\tCtrl-X"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:331
+msgid "&Playlist...\tCtrl-P"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:332
+msgid "&Messages...\tCtrl-M"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:334
+msgid "Stream and Media &info...\tCtrl-I"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:348
+msgid "&File"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:349
+msgid "&View"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:350
+msgid "&Settings"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:640
-msgid "Audio Options"
+#: modules/gui/wxwindows/interface.cpp:351
+msgid "&Audio"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:352
+msgid "&Video"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:353
+msgid "&Navigation"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:354
+msgid "&Help"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:429
+msgid "Previous playlist item"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:430
+msgid "Next playlist item"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:815
+#: modules/gui/wxwindows/interface.cpp:605
 msgid "&Extended GUI"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:817
+#: modules/gui/wxwindows/interface.cpp:609
+msgid "&Undock Ext. GUI"
+msgstr ""
+
+#: modules/gui/wxwindows/interface.cpp:612
 msgid "&Bookmarks..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:818 modules/gui/wxwindows/menus.cpp:253
+#: modules/gui/wxwindows/interface.cpp:613 modules/gui/wxwindows/menus.cpp:137
 msgid "&Preferences..."
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:871
+#: modules/gui/wxwindows/interface.cpp:666
 msgid ""
 " (wxWindows interface)\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:872
+#: modules/gui/wxwindows/interface.cpp:667
 msgid ""
 "(c) 1996-2004 - the VideoLAN Team\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:874
+#: modules/gui/wxwindows/interface.cpp:669
 msgid ""
 "The VideoLAN team <videolan@videolan.org>\n"
 "http://www.videolan.org/\n"
 "\n"
 msgstr ""
 
-#: modules/gui/wxwindows/interface.cpp:877
+#: modules/gui/wxwindows/interface.cpp:672
 #, c-format
 msgid "About %s"
 msgstr ""
@@ -8418,7 +8991,7 @@ msgid "Group Info"
 msgstr ""
 
 #: modules/gui/wxwindows/iteminfo.cpp:230
-#: modules/gui/wxwindows/playlist.cpp:1273
+#: modules/gui/wxwindows/playlist.cpp:1305
 msgid "New Group"
 msgstr ""
 
@@ -8426,43 +8999,51 @@ msgstr ""
 msgid "Options"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:120
+#: modules/gui/wxwindows/menus.cpp:124
 msgid "Quick &Open File..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:121
+#: modules/gui/wxwindows/menus.cpp:125
 msgid "Open &File..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:122
+#: modules/gui/wxwindows/menus.cpp:126
 msgid "Open &Disc..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:123
+#: modules/gui/wxwindows/menus.cpp:127
 msgid "Open &Network Stream..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:124
+#: modules/gui/wxwindows/menus.cpp:128
 msgid "Open &Capture Device..."
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:142
+#: modules/gui/wxwindows/menus.cpp:135
+msgid "Media &Info..."
+msgstr ""
+
+#: modules/gui/wxwindows/menus.cpp:136
+msgid "&Messages..."
+msgstr ""
+
+#: modules/gui/wxwindows/menus.cpp:155
 msgid "Audio menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:160
+#: modules/gui/wxwindows/menus.cpp:175
 msgid "Video menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:197
+#: modules/gui/wxwindows/menus.cpp:214
 msgid "Input menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:229
+#: modules/gui/wxwindows/menus.cpp:246
 msgid "Interface menu"
 msgstr ""
 
-#: modules/gui/wxwindows/menus.cpp:493 modules/gui/wxwindows/menus.cpp:520
+#: modules/gui/wxwindows/menus.cpp:517 modules/gui/wxwindows/menus.cpp:544
 msgid "Empty"
 msgstr ""
 
@@ -8474,188 +9055,191 @@ msgstr ""
 msgid "Save Messages As..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:218
+#: modules/gui/wxwindows/open.cpp:221
 msgid "Advanced options..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:223 modules/gui/wxwindows/open.cpp:234
+#: modules/gui/wxwindows/open.cpp:226 modules/gui/wxwindows/open.cpp:237
 #: modules/gui/wxwindows/preferences.cpp:204
 msgid "Advanced options"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:238
+#: modules/gui/wxwindows/open.cpp:241
 msgid "Options:"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:347 modules/gui/wxwindows/open.cpp:355
-#: modules/gui/wxwindows/streamwizard.cpp:103
+#: modules/gui/wxwindows/open.cpp:350 modules/gui/wxwindows/open.cpp:358
 msgid "Open..."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:382
+#: modules/gui/wxwindows/open.cpp:385
 msgid "Open:"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:386
+#: modules/gui/wxwindows/open.cpp:389
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:411
+#: modules/gui/wxwindows/open.cpp:414
 msgid "Use VLC as a server of streams"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:575 modules/gui/wxwindows/subtitles.cpp:65
+#: modules/gui/wxwindows/open.cpp:578 modules/gui/wxwindows/subtitles.cpp:65
 msgid "Subtitle options"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:576
+#: modules/gui/wxwindows/open.cpp:579
 msgid "Force options for separate subtitle files."
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:611
-msgid "DVD (menus)"
+#: modules/gui/wxwindows/open.cpp:614
+msgid "DVD (menus)"
+msgstr ""
+
+#: modules/gui/wxwindows/open.cpp:646
+msgid "Subtitles track"
+msgstr ""
+
+#: modules/gui/wxwindows/open.cpp:674
+msgid "RTSP"
+msgstr ""
+
+#: modules/gui/wxwindows/playlist.cpp:37
+msgid "Shuffle"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:615
-msgid "DVD (test)"
+#: modules/gui/wxwindows/playlist.cpp:38
+msgid "Loop"
 msgstr ""
 
-#: modules/gui/wxwindows/open.cpp:664
-msgid "RTSP"
+#: modules/gui/wxwindows/playlist.cpp:39
+msgid "Repeat"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:195
+#: modules/gui/wxwindows/playlist.cpp:206
 msgid "&Simple Add..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:196
+#: modules/gui/wxwindows/playlist.cpp:207
 msgid "&Add MRL..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:198
+#: modules/gui/wxwindows/playlist.cpp:209
 msgid "&Open Playlist..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:199
+#: modules/gui/wxwindows/playlist.cpp:210
 msgid "&Save Playlist..."
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:201
+#: modules/gui/wxwindows/playlist.cpp:212
 msgid "&Close"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:205
+#: modules/gui/wxwindows/playlist.cpp:216
 msgid "Sort by &title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:206
+#: modules/gui/wxwindows/playlist.cpp:217
 msgid "&Reverse sort by title"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:208
+#: modules/gui/wxwindows/playlist.cpp:219
 msgid "Sort by &author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:209
+#: modules/gui/wxwindows/playlist.cpp:220
 msgid "Reverse sort by author"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:211
+#: modules/gui/wxwindows/playlist.cpp:222
 msgid "Sort by &group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:212
+#: modules/gui/wxwindows/playlist.cpp:223
 msgid "Reverse sort by group"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:214
+#: modules/gui/wxwindows/playlist.cpp:225
 msgid "&Shuffle Playlist"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:218
+#: modules/gui/wxwindows/playlist.cpp:229
 msgid "&Enable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:219
+#: modules/gui/wxwindows/playlist.cpp:230
 msgid "&Disable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:221
+#: modules/gui/wxwindows/playlist.cpp:232
 msgid "&Invert"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:222
+#: modules/gui/wxwindows/playlist.cpp:233
 msgid "D&elete"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:223
+#: modules/gui/wxwindows/playlist.cpp:234
 msgid "&Select All"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:227
+#: modules/gui/wxwindows/playlist.cpp:238
 msgid "&Enable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:229
+#: modules/gui/wxwindows/playlist.cpp:240
 msgid "&Disable all group items"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:233
+#: modules/gui/wxwindows/playlist.cpp:244
 msgid "&Manage"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:234
+#: modules/gui/wxwindows/playlist.cpp:245
 msgid "S&ort"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:235
+#: modules/gui/wxwindows/playlist.cpp:246
 msgid "&Selection"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:236
+#: modules/gui/wxwindows/playlist.cpp:247
 msgid "&Groups"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:245
+#: modules/gui/wxwindows/playlist.cpp:256
 msgid "Enable/Disable"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:302
+#: modules/gui/wxwindows/playlist.cpp:327
 msgid "Up"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:305
+#: modules/gui/wxwindows/playlist.cpp:329
 msgid "Down"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:309
-msgid "Item info"
-msgstr ""
-
-#: modules/gui/wxwindows/playlist.cpp:596
+#: modules/gui/wxwindows/playlist.cpp:602
 msgid "M3U file"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:597
+#: modules/gui/wxwindows/playlist.cpp:603
 msgid "PLS file"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Playlist is empty"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:610
+#: modules/gui/wxwindows/playlist.cpp:616
 msgid "Can't save"
 msgstr ""
 
-#: modules/gui/wxwindows/playlist.cpp:623
-msgid "Save playlist"
-msgstr ""
-
-#: modules/gui/wxwindows/playlist.cpp:1287
+#: modules/gui/wxwindows/playlist.cpp:1319
 msgid "Enter a name for the new group:"
 msgstr ""
 
@@ -8679,97 +9263,69 @@ msgstr ""
 msgid "Choose file"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:163
+#: modules/gui/wxwindows/streamout.cpp:165
 msgid "Stream output MRL"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:167
+#: modules/gui/wxwindows/streamout.cpp:169
 msgid "Destination Target:"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:170
+#: modules/gui/wxwindows/streamout.cpp:172
 msgid ""
 "You can use this field directly by typing the full MRL you want to open.\n"
 "Alternatively, the field will be filled automatically when you use the "
 "controls below"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:415
+#: modules/gui/wxwindows/streamout.cpp:417
 msgid "Output methods"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:424
+#: modules/gui/wxwindows/streamout.cpp:426
 msgid "HTTP"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:425
+#: modules/gui/wxwindows/streamout.cpp:427
 msgid "MMSH"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:529
+#: modules/gui/wxwindows/streamout.cpp:531
 msgid "Miscellaneous options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:543
+#: modules/gui/wxwindows/streamout.cpp:545
 msgid "Channel name"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:622
+#: modules/gui/wxwindows/streamout.cpp:624
 msgid "Transcoding options"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:672
+#: modules/gui/wxwindows/streamout.cpp:676
 msgid "Video codec"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:685
-msgid "Scale"
-msgstr ""
-
-#: modules/gui/wxwindows/streamout.cpp:735
+#: modules/gui/wxwindows/streamout.cpp:741
 msgid "Audio codec"
 msgstr ""
 
-#: modules/gui/wxwindows/streamout.cpp:881
+#: modules/gui/wxwindows/streamout.cpp:888
 msgid "Save file"
 msgstr ""
 
-#: modules/gui/wxwindows/streamwizard.cpp:39
-msgid "Stream with VLC in three steps."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:40
-msgid "Step 1: Select what to stream."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:41
-msgid "Step 2: Define streaming method."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:42
-msgid "Step 3: Start streaming."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:106
-msgid "Choose..."
-msgstr ""
-
-#: modules/gui/wxwindows/streamwizard.cpp:109
-msgid "Start!"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:82
 msgid "Subtitles file"
 msgstr ""
 
-#: modules/gui/wxwindows/subtitles.cpp:105
-msgid "Subtitles encoding"
-msgstr ""
-
 #: modules/gui/wxwindows/subtitles.cpp:137
 msgid "Subtitles options"
 msgstr ""
 
+#: modules/gui/wxwindows/subtitles.cpp:141
+msgid "Delay subtitles (in 1/10s)"
+msgstr ""
+
 #: modules/gui/wxwindows/subtitles.cpp:162
 msgid "Override frames per second. It will only work with MicroDVD subtitles."
 msgstr ""
@@ -8867,49 +9423,45 @@ msgstr ""
 msgid "Dummy font renderer function"
 msgstr ""
 
-#: modules/misc/freetype.c:94 modules/visualization/xosd.c:73
+#: modules/misc/freetype.c:87 modules/visualization/xosd.c:73
 msgid "Font"
 msgstr ""
 
-#: modules/misc/freetype.c:95
+#: modules/misc/freetype.c:88
 msgid "Font filename"
 msgstr ""
 
-#: modules/misc/freetype.c:96
+#: modules/misc/freetype.c:89
 msgid "Font size in pixels"
 msgstr ""
 
-#: modules/misc/freetype.c:97
+#: modules/misc/freetype.c:90
 msgid ""
 "The size of the fonts used by the osd module. If set to something different "
 "than 0 this option will override the relative font size "
 msgstr ""
 
-#: modules/misc/freetype.c:100
-msgid "Font size"
-msgstr ""
-
-#: modules/misc/freetype.c:101
+#: modules/misc/freetype.c:94
 msgid "The size of the fonts used by the osd module"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Smaller"
 msgstr ""
 
-#: modules/misc/freetype.c:104
+#: modules/misc/freetype.c:97
 msgid "Small"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Large"
 msgstr ""
 
-#: modules/misc/freetype.c:105
+#: modules/misc/freetype.c:98
 msgid "Larger"
 msgstr ""
 
-#: modules/misc/freetype.c:108
+#: modules/misc/freetype.c:101
 msgid "freetype2 font renderer"
 msgstr ""
 
@@ -8963,17 +9515,17 @@ msgstr ""
 msgid "AltiVec memcpy"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:86
+#: modules/misc/network/ipv4.c:89
 msgid "TCP connection timeout in ms"
 msgstr ""
 
-#: modules/misc/network/ipv4.c:88
+#: modules/misc/network/ipv4.c:91
 msgid ""
 "Allows you to modify the default TCP connection timeout. This value should "
 "be set in millisecond units."
 msgstr ""
 
-#: modules/misc/network/ipv4.c:92
+#: modules/misc/network/ipv4.c:95
 msgid "IPv4 network abstraction layer"
 msgstr ""
 
@@ -9062,6 +9614,15 @@ msgstr ""
 msgid "X Screensaver disabler"
 msgstr ""
 
+#: modules/misc/svg.c:60
+msgid "SVG template file"
+msgstr ""
+
+#: modules/misc/svg.c:61
+msgid ""
+"Location of a file holding a SVG template for automatic string conversion"
+msgstr ""
+
 #: modules/misc/testsuite/test1.c:33
 msgid "C module that does nothing"
 msgstr ""
@@ -9070,36 +9631,36 @@ msgstr ""
 msgid "Miscellaneous stress tests"
 msgstr ""
 
-#: modules/mux/asf.c:44
+#: modules/mux/asf.c:47
 msgid "Allows you to define the title that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:47
+#: modules/mux/asf.c:50
 msgid "Allows you to define the author that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:50
+#: modules/mux/asf.c:53
 msgid ""
 "Allows you to define the copyright string that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:52
+#: modules/mux/asf.c:55
 msgid "Comment"
 msgstr ""
 
-#: modules/mux/asf.c:53
+#: modules/mux/asf.c:56
 msgid "Allows you to define the comment that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:56
+#: modules/mux/asf.c:59
 msgid "Allows you to define the \"rating\" that will be put in ASF comments."
 msgstr ""
 
-#: modules/mux/asf.c:60
+#: modules/mux/asf.c:63
 msgid "ASF muxer"
 msgstr ""
 
-#: modules/mux/asf.c:475
+#: modules/mux/asf.c:505
 msgid "Unknown Video"
 msgstr ""
 
@@ -9130,40 +9691,40 @@ msgstr ""
 msgid "PS muxer"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:79
+#: modules/mux/mpeg/ts.c:77
 msgid "Video PID"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:80
+#: modules/mux/mpeg/ts.c:78
 msgid ""
 "Assigns a fixed PID to the video stream. The PCR PID will automatically be "
 "the video."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:82
+#: modules/mux/mpeg/ts.c:80
 msgid "Audio PID"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:83
+#: modules/mux/mpeg/ts.c:81
 msgid "Assigns a fixed PID to the audio stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:85
+#: modules/mux/mpeg/ts.c:83
 msgid "Shaping delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:86
+#: modules/mux/mpeg/ts.c:84
 msgid ""
 "If enabled, the TS muxer will cut the stream in slices of the given "
 "duration, and ensure a constant bitrate between the two boundaries. This "
 "avoids having huge bitrate peaks for reference frames, in particular."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:90
+#: modules/mux/mpeg/ts.c:88
 msgid "Use keyframes"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:91
+#: modules/mux/mpeg/ts.c:89
 msgid ""
 "If enabled, and shaping is specified, the TS muxer will place the boundaries "
 "at the end of I pictures. In that case, the shaping duration given by the "
@@ -9172,57 +9733,61 @@ msgid ""
 "the biggest frames in the stream."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:98
+#: modules/mux/mpeg/ts.c:96
 msgid "PCR delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:99
+#: modules/mux/mpeg/ts.c:97
 msgid ""
 "This option allows you to set at which interval PCRs (Program Clock "
 "Reference) will be sent. This value should be below 100ms. (default is 30)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:103
+#: modules/mux/mpeg/ts.c:101
 msgid "DTS delay (ms)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:104
+#: modules/mux/mpeg/ts.c:102
 msgid ""
 "This option will delay the DTS (decoding time stamps) and PTS (presentation "
 "timestamps) of the data in the stream, compared to the PCRs. This allows for "
 "some buffering inside the client decoder."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:109
+#: modules/mux/mpeg/ts.c:107
 msgid "Crypt audio"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:110
+#: modules/mux/mpeg/ts.c:108
 msgid "Crypt audio using CSA"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:112
+#: modules/mux/mpeg/ts.c:110
 msgid "CSA Key"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:113
+#: modules/mux/mpeg/ts.c:111
 msgid ""
 "Defines the CSA encryption key. This must be a 16 char string (8 hexadecimal "
 "bytes)."
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:120
-msgid "TS muxer"
+#: modules/mux/mpeg/ts.c:117
+msgid "TS muxer (libdvbpsi)"
 msgstr ""
 
-#: modules/mux/mpeg/ts.c:125
-msgid "TS muxer (libdvbpsi)"
+#: modules/mux/mpjpeg.c:41
+msgid "Multipart jpeg muxer"
 msgstr ""
 
 #: modules/mux/ogg.c:50
 msgid "Ogg/ogm muxer"
 msgstr ""
 
+#: modules/mux/wav.c:41
+msgid "WAV muxer"
+msgstr ""
+
 #: modules/packetizer/copy.c:41
 msgid "Copy packetizer"
 msgstr ""
@@ -9300,7 +9865,7 @@ msgstr ""
 msgid "Output muxer"
 msgstr ""
 
-#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:53
+#: modules/stream_out/es.c:52 modules/stream_out/rtp.c:52
 msgid "Allows you to specify the muxer used for the streaming output."
 msgstr ""
 
@@ -9324,7 +9889,7 @@ msgstr ""
 msgid "Output URL"
 msgstr ""
 
-#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:41
+#: modules/stream_out/es.c:62 modules/stream_out/rtp.c:43
 #: modules/stream_out/standard.c:50
 msgid "Allows you to specify the output URL used for the streaming output."
 msgstr ""
@@ -9355,42 +9920,84 @@ msgstr ""
 msgid "Gathering stream output"
 msgstr ""
 
-#: modules/stream_out/rtp.c:39
+#: modules/stream_out/rtp.c:41
 msgid "Destination"
 msgstr ""
 
-#: modules/stream_out/rtp.c:42 modules/stream_out/standard.c:52
-msgid "Session name"
-msgstr ""
-
 #: modules/stream_out/rtp.c:44
-msgid "Allows you to specify the session name used for the streaming output."
-msgstr ""
-
-#: modules/stream_out/rtp.c:45
 msgid "SDP"
 msgstr ""
 
-#: modules/stream_out/rtp.c:47
+#: modules/stream_out/rtp.c:46
 msgid ""
 "Allows you to specify the SDP used for the streaming output. You must use an "
 "url: http://location to access the SDP via HTTP, rtsp://location for RTSP "
-"access, and sap:// for the SDP to be announced via SAP"
+"access, and sap:// for the SDP to be announced via SAP."
 msgstr ""
 
-#: modules/stream_out/rtp.c:51
+#: modules/stream_out/rtp.c:50
 msgid "Muxer"
 msgstr ""
 
+#: modules/stream_out/rtp.c:54 modules/stream_out/standard.c:52
+msgid "Session name"
+msgstr ""
+
 #: modules/stream_out/rtp.c:56
-msgid "Allows you to specify the base port used for the RTP streaming"
+msgid "Allows you to specify the session name used for the streaming output."
+msgstr ""
+
+#: modules/stream_out/rtp.c:57
+msgid "Session description"
 msgstr ""
 
 #: modules/stream_out/rtp.c:59
+msgid "Allows you to give a broader description of the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:60
+msgid "Session URL"
+msgstr ""
+
+#: modules/stream_out/rtp.c:62
+msgid "Allows you to specify a URL with additional information on the stream."
+msgstr ""
+
+#: modules/stream_out/rtp.c:63
+msgid "Session email"
+msgstr ""
+
+#: modules/stream_out/rtp.c:65
+msgid "Allows you to specify contact e-mail address for this session."
+msgstr ""
+
+#: modules/stream_out/rtp.c:69
+msgid "Allows you to specify the base port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:70
+msgid "Audio port"
+msgstr ""
+
+#: modules/stream_out/rtp.c:72
+msgid ""
+"Allows you to specify the default audio port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:73
+msgid "Video port"
+msgstr ""
+
+#: modules/stream_out/rtp.c:75
+msgid ""
+"Allows you to specify the default video port used for the RTP streaming."
+msgstr ""
+
+#: modules/stream_out/rtp.c:79
 msgid "Allows you to specify the time to live for the output stream."
 msgstr ""
 
-#: modules/stream_out/rtp.c:67
+#: modules/stream_out/rtp.c:87
 msgid "RTP stream output"
 msgstr ""
 
@@ -9431,144 +10038,182 @@ msgstr ""
 msgid "Standard stream output"
 msgstr ""
 
-#: modules/stream_out/transcode.c:51
+#: modules/stream_out/transcode.c:42
 msgid "Video encoder"
 msgstr ""
 
-#: modules/stream_out/transcode.c:53
+#: modules/stream_out/transcode.c:44
 msgid ""
 "Allows you to specify the video encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:55
+#: modules/stream_out/transcode.c:46
 msgid "Destination video codec"
 msgstr ""
 
-#: modules/stream_out/transcode.c:57
+#: modules/stream_out/transcode.c:48
 msgid ""
 "Allows you to specify the destination video codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:59
+#: modules/stream_out/transcode.c:50
 msgid "Video bitrate"
 msgstr ""
 
-#: modules/stream_out/transcode.c:61
+#: modules/stream_out/transcode.c:52
 msgid "Allows you to specify the video bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:63
+#: modules/stream_out/transcode.c:54
 msgid "Video scaling"
 msgstr ""
 
-#: modules/stream_out/transcode.c:65
+#: modules/stream_out/transcode.c:56
 msgid "Allows you to scale the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:66
+#: modules/stream_out/transcode.c:57
+msgid "Video frame-rate"
+msgstr ""
+
+#: modules/stream_out/transcode.c:59
+msgid "Allows you to specify an output frame rate for the video."
+msgstr ""
+
+#: modules/stream_out/transcode.c:60
 msgid "Deinterlace video"
 msgstr ""
 
-#: modules/stream_out/transcode.c:68
+#: modules/stream_out/transcode.c:62
 msgid "Allows you to deinterlace the video before encoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:71
+#: modules/stream_out/transcode.c:65
 msgid "Allows you to specify the output video width."
 msgstr ""
 
-#: modules/stream_out/transcode.c:74
+#: modules/stream_out/transcode.c:68
 msgid "Allows you to specify the output video height."
 msgstr ""
 
-#: modules/stream_out/transcode.c:76
+#: modules/stream_out/transcode.c:70
 msgid "Video crop top"
 msgstr ""
 
-#: modules/stream_out/transcode.c:78
+#: modules/stream_out/transcode.c:72
 msgid "Allows you to specify the top coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:79
+#: modules/stream_out/transcode.c:73
 msgid "Video crop left"
 msgstr ""
 
-#: modules/stream_out/transcode.c:81
+#: modules/stream_out/transcode.c:75
 msgid "Allows you to specify the left coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:82
+#: modules/stream_out/transcode.c:76
 msgid "Video crop bottom"
 msgstr ""
 
-#: modules/stream_out/transcode.c:84
+#: modules/stream_out/transcode.c:78
 msgid "Allows you to specify the bottom coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:85
+#: modules/stream_out/transcode.c:79
 msgid "Video crop right"
 msgstr ""
 
-#: modules/stream_out/transcode.c:87
+#: modules/stream_out/transcode.c:81
 msgid "Allows you to specify the right coordinate for the video cropping."
 msgstr ""
 
-#: modules/stream_out/transcode.c:89
+#: modules/stream_out/transcode.c:83
 msgid "Audio encoder"
 msgstr ""
 
-#: modules/stream_out/transcode.c:91
+#: modules/stream_out/transcode.c:85
 msgid ""
 "Allows you to specify the audio encoder to use and its associated options."
 msgstr ""
 
-#: modules/stream_out/transcode.c:93
+#: modules/stream_out/transcode.c:87
 msgid "Destination audio codec"
 msgstr ""
 
-#: modules/stream_out/transcode.c:95
+#: modules/stream_out/transcode.c:89
 msgid ""
 "Allows you to specify the destination audio codec used for the streaming "
 "output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:97
+#: modules/stream_out/transcode.c:91
 msgid "Audio bitrate"
 msgstr ""
 
-#: modules/stream_out/transcode.c:99
+#: modules/stream_out/transcode.c:93
 msgid "Allows you to specify the audio bitrate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:101
+#: modules/stream_out/transcode.c:95
 msgid "Audio sample rate"
 msgstr ""
 
-#: modules/stream_out/transcode.c:103
+#: modules/stream_out/transcode.c:97
 msgid ""
 "Allows you to specify the audio sample rate used for the streaming output."
 msgstr ""
 
-#: modules/stream_out/transcode.c:105
+#: modules/stream_out/transcode.c:99
 msgid "Audio channels"
 msgstr ""
 
-#: modules/stream_out/transcode.c:107
+#: modules/stream_out/transcode.c:101
 msgid ""
 "Allows you to specify the number of audio channels used for the streaming "
 "output."
 msgstr ""
 
+#: modules/stream_out/transcode.c:104
+msgid "Subtitles encoder"
+msgstr ""
+
+#: modules/stream_out/transcode.c:106
+msgid ""
+"Allows you to specify the subtitles encoder to use and its associated "
+"options."
+msgstr ""
+
+#: modules/stream_out/transcode.c:108
+msgid "Destination subtitles codec"
+msgstr ""
+
 #: modules/stream_out/transcode.c:110
+msgid ""
+"Allows you to specify the destination subtitles codec used for the streaming "
+"output."
+msgstr ""
+
+#: modules/stream_out/transcode.c:113
 msgid "Number of threads"
 msgstr ""
 
-#: modules/stream_out/transcode.c:112
+#: modules/stream_out/transcode.c:115
 msgid "Allows you to specify the number of threads used for the transcoding."
 msgstr ""
 
-#: modules/stream_out/transcode.c:120
+#: modules/stream_out/transcode.c:117
+msgid "Synchronise on audio track"
+msgstr ""
+
+#: modules/stream_out/transcode.c:119
+msgid ""
+"This option will drop/duplicate video frames to synchronise the video track "
+"on the audio track."
+msgstr ""
+
+#: modules/stream_out/transcode.c:128
 msgid "Transcode stream output"
 msgstr ""
 
@@ -9649,12 +10294,16 @@ msgstr ""
 msgid "Image properties filter"
 msgstr ""
 
+#: modules/video_filter/blend.c:65
+msgid "Video pictures blending"
+msgstr ""
+
 #: modules/video_filter/clone.c:55
 msgid "Number of clones"
 msgstr ""
 
 #: modules/video_filter/clone.c:56
-msgid "Select the number of video windows in which to clone the video"
+msgid "Select the number of video windows in which to clone the video."
 msgstr ""
 
 #: modules/video_filter/clone.c:59
@@ -9662,7 +10311,7 @@ msgid "List of video output modules"
 msgstr ""
 
 #: modules/video_filter/clone.c:60
-msgid "Select the specific video output modules that you want to activate"
+msgid "Select the specific video output modules that you want to activate."
 msgstr ""
 
 #: modules/video_filter/clone.c:63
@@ -9732,7 +10381,7 @@ msgid "Logo filename"
 msgstr ""
 
 #: modules/video_filter/logo.c:59
-msgid "The file must be in PNG RGBA 8bits format (for now)"
+msgid "The file must be in PNG RGBA 8bits format (for now)."
 msgstr ""
 
 #: modules/video_filter/logo.c:60
@@ -9740,7 +10389,7 @@ msgid "X coordinate of the logo"
 msgstr ""
 
 #: modules/video_filter/logo.c:61 modules/video_filter/logo.c:63
-msgid "You can move the logo by left-clicking on it"
+msgid "You can move the logo by left-clicking on it."
 msgstr ""
 
 #: modules/video_filter/logo.c:62
@@ -9752,7 +10401,7 @@ msgid "Transparency of the logo (255-0)"
 msgstr ""
 
 #: modules/video_filter/logo.c:65
-msgid "You can change it by middle-clicking and moving mouse left or right"
+msgid "You can change it by middle-clicking and moving mouse left or right."
 msgstr ""
 
 #: modules/video_filter/logo.c:68
@@ -9764,7 +10413,7 @@ msgid "Blur factor (1-127)"
 msgstr ""
 
 #: modules/video_filter/motionblur.c:55
-msgid "The degree of blurring from 1 to 127"
+msgid "The degree of blurring from 1 to 127."
 msgstr ""
 
 #: modules/video_filter/motionblur.c:58
@@ -9809,7 +10458,7 @@ msgstr ""
 
 #: modules/video_filter/wall.c:54
 msgid ""
-"Select the number of horizontal video windows in which to split the video"
+"Select the number of horizontal video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:57
@@ -9817,7 +10466,8 @@ msgid "Number of rows"
 msgstr ""
 
 #: modules/video_filter/wall.c:58
-msgid "Select the number of vertical video windows in which to split the video"
+msgid ""
+"Select the number of vertical video windows in which to split the video."
 msgstr ""
 
 #: modules/video_filter/wall.c:61
@@ -9840,21 +10490,21 @@ msgstr ""
 msgid "color ASCII art video output"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:103
+#: modules/video_output/directx/directx.c:108
 msgid "Use hardware YUV->RGB conversions"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:105
+#: modules/video_output/directx/directx.c:110
 msgid ""
 "Try to use hardware acceleration for YUV->RGB conversions. This option "
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:108
+#: modules/video_output/directx/directx.c:113
 msgid "Use video buffers in system memory"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:110
+#: modules/video_output/directx/directx.c:115
 msgid ""
 "Create video buffers in system memory instead of video memory. This isn't "
 "recommended as usually using video memory allows to benefit from more "
@@ -9862,31 +10512,50 @@ msgid ""
 "doesn't have any effect when using overlays."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:115
+#: modules/video_output/directx/directx.c:120
 msgid "Use triple buffering for overlays"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:117
+#: modules/video_output/directx/directx.c:122
 msgid ""
 "Try to use triple buffering when using YUV overlays. That results in much "
 "better video quality (no flickering)."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:120
+#: modules/video_output/directx/directx.c:125
 msgid "Name of desired display device"
 msgstr ""
 
-#: modules/video_output/directx/directx.c:121
+#: modules/video_output/directx/directx.c:126
 msgid ""
 "In a multiple monitor configuration, you can specify the Windows device name "
 "of the display that you want the video window to open on. For example, \"\\"
 "\\.\\DISPLAY1\" or \"\\\\.\\DISPLAY2\"."
 msgstr ""
 
-#: modules/video_output/directx/directx.c:142
+#: modules/video_output/directx/directx.c:131
+msgid "Enable wallpaper mode "
+msgstr ""
+
+#: modules/video_output/directx/directx.c:133
+msgid ""
+"The wallpaper mode allows you to display the video as the desktop "
+"background. Note that this feature only works in overlay mode and the "
+"desktop must not already have a wallpaper."
+msgstr ""
+
+#: modules/video_output/directx/directx.c:156
 msgid "DirectX video output"
 msgstr ""
 
+#: modules/video_output/directx/directx.c:288
+msgid "Wallpaper"
+msgstr ""
+
+#: modules/video_output/directx/glwin32.c:62
+msgid "Win32 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/fb.c:67
 msgid "Framebuffer device"
 msgstr ""
@@ -9901,8 +10570,8 @@ msgstr ""
 msgid "GNU/Linux console framebuffer video output"
 msgstr ""
 
-#: modules/video_output/ggi.c:56 modules/video_output/x11/x11.c:52
-#: modules/video_output/x11/xvideo.c:58
+#: modules/video_output/ggi.c:56 modules/video_output/x11/glx.c:101
+#: modules/video_output/x11/x11.c:52 modules/video_output/x11/xvideo.c:58
 msgid "X11 display name"
 msgstr ""
 
@@ -9916,10 +10585,26 @@ msgstr ""
 msgid "3dfx Glide video output"
 msgstr ""
 
+#: modules/video_output/hd1000v.cpp:57
+msgid "HD1000 video output"
+msgstr ""
+
 #: modules/video_output/mga.c:59
 msgid "Matrox Graphic Array video output"
 msgstr ""
 
+#: modules/video_output/opengl.c:97
+msgid "Select effect"
+msgstr ""
+
+#: modules/video_output/opengl.c:99
+msgid "Allows you to select different visual effects."
+msgstr ""
+
+#: modules/video_output/opengl.c:102
+msgid "OpenGL video output"
+msgstr ""
+
 #: modules/video_output/qte/qte.cpp:79
 msgid "QT Embedded display name"
 msgstr ""
@@ -9938,6 +10623,42 @@ msgstr ""
 msgid "Simple DirectMedia Layer video output"
 msgstr ""
 
+#: modules/video_output/snapshot.c:46
+msgid "snapshot width"
+msgstr ""
+
+#: modules/video_output/snapshot.c:47
+msgid "Set the width of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:49
+msgid "snapshot height"
+msgstr ""
+
+#: modules/video_output/snapshot.c:50
+msgid "Set the height of the snapshot image"
+msgstr ""
+
+#: modules/video_output/snapshot.c:52
+msgid "chroma"
+msgstr ""
+
+#: modules/video_output/snapshot.c:53
+msgid "Set the desired chroma for the snapshot image (a 4 character string)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:55
+msgid "cache size (number of images)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:56
+msgid "Set the cache size (number of images to keep)"
+msgstr ""
+
+#: modules/video_output/snapshot.c:60
+msgid "snapshot module"
+msgstr ""
+
 #: modules/video_output/svgalib.c:53
 msgid "SVGAlib video output"
 msgstr ""
@@ -9946,11 +10667,23 @@ msgstr ""
 msgid "Windows GDI video output"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:43 modules/video_output/x11/xvideo.c:49
+#: modules/video_output/x11/glx.c:87 modules/video_output/x11/xvideo.c:44
+msgid "XVideo adaptor number"
+msgstr ""
+
+#: modules/video_output/x11/glx.c:89 modules/video_output/x11/xvideo.c:46
+msgid ""
+"If you graphics card provides several adaptors, this option allows you to "
+"choose which one will be used (you shouldn't have to change this)."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:92 modules/video_output/x11/x11.c:43
+#: modules/video_output/x11/xvideo.c:49
 msgid "Alternate fullscreen method"
 msgstr ""
 
-#: modules/video_output/x11/x11.c:45 modules/video_output/x11/xvideo.c:51
+#: modules/video_output/x11/glx.c:94 modules/video_output/x11/x11.c:45
+#: modules/video_output/x11/xvideo.c:51
 msgid ""
 "There are two ways to make a fullscreen window, unfortunately each one has "
 "its drawbacks.\n"
@@ -9960,12 +10693,28 @@ msgid ""
 "show on top of the video."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:54 modules/video_output/x11/xvideo.c:60
+#: modules/video_output/x11/glx.c:103 modules/video_output/x11/x11.c:54
+#: modules/video_output/x11/xvideo.c:60
 msgid ""
 "Specify the X11 hardware display you want to use. By default VLC will use "
 "the value of the DISPLAY environment variable."
 msgstr ""
 
+#: modules/video_output/x11/glx.c:106 modules/video_output/x11/xvideo.c:72
+msgid "Screen to be used for fullscreen mode."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:108 modules/video_output/x11/x11.c:63
+#: modules/video_output/x11/xvideo.c:74
+msgid ""
+"Choose the screen you want to use in fullscreen mode. For instance set it to "
+"0 for first screen, 1 for the second."
+msgstr ""
+
+#: modules/video_output/x11/glx.c:112
+msgid "X11 OpenGL provider"
+msgstr ""
+
 #: modules/video_output/x11/x11.c:57 modules/video_output/x11/xvideo.c:68
 msgid "Use shared memory"
 msgstr ""
@@ -9978,26 +10727,10 @@ msgstr ""
 msgid "choose the screen to be used for fullscreen mode."
 msgstr ""
 
-#: modules/video_output/x11/x11.c:63 modules/video_output/x11/xvideo.c:74
-msgid ""
-"Choose the screen you want to use in fullscreen mode. For instance set it to "
-"0 for first screen, 1 for the second."
-msgstr ""
-
 #: modules/video_output/x11/x11.c:75
 msgid "X11 video output"
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:44
-msgid "XVideo adaptor number"
-msgstr ""
-
-#: modules/video_output/x11/xvideo.c:46
-msgid ""
-"If you graphics card provides several adaptors, this option allows you to "
-"choose which one will be used (you shouldn't have to change this)."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:63
 msgid "XVimage chroma format"
 msgstr ""
@@ -10008,14 +10741,14 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: modules/video_output/x11/xvideo.c:72
-msgid "Screen to be used for fullscreen mode."
-msgstr ""
-
 #: modules/video_output/x11/xvideo.c:89
 msgid "XVideo extension video output"
 msgstr ""
 
+#: modules/visualization/galaktos/plugin.c:48
+msgid "GaLaktos visualization plugin"
+msgstr ""
+
 #: modules/visualization/goom.c:58
 msgid "Goom display width"
 msgstr ""
index 53c1336c6027c2bc812c6a74d48c6819641bb546..c31bfa4d862c24e10a3b9620de02fb57449c75ca 100644 (file)
@@ -545,8 +545,8 @@ static char *ppsz_align_descriptions[] =
 
 #define PAS_TEXT N_("Play and stop")
 #define PAS_LONGTEXT N_( \
-    "Stop the playlist after each played playlistitem." \
-    "Does advance the playlistindex.")
+    "Stop the playlist after each played playlist item. " \
+    "Does advance the playlist index.")
 
 #define MISC_CAT_LONGTEXT N_( \
     "These options allow you to select default modules. Leave these " \